mirror of
https://github.com/zeldaret/ss
synced 2026-07-06 05:14:28 -04:00
Final match
This commit is contained in:
@@ -67,14 +67,11 @@ bool sAssertOccurred;
|
||||
}
|
||||
|
||||
/* 8049c150 */ bool isOutsideMEM1(u32 addr) {
|
||||
// TODO
|
||||
if (0x80000000 <= addr) {
|
||||
if (addr <= 0x83000000 - 1) {
|
||||
return false;
|
||||
}
|
||||
if (!(0x80000000 <= addr) || !(addr <= 0x83000000 - 1)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
/* 8049c180 */ AssertCallback setAssertCallback(AssertCallback cb) {
|
||||
|
||||
Reference in New Issue
Block a user