mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 06:57:57 -05:00
vm_manager: Remove cheat-specific ranges from VMManager
This commit is contained in:
@ -43,7 +43,6 @@ public:
|
||||
|
||||
static std::optional<VAddr> LoadModule(Kernel::Process& process, const FileSys::VfsFile& file,
|
||||
VAddr load_base, bool should_pass_arguments,
|
||||
bool should_register_data_segment,
|
||||
std::optional<FileSys::PatchManager> pm = {});
|
||||
|
||||
ResultStatus Load(Kernel::Process& process) override;
|
||||
|
Reference in New Issue
Block a user