mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 10:33:27 +00:00
Add drag-n-drop support for loading game ISO
This commit is contained in:
parent
f1ef7f5fd7
commit
394ed34673
@ -239,6 +239,13 @@ public:
|
|||||||
m_imGuiConsole.ToggleVisible();
|
m_imGuiConsole.ToggleVisible();
|
||||||
m_lAltHeld = false;
|
m_lAltHeld = false;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
case SDL_EVENT_DROP_FILE: {
|
||||||
|
m_imGuiConsole.m_gameDiscSelected = event.drop.data;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user