Don't force users to load rom from terminal or by dragging and dropping onto executable file. Instead, open a blank window and use SDL's drag&drop feature

This commit is contained in:
SimoneN64 2023-07-10 20:48:13 +02:00 committed by wheremyfoodat
parent 008f0bfb84
commit 6ce861624d
5 changed files with 179 additions and 149 deletions

View file

@ -22,6 +22,7 @@ enum class GPUInterrupt : u8 {
class Kernel;
class GPUService {
bool registerInterruptRelayQueueBeenHere = false;
Handle handle = KernelHandles::GPU;
Memory& mem;
GPU& gpu;