Skip to content

Commit fe85679

Browse files
committed
Update to v093r13 release.
byuu says: This WIP removes nall/input.hpp entirely, and implements the new universal cheat format for FC/SFC/GB/GBC/SGB. GBA is going to be tricky since there's some consternation around byte/word/dword overrides. It's also not immediately obvious to me how to implement the code search in logarithmic time, due to the optional compare value. Lastly, the cheat values inside cheats.bml seem to be broken for the SFC. Likely there's a bug somewhere in the conversion process. Obviously I'll have to fix that before v094. I received no feedback on the universal cheat format. If nobody adds anything before v094, then I don't want to hear any complaining about the formatting :P
1 parent 2b81b63 commit fe85679

File tree

36 files changed

+28912
-27389
lines changed

36 files changed

+28912
-27389
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ifeq ($(platform),windows)
3939
else
4040
link += -mwindows
4141
endif
42-
link += -s -mthreads -luuid -lkernel32 -luser32 -lgdi32 -lcomctl32 -lcomdlg32 -lshell32 -lole32 -lws2_32 -ldxguid
42+
link += -s -mthreads -luuid -lkernel32 -luser32 -lgdi32 -lcomctl32 -lcomdlg32 -lshell32 -lole32 -lws2_32
4343
link += -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc
4444
else ifeq ($(platform),macosx)
4545
flags += -march=native

0 commit comments

Comments
 (0)