[nostalgia/core/gba] Add IRQ system
This commit is contained in:
@@ -8,8 +8,16 @@
|
||||
|
||||
#include <nostalgia/core/core.hpp>
|
||||
|
||||
#include "irq.hpp"
|
||||
|
||||
namespace nostalgia::core {
|
||||
|
||||
ox::Error init(Context *ctx) {
|
||||
oxReturnError(initGfx(ctx));
|
||||
oxReturnError(initIrq(ctx));
|
||||
return OxError(0);
|
||||
}
|
||||
|
||||
ox::Error run(Context*) {
|
||||
while (1) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user