remove old todo comment

This commit is contained in:
RadWolfie 2020-03-30 02:37:44 -05:00
parent 9e1077fe9f
commit 04840af6d3
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ DWORD CALLBACK rawMain()
// Call the main emulation function in our DLL, passing in the results
// of the address range reservations
pfnEmulate(system, SystemDevBlocksReserved); // TODO : Pass along all data that we've gathered up until here (or rebuild it over there)
pfnEmulate(system, SystemDevBlocksReserved);
// Once emulation actually started, execution may never return here
// because all code and data that have been used up until now are