mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Implement sceKernelIsStack (#2917)
This commit is contained in:
committed by
GitHub
parent
484fbcc320
commit
1832ec2ac2
@@ -223,6 +223,8 @@ public:
|
||||
|
||||
void InvalidateMemory(VAddr addr, u64 size) const;
|
||||
|
||||
int IsStack(VAddr addr, void** start, void** end);
|
||||
|
||||
private:
|
||||
VMAHandle FindVMA(VAddr target) {
|
||||
return std::prev(vma_map.upper_bound(target));
|
||||
|
||||
Reference in New Issue
Block a user