quicknes: update, fix build, and rebuild
This commit is contained in:
parent
2af6bf3c34
commit
342fb9cb26
|
@ -73,3 +73,4 @@
|
|||
[submodule "quicknes/core"]
|
||||
path = quicknes/core
|
||||
url = https://github.com/TASEmulators/quickerNES.git
|
||||
branch = main
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit f70db77e696a57e4d9ce790d610f2de7c0acbf68
|
||||
Subproject commit 74c1a73fe8baf08ed02b66248b9bf12b4a77076c
|
|
@ -13,7 +13,7 @@ endif
|
|||
|
||||
CXXFLAGS_32 = -march=pentium4 -mtune=core2
|
||||
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
|
||||
# -fprofile-generate
|
||||
|
|
Loading…
Reference in New Issue