BAHAHAHAHAAHAHAHhh

This commit is contained in:
Arisotura
2021-10-02 03:47:42 +02:00
parent f64d0ba320
commit a25b4549a2
3 changed files with 46 additions and 4 deletions

View File

@ -1178,7 +1178,10 @@ CartHomebrew::CartHomebrew(u8* rom, u32 len, u32 chipid) : CartCommon(rom, len,
CartHomebrew::~CartHomebrew()
{
if (SDFile) fclose(SDFile);
if (test) delete test;
if (test)
{
delete test;
}
}
void CartHomebrew::Reset()