Skip to content

Commit

Permalink
Commandline parsing (#13)
Browse files Browse the repository at this point in the history
* WIP on commandline settings

* Possible to pass in kickstart

* Resizable window

* Removed unused sema that would cause crash

* Support for (hacky) exit when pressing ESC
  • Loading branch information
emoon committed Feb 10, 2024
1 parent b0b0d4a commit 9ba6388
Show file tree
Hide file tree
Showing 8 changed files with 11,201 additions and 127 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ add_executable(quaesar
uae_src/uaenative.cpp
uae_src/uaeresource.cpp
uae_src/uaeserial.cpp
uae_src/quaesar.cpp
uae_src/blkdev.cpp
uae_src/gfxutil.cpp
uae_src/zfile.cpp
Expand All @@ -205,6 +204,7 @@ add_executable(quaesar
src/time.cpp
src/dummy.cpp
src/input.cpp
src/quaesar.cpp
)

if (APPLE OR LINUX)
Expand Down
Loading

0 comments on commit 9ba6388

Please sign in to comment.