Skip to content

Commit

Permalink
SporeModLoader: correct comment for DirectInput8Create()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Oct 13, 2023
1 parent ed7a69d commit f8cea72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeModLoader/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static int SporeAppEntry_detoured(void)
// Exported Functions
//

// The game uses this function, however it doesn't seem to actually use any of it,
// The game calls this function but ignores the result,
// so just return E_FAIL.
HRESULT WINAPI DirectInput8Create(HINSTANCE hinst, DWORD dwVersion, REFIID riidltf, LPVOID* ppvOut, LPUNKNOWN punkOuter)
{
Expand Down

0 comments on commit f8cea72

Please sign in to comment.