From 04840af6d3c024ac003289673dddbec1cf235ec6 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Mon, 30 Mar 2020 02:37:44 -0500 Subject: [PATCH] remove old todo comment --- src/loader/cxbxr-ldr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loader/cxbxr-ldr.cpp b/src/loader/cxbxr-ldr.cpp index d95336189..afec8e3c3 100644 --- a/src/loader/cxbxr-ldr.cpp +++ b/src/loader/cxbxr-ldr.cpp @@ -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