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 64b26e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion external/FusionDxHook
9 changes: 2 additions & 7 deletions source/PPSSPP.XboxRainDroplets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,9 @@ void RenderDroplets()
static XRData* pXRData = nullptr;

DWORD_PTR dwResult = 0;
if (SendMessageTimeout(hWndPPSSPP, WM_USER_GET_EMULATION_STATE, 0, 0, SMTO_NORMAL, 10L, &dwResult))
SendMessageTimeout(hWndPPSSPP, WM_USER_GET_EMULATION_STATE, 0, 0, SMTO_NORMAL, 10L, &dwResult);
if (dwResult == 1)
{
if (!dwResult)
{
pXRData = nullptr;
return;
}

enum
{
lo, // Lower 32 bits of pointer to the base of emulated memory
Expand Down

0 comments on commit 64b26e7

Please sign in to comment.