mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-20 16:05:46 +00:00
vm_manager: Remove cheat-specific ranges from VMManager
This commit is contained in:
@@ -254,8 +254,8 @@ public:
|
||||
|
||||
std::shared_ptr<FileSys::VfsFilesystem> GetFilesystem() const;
|
||||
|
||||
void RegisterCheatList(const std::vector<FileSys::CheatList>& list,
|
||||
const std::string& build_id);
|
||||
void RegisterCheatList(const std::vector<FileSys::CheatList>& list, const std::string& build_id,
|
||||
VAddr code_region_start, VAddr code_region_end);
|
||||
|
||||
void SetProfileSelector(std::unique_ptr<Frontend::ProfileSelectApplet> applet);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user