File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626#include <retro_inline.h>
2727#include <retro_math.h>
2828#include <lists/string_list.h>
29+ #include <string/stdstring.h>
2930
3031#include "SDL.h"
3132#include "SDL_audio.h"
3233
3334#include "../audio_driver.h"
35+ #include "../../msg_hash.h"
36+ #include "../../runloop.h"
3437#include "../../verbosity.h"
3538
3639static INLINE int sdl_audio_find_num_frames (int rate , int latency )
Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ extern id<ApplePlatform> apple_platform;
8383extern id apple_platform;
8484#endif
8585
86- #if TARGET_OS_IPHONE && defined(HAVE_COCOATOUCH)
8786void rarch_start_draw_observer (void );
8887void rarch_stop_draw_observer (void );
8988
89+ #if TARGET_OS_IPHONE && defined(HAVE_COCOATOUCH)
9090#if defined(HAVE_COCOA_METAL)
9191@interface MetalLayerView : UIView
9292@property (nonatomic , readonly ) CAMetalLayer *metalLayer;
Original file line number Diff line number Diff line change @@ -141,3 +141,5 @@ bool cocoa_get_metrics(
141141 float *value);
142142
143143#endif
144+
145+ void cocoa_file_load_with_detect_core (const char *filename);
Original file line number Diff line number Diff line change 4545#include " ../../configuration.h"
4646#include " ../../paths.h"
4747#include " ../../core.h"
48+ #include " ../../menu/menu_cbs.h"
49+ #include " ../../menu/menu_displaylist.h"
4850#include " ../../retroarch.h"
4951#include " ../../tasks/task_content.h"
5052#include " ../../tasks/tasks_internal.h"
You can’t perform that action at this time.
0 commit comments