Cemu/src
bitscher 236216555f Fix compilation warnings related to debug_printf
The preprocessor was only removing debug_printf but left the expression
in place causing warnings.

/root/cemu/src/Cafe/GamePatch.cpp:436:17: warning: expression result
unused [-Wunused-value]
                        debug_printf("HLE: TWW EU dsp kill channel
patch\n");

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-09-05 11:41:50 -07:00
..
asm build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
audio Miscellaneous translatable strings improvements and fixes (#159) 2022-09-03 22:55:58 +02:00
Cafe Fix double %% on shader compilation screen 2022-09-05 15:53:50 +02:00
Cemu Fix compilation warnings related to debug_printf 2022-09-05 11:41:50 -07:00
Common style: use std::enable_if & co instead of boost:: (#153) 2022-09-02 21:06:05 +02:00
config Update fmt version to 9.1.0 (#177) 2022-09-05 14:48:44 +02:00
gui Use utf8 aware string conversion for wxLaunchDefaultBrowser() (#185) 2022-09-05 18:42:24 +02:00
imgui build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
input build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
resource Use ANSI encoding for cemu.rc (#184) 2022-09-05 15:36:06 +02:00
tools Add all the files 2022-08-22 22:21:23 +02:00
util Update fmt version to 9.1.0 (#177) 2022-09-05 14:48:44 +02:00
CMakeLists.txt Name output binary Cemu_<CONFIG> and always place it in bin/ (#179) 2022-09-04 22:23:24 +02:00
main.cpp Wait for gfx pack init before loading shaders (#168) 2022-09-04 01:27:44 +02:00
mainLLE.cpp Add all the files 2022-08-22 22:21:23 +02:00