mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-04-21 09:16:48 +00:00
Revert "display: Remove resizing flag."
This reverts commit c781ba8fab.
This commit is contained in:
+1
-1
@@ -323,7 +323,7 @@ static void ppc_exec_inner(uint32_t start_addr, uint32_t size)
|
||||
|
||||
opcode = ppc_read_instruction(pc_real);
|
||||
ppc_main_opcode(opcode_grabber, opcode);
|
||||
if (g_icycles++ >= max_cycles || exec_timer) [[likely]]
|
||||
if (g_icycles++ >= max_cycles || exec_timer) [[unlikely]]
|
||||
max_cycles = process_events();
|
||||
|
||||
if (exec_flags) {
|
||||
|
||||
Reference in New Issue
Block a user