Skip to content

Commit

Permalink
Merge pull request n64decomp#52 from blckbearx/ps2
Browse files Browse the repository at this point in the history
PS2: Fix compilation with new SDK
  • Loading branch information
fgsfdsfgs authored Aug 4, 2021
2 parents 19df9b4 + eda8724 commit 060d52e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ ifeq ($(TARGET_PS2),1)
ifeq ($(EE_CC_VERSION),)
$(error No valid GCC found in PATH)
else
USE_NEW_PS2SDK := 1
export USE_NEW_PS2SDK := 1
endif
endif
endif
Expand Down
1 change: 0 additions & 1 deletion src/pc/gfx/gfx_ps2_wapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ static bool do_render = true;

static volatile unsigned int vblank_count = 0;
static int vsync_callback_id = -1;
volatile bool render_finished;

static int vsync_callback(void) {
if (render_finished) gsKit_display_buffer(gs_global); // working buffer gets displayed
Expand Down

1 comment on commit 060d52e

@biggestsonicfan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the correct PR was referenced here...

Please sign in to comment.