mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-06 19:46:06 +00:00
(MSVC) Buildfixes
This commit is contained in:
parent
3257ecdaef
commit
9e1276d76f
@ -32,6 +32,7 @@
|
||||
#include <compat/strl.h>
|
||||
#include <streams/file_stream.h>
|
||||
#include <libretro.h>
|
||||
#include <features/features_cpu.h>
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include <windows.h>
|
||||
|
@ -102,9 +102,6 @@ void rarch_task_file_load_handler(retro_task_t *task)
|
||||
task_finished:
|
||||
task->finished = true;
|
||||
|
||||
if (nbio->image != NULL)
|
||||
rarch_task_image_load_free(task);
|
||||
|
||||
nbio_free(nbio->handle);
|
||||
nbio->handle = NULL;
|
||||
nbio->is_finished = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user