mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
RM::FSp calls handle their return value
This commit is contained in:
parent
5deea9eb84
commit
80efa55c24
@ -403,12 +403,15 @@ namespace OS {
|
||||
d0 = FSpSetFInfo();
|
||||
break;
|
||||
|
||||
// RM calls handle their return value.
|
||||
case 0x000d:
|
||||
d0 = RM::FSpOpenResFile();
|
||||
return d0;
|
||||
break;
|
||||
|
||||
case 0x000e:
|
||||
d0 = RM::FSpCreateResFile();
|
||||
return d0;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user