diff options
| author | Liam <byteslice@airmail.cc> | 2023-09-14 14:34:05 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-09-14 16:44:15 -0400 |
| commit | 3ef9673360089b1729ff174eefad9195d8eaf97f (patch) | |
| tree | 796d1f7b918f0db4c8a2024388dbb4c51c831464 /src/core/file_sys/patch_manager.h | |
| parent | 04352a9aef52fde375950df8577debbb896c2ae1 (diff) | |
core: improve debug workflow
Diffstat (limited to 'src/core/file_sys/patch_manager.h')
| -rw-r--r-- | src/core/file_sys/patch_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/patch_manager.h b/src/core/file_sys/patch_manager.h index adcde7b7d..03e9c7301 100644 --- a/src/core/file_sys/patch_manager.h +++ b/src/core/file_sys/patch_manager.h @@ -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( |
