Further rootless fixes

This commit is contained in:
emendelson 2023-10-18 08:16:17 -04:00
parent 0e208a0b5c
commit 5f3b45f1b0
2 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,7 @@
#include <QuartzCore/QuartzCore.h>
#include <objc/runtime.h>
#include "sysdeps.h"
#include "utils_macosx.h"
#include <SDL.h>
#include "utils_macosx.h"
#include <vector>

View File

@ -90,7 +90,9 @@ enum {
M68K_EMUL_OP_SOUNDIN_CLOSE,
M68K_EMUL_OP_DEBUGUTIL,
M68K_EMUL_OP_IDLE_TIME,
M68K_EMUL_OP_SUSPEND,
M68K_EMUL_OP_SUSPEND, // 0x7138
M68K_EMUL_OP_PAINTRGN,
M68K_EMUL_OP_DRAGGRAYRGN,
M68K_EMUL_OP_MAX // highest number
};