mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
Fix crash loading chd file
Ensure chd.c uses the libretro overrides of FILE and friends since the emulator will really pass it an RFILE*.
This commit is contained in:
parent
f8233c6c30
commit
6c57361302
@ -41,6 +41,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#include "osd.h"
|
||||
#include "chd.h"
|
||||
#include "cdrom.h"
|
||||
#include "flac.h"
|
||||
|
Loading…
Reference in New Issue
Block a user