File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ LDFLAGS += -L$(PS2DEV)/gsKit/lib -L$(PS2SDK)/ports/lib -L.
9494# Lib cdvd is needed to get proper time
9595LIBS += -lpatches -lgskit -ldmakit -lps2_drivers -lz -lelf-loader
9696
97- CFLAGS = $(OPTIMIZE_LV) $(DISABLE_WARNINGS) $(DEFINES) -DPS2 -fsingle-precision-constant
97+ CFLAGS = $(OPTIMIZE_LV) $(DISABLE_WARNINGS) $(DEFINES) -DPS2 -fsingle-precision-constant -ffast-math
9898ASFLAGS = $(CFLAGS)
9999
100100EE_OBJS += $(OBJ)
Original file line number Diff line number Diff line change 2121
2222INCDIR = -Ilibretro-common/include
2323INCDIR += -I$(PS2SDK)/ports/include
24- CFLAGS = $(OPTIMIZE_LV) $(DISABLE_WARNINGS) -fsingle-precision-constant
24+ CFLAGS = $(OPTIMIZE_LV) $(DISABLE_WARNINGS) -fsingle-precision-constant -ffast-math
2525ASFLAGS = $(CFLAGS)
2626
2727RARCH_DEFINES += -DPS2 -DIS_SALAMANDER -DRARCH_CONSOLE
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ font_renderer_t ps2_font = {
468468 */
469469
470470/* PRIVATE METHODS */
471- static int vsync_handler (void )
471+ static int vsync_handler (int reason )
472472{
473473 iSignalSema (vsync_sema_id );
474474
You can’t perform that action at this time.
0 commit comments