mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 09:34:40 -06:00
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");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|---|---|---|
| .. | ||
| asm | ||
| audio | ||
| Cafe | ||
| Cemu | ||
| Common | ||
| config | ||
| gui | ||
| imgui | ||
| input | ||
| resource | ||
| tools | ||
| util | ||
| CMakeLists.txt | ||
| main.cpp | ||
| mainLLE.cpp | ||