Update TODO list
This commit is contained in:
parent
65f4ed402e
commit
c64fe96482
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue