mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-03 13:51:02 +00:00
(MSVC) Build fixes
This commit is contained in:
parent
6390739747
commit
87edea6bd9
@ -60,7 +60,7 @@ static bool zlib_compare_crc32(const char *name, const char *valid_exts,
|
||||
database_info_rdl_handle_t *database_info_write_rdl_init(const char *dir)
|
||||
{
|
||||
const char *exts = "";
|
||||
database_info_rdl_handle_t *dbl = calloc(1, sizeof(*dbl));
|
||||
database_info_rdl_handle_t *dbl = (database_info_rdl_handle_t*)calloc(1, sizeof(*dbl));
|
||||
|
||||
if (!dbl)
|
||||
return NULL;
|
||||
|
@ -1012,6 +1012,7 @@ rarch_joypad_driver_t dinput_joypad = {
|
||||
dinput_joypad_query_pad,
|
||||
dinput_joypad_destroy,
|
||||
dinput_joypad_button,
|
||||
NULL,
|
||||
dinput_joypad_axis,
|
||||
dinput_joypad_poll,
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user