mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
11 lines
216 B
C
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();
|
|
}
|
|
}
|