diff options
| -rw-r--r-- | libpcsxcore/psxbios.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index e10a39ac..d1c533be 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -20,6 +20,9 @@ /* * Internal simulated HLE BIOS. */ +
+// TODO: Get rid of the use of standard C functions, implement all system calls,
+// count the exact CPU cycle.
#include "psxbios.h" #include "psxhw.h" |
