From ea38436e3512d6ccdbbe464d4a269f133008abf6 Mon Sep 17 00:00:00 2001 From: jaby Date: Sat, 5 Oct 2024 11:18:34 +0200 Subject: [PATCH] Update TODO list --- src/Library/src/CD/cd.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Library/src/CD/cd.cpp b/src/Library/src/CD/cd.cpp index b8347a48..0e34c54a 100644 --- a/src/Library/src/CD/cd.cpp +++ b/src/Library/src/CD/cd.cpp @@ -5,8 +5,6 @@ #include #include -// 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? namespace JabyEngine { namespace CD {