quicknes: update, fix build, and rebuild

This commit is contained in:
feos 2024-03-24 21:48:44 +03:00
parent 2af6bf3c34
commit 342fb9cb26
4 changed files with 3 additions and 2 deletions

1
.gitmodules vendored
View File

@ -73,3 +73,4 @@
[submodule "quicknes/core"] [submodule "quicknes/core"]
path = quicknes/core path = quicknes/core
url = https://github.com/TASEmulators/quickerNES.git url = https://github.com/TASEmulators/quickerNES.git
branch = main

Binary file not shown.

@ -1 +1 @@
Subproject commit f70db77e696a57e4d9ce790d610f2de7c0acbf68 Subproject commit 74c1a73fe8baf08ed02b66248b9bf12b4a77076c

View File

@ -13,7 +13,7 @@ endif
CXXFLAGS_32 = -march=pentium4 -mtune=core2 CXXFLAGS_32 = -march=pentium4 -mtune=core2
CXXFLAGS_64 = CXXFLAGS_64 =
CXXFLAGS = -Wall -I../core/source/quickerNES/core/ -I../core/extern/jaffarCommon/include -D__INLINE__=inline -O3 -Wfatal-errors -Werror -fomit-frame-pointer -flto -D_QUICKERNES_DETECT_JOYPAD_READS -D_QUICKERNES_ENABLE_TRACEBACK_SUPPORT $(CXXFLAGS_$(ARCH)) CXXFLAGS = -Wall -I../core/source/quickerNES/core/ -I../core/extern/jaffarCommon/include -D__INLINE__=inline -O3 -Wfatal-errors -Werror -fomit-frame-pointer -flto -D_GNU_SOURCE -D_QUICKERNES_DETECT_JOYPAD_READS -D_QUICKERNES_ENABLE_TRACEBACK_SUPPORT $(CXXFLAGS_$(ARCH))
# TODO: include these as options in the Makefile # TODO: include these as options in the Makefile
# -fprofile-generate # -fprofile-generate