mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
Remove global system instance and address feedback
This commit is contained in:
parent
5054a6c429
commit
c530630c1c
2 changed files with 10 additions and 14 deletions
|
@ -156,7 +156,7 @@ public:
|
|||
std::optional<u64> title_id = {}) const override;
|
||||
|
||||
// Removes an existing entry based on title id
|
||||
bool RemoveExistingEntry(const u64 title_id);
|
||||
bool RemoveExistingEntry(u64 title_id);
|
||||
|
||||
// Raw copies all the ncas from the xci/nsp to the csache. Does some quick checks to make sure
|
||||
// there is a meta NCA and all of them are accessible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue