mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-22 17:46:08 -04:00
fix(core): Properly release memory when stopping emulation
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -43,6 +43,8 @@ public:
|
||||
|
||||
void TickFrame();
|
||||
|
||||
void Nuke();
|
||||
|
||||
u64 GetMemoryUsage() const;
|
||||
|
||||
void SetProgramId(u64 program_id_) {
|
||||
|
||||
Reference in New Issue
Block a user