mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
File/dir descriptors numbering experimental impl
This commit is contained in:
parent
badeb29901
commit
06ef95fbea
5 changed files with 121 additions and 63 deletions
|
|
@ -407,7 +407,6 @@ namespace vm
|
|||
|
||||
#include "vm_ref.h"
|
||||
#include "vm_ptr.h"
|
||||
#include "vm_var.h"
|
||||
|
||||
class CPUThread;
|
||||
|
||||
|
|
@ -449,3 +448,5 @@ namespace vm
|
|||
u32 stack_push(CPUThread& cpu, u32 size, u32 align, u32& old_pos);
|
||||
void stack_pop(CPUThread& cpu, u32 addr, u32 old_pos);
|
||||
}
|
||||
|
||||
#include "vm_var.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue