mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 13:38:51 +01:00
re-import all libretro code from it's fork
Verbatim copy from https://github.com/libretro/picodrive/ commit 9ae88ef15ff00cacc3877c7ecc13b0092bab50b8 , so look there for the history of libretro specific changes. Unfortunately there is too much noise and divergence to merge this in a proper way.
This commit is contained in:
parent
126eb5f469
commit
7612bf90be
17 changed files with 6402 additions and 1810 deletions
16
platform/libretro/3ds/3ds_utils.h
Normal file
16
platform/libretro/3ds/3ds_utils.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef _3DS_UTILS_H
|
||||
#define _3DS_UTILS_H
|
||||
|
||||
void ctr_invalidate_ICache(void);
|
||||
void ctr_flush_DCache(void);
|
||||
|
||||
void ctr_flush_invalidate_cache(void);
|
||||
|
||||
int ctr_svchack_init(void);
|
||||
|
||||
#include <stdio.h>
|
||||
#define DEBUG_HOLD() do{printf("%s@%s:%d.\n",__FUNCTION__, __FILE__, __LINE__);fflush(stdout);wait_for_input();}while(0)
|
||||
|
||||
void wait_for_input(void);
|
||||
|
||||
#endif // _3DS_UTILS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue