-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a leak with cout and add some work on backtrace logging
- Loading branch information
Showing
4 changed files
with
4,454 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.