Skip to content

Commit

Permalink
Fix a leak with cout and add some work on backtrace logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarsnik committed Feb 20, 2021
1 parent bf3d8c9 commit fdbc1f9
Show file tree
Hide file tree
Showing 4 changed files with 4,454 additions and 1 deletion.
1 change: 1 addition & 0 deletions QUsb2snes.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Project {
"adevice.h",
"appui.cpp",
"appui.h",
"backward.hpp",
"devicefactory.cpp",
"devicefactory.h",
"devices/emunetworkaccessfactory.cpp",
Expand Down
7 changes: 7 additions & 0 deletions QtApp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
QtApp means the file is a Qt application that requieres the Qt DLLs to run
Since providing then for every application add ~10Mb of duplicate files
QUsb2Snes run the Qt Application directly from its own repository so
Windows can find the one used by QUsb2Snes and be able to run the application.
This remove the ability for the application to be started outside QUsb2Snes.

TLDR; You can't run the application outside QUsb2Snes application menu
Loading

0 comments on commit fdbc1f9

Please sign in to comment.