Update TODO list

This commit is contained in:
Jaby 2024-10-05 11:18:34 +02:00
parent 65f4ed402e
commit c64fe96482
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@
#include <PSX/System/syscalls.hpp> #include <PSX/System/syscalls.hpp>
#include <stdio.hpp> #include <stdio.hpp>
// TODO: Outsource the interrupt handler to new source file?
// TODO: Do not spawn a new thread for handling the CD interrupt but use that thread for loading files or something?
// TODO: Can you use the GPU IO Port while also using DMA? // TODO: Can you use the GPU IO Port while also using DMA?
namespace JabyEngine { namespace JabyEngine {
namespace CD { namespace CD {