Backported the codegen_accumulate functionality to the old recompiler, so Windows 98 first edition on i686 CPU's can stay fixed without i686 timings getting messed up.
This commit is contained in:
@@ -353,9 +353,9 @@ endif
|
||||
# Optional modules.
|
||||
ifeq ($(DYNAREC), y)
|
||||
ifeq ($(X64), y)
|
||||
PLATCG := codegen_x86-64.o
|
||||
PLATCG := codegen_x86-64.o codegen_accumulate_x86-64.o
|
||||
else
|
||||
PLATCG := codegen_x86.o
|
||||
PLATCG := codegen_x86.o codegen_accumulate_x86.o
|
||||
endif
|
||||
|
||||
OPTS += -DUSE_DYNAREC
|
||||
|
||||
Reference in New Issue
Block a user