mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
build fixings
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1500 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -71,7 +71,7 @@ BOOL APIENTRY DllMain( HINSTANCE hinstDLL, // DLL module handle
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
BOOL Callback_PeekMessages()
|
||||
unsigned int Callback_PeekMessages()
|
||||
{
|
||||
//TODO: peek message
|
||||
MSG msg;
|
||||
@ -308,7 +308,7 @@ HRESULT ScreenShot(TCHAR *File)
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
BOOL Video_Screenshot(TCHAR* _szFilename)
|
||||
unsigned int Video_Screenshot(TCHAR* _szFilename)
|
||||
{
|
||||
if (ScreenShot(_szFilename) == S_OK)
|
||||
return TRUE;
|
||||
|
Reference in New Issue
Block a user