mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-26 20:53:29 +00: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