Update executable source file and improve keybinding naming conventions for clarity

This commit is contained in:
scawful
2024-11-18 16:57:10 -05:00
parent 36e5f7a150
commit d45917fcab
3 changed files with 34 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ if (APPLE)
add_executable(
yaze
MACOSX_BUNDLE
app/yaze.cc
app/main.cc
app/rom.cc
${YAZE_APP_EMU_SRC}
${YAZE_APP_CORE_SRC}
@@ -24,7 +24,7 @@ add_executable(
else()
add_executable(
yaze
app/yaze.cc
app/main.cc
app/rom.cc
${YAZE_APP_EMU_SRC}
${YAZE_APP_CORE_SRC}