Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Jan 29, 2024
1 parent 8988c3b commit befa38b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion external/FusionDxHook
5 changes: 0 additions & 5 deletions source/PPSSPP.XboxRainDroplets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,7 @@ void RenderDroplets()
if (SendMessageTimeout(hWndPPSSPP, WM_USER_GET_EMULATION_STATE, 0, 0, SMTO_NORMAL, 10L, &dwResult))
{
if (!dwResult)
{
pXRData = nullptr;
return;
}

enum
{
Expand Down Expand Up @@ -265,8 +262,6 @@ void RenderDroplets()
else
pXRData = nullptr;
}
else
pXRData = nullptr;
}
}

Expand Down

0 comments on commit befa38b

Please sign in to comment.