Fixed MVC debugger crash

This commit is contained in:
thrust26 2024-03-07 20:55:29 +01:00
parent cd46d87777
commit 21f26885e4
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);
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -