Skip to content

Commit

Permalink
Remove noisy output on warp enable / disable.
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz committed Jan 3, 2025
1 parent 5eb346b commit 0b1b0da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patches/fs-uae/uaelib-warpmode.diff
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ Index: demoscene-toolchain/submodules/fs-uae/src/uaelib.cpp

case 68: return emulib_Minimize();
case 69: return emulib_ExecuteNativeCode();
Index: demoscene-toolchain/submodules/fs-uae/fsemu/src/fsemu-frame.c
===================================================================
--- demoscene-toolchain.orig/submodules/fs-uae/fsemu/src/fsemu-frame.c
+++ demoscene-toolchain/submodules/fs-uae/fsemu/src/fsemu-frame.c
@@ -1014,7 +1014,6 @@ static void fsemu_frame_start_handle_com
fsemu_action_t action;
fsemu_action_state_t state;
while (fsemu_input_next_command(&action, &state)) {
- printf(" ----- fsemu frame command %04x %04x\n", action, state);
fsemu_frame_start_handle_command(action, state);
}
}

0 comments on commit 0b1b0da

Please sign in to comment.