CLI 2.0: Electric Boogaloo (#1546)

* CLI: begin QT reimplementation

* Add first batch of parameters
* ROM loading (no archives yet)
* --fullscreen
* --boot (non-functional???)

* fix --boot

* archives!

* Add disclaimer that a.zip|b.nds is kind of fucky

* remove shit7 debugging

* Apply requested changes
This commit is contained in:
patata
2022-10-28 12:27:55 +02:00
committed by GitHub
parent 936011964c
commit 561781b954
6 changed files with 235 additions and 35 deletions

View File

@ -49,6 +49,9 @@ set(SOURCES_QT_SDL
../duckstation/gl/context.cpp
${CMAKE_SOURCE_DIR}/res/melon.qrc
CLI.h
CLI.cpp
)
if (APPLE)