mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-17 07:50:27 +00:00
Some Win32 fixes.
This commit is contained in:
parent
58f8cde980
commit
8a81ee856c
2
driver.c
2
driver.c
@ -722,6 +722,8 @@ void global_uninit_drivers(void)
|
||||
#ifdef HAVE_LOCATION
|
||||
if (driver.location && driver.location_data)
|
||||
{
|
||||
if (g_extern.system.location_callback.deinitialized)
|
||||
g_extern.system.location_callback.deinitialized();
|
||||
driver.location->free(driver.location_data);
|
||||
driver.location_data = NULL;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "../../general.h"
|
||||
#include "../../input/keyboard_line.h"
|
||||
#include "win32_common.h"
|
||||
#include "../../input/input_common.h"
|
||||
|
||||
LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user