core: improve debug workflow

This commit is contained in:
Liam 2023-09-14 14:34:05 -04:00
parent 4c4208c8e9
commit efef3d8487
12 changed files with 36 additions and 17 deletions

View file

@ -52,7 +52,7 @@ public:
// Checks to see if PatchNSO() will have any effect given the NSO's build ID.
// Used to prevent expensive copies in NSO loader.
[[nodiscard]] bool HasNSOPatch(const BuildID& build_id) const;
[[nodiscard]] bool HasNSOPatch(const BuildID& build_id, std::string_view name) const;
// Creates a CheatList object with all
[[nodiscard]] std::vector<Core::Memory::CheatEntry> CreateCheatList(