Fixed MVC debugger crash

This commit is contained in:
thrust26 2024-03-07 20:55:29 +01:00
parent 359f40028e
commit 3db62a8f3b
1 changed files with 1 additions and 0 deletions

View File

@ -1635,6 +1635,7 @@ CartridgeMVC::CartridgeMVC(string_view path, size_t size,
myMovie{make_unique<MovieCart>()},
myPath{path}
{
createRomAccessArrays(size);
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -