mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
vm_manager: Remove cheat-specific ranges from VMManager
This commit is contained in:
parent
9ac4e6a249
commit
20c46b9242
10 changed files with 56 additions and 77 deletions
|
@ -480,14 +480,6 @@ public:
|
|||
/// Gets the total size of the new map region in bytes.
|
||||
u64 GetNewMapRegionSize() const;
|
||||
|
||||
void SetMainCodeRegion(VAddr begin, VAddr end);
|
||||
|
||||
VAddr GetMainCodeRegionBaseAddress() const;
|
||||
|
||||
VAddr GetMainCodeRegionEndAddress() const;
|
||||
|
||||
u64 GetMainCodeRegionSize() const;
|
||||
|
||||
/// Gets the base address of the TLS IO region.
|
||||
VAddr GetTLSIORegionBaseAddress() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue