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:
@@ -22,6 +22,7 @@ enum class GPUInterrupt : u8 {
|
||||
class Kernel;
|
||||
|
||||
class GPUService {
|
||||
bool registerInterruptRelayQueueBeenHere = false;
|
||||
Handle handle = KernelHandles::GPU;
|
||||
Memory& mem;
|
||||
GPU& gpu;
|
||||
|
||||
Reference in New Issue
Block a user