Files
ac-decomp/src/system/sys_romcheck.c
T
Luke Street 1b0b96665a Migrate to dtk-template
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
2024-10-28 19:18:21 -06:00

11 lines
216 B
C

#include "sys_romcheck.h"
#include "dolphin/dvd.h"
#include "m_nmibuf.h"
extern void sys_romcheck() {
if (DVDGetCurrentDiskID()->gameVersion >= SYS_ROMCHECK_DEBUG_ROM_VERSION) {
APPNMI_ZURUMODE2_SET();
}
}