mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(MSVC) Buildfixes
This commit is contained in:
parent
3257ecdaef
commit
9e1276d76f
2 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue