mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-28 03:20:42 +00:00
[Qt] Fix to compile with FBA_DEBUG
This commit is contained in:
parent
3da8e2b696
commit
029716c556
@ -36,6 +36,11 @@ void wav_pause(bool bResume)
|
||||
|
||||
}
|
||||
|
||||
void wav_exit()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool AppProcessKeyboardInput()
|
||||
{
|
||||
return true;
|
||||
|
@ -57,7 +57,9 @@ typedef int HWND;
|
||||
|
||||
extern int bDrvOkay;
|
||||
extern int bRunPause;
|
||||
#ifdef __cplusplus
|
||||
extern bool bAlwaysProcessKeyboardInput;
|
||||
#endif
|
||||
extern HWND hScrnWnd; // Handle to the screen window
|
||||
|
||||
extern void InpDIPSWResetDIPs (void);
|
||||
|
Loading…
Reference in New Issue
Block a user