mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Console build fixes
This commit is contained in:
parent
a519654810
commit
0676738140
@ -14,17 +14,18 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <boolean.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <pspkernel.h>
|
||||
#include <pspdebug.h>
|
||||
#include <pspfpu.h>
|
||||
#include <psppower.h>
|
||||
#include <pspsdk.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <boolean.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <retro_log.h>
|
||||
#include <file/file_path.h>
|
||||
#ifndef IS_SALAMANDER
|
||||
#include <file/file_list.h>
|
||||
@ -37,7 +38,6 @@
|
||||
#include "../../psp1/kernel_functions.h"
|
||||
#endif
|
||||
|
||||
|
||||
PSP_MODULE_INFO("RetroArch", 0, 1, 1);
|
||||
PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER|THREAD_ATTR_VFPU);
|
||||
#ifdef BIG_STACK
|
||||
|
@ -19,12 +19,14 @@
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <retro_log.h>
|
||||
#include <file/config_file.h>
|
||||
#include "../general.h"
|
||||
#include "../file_ext.h"
|
||||
#include <file/file_path.h>
|
||||
#include <file/dir_list.h>
|
||||
|
||||
#include "frontend_driver.h"
|
||||
#include "../general.h"
|
||||
#include "../file_ext.h"
|
||||
|
||||
struct defaults g_defaults;
|
||||
|
||||
|
@ -35,13 +35,14 @@
|
||||
#include <xtl.h>
|
||||
#endif
|
||||
|
||||
#include <file/config_file.h>
|
||||
#include <retro_assert.h>
|
||||
#include <retro_log.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include <compat/strl.h>
|
||||
#include <compat/posix_string.h>
|
||||
#include <compat/msvc.h>
|
||||
#include <file/config_file.h>
|
||||
#include <file/file_path.h>
|
||||
#include <retro_assert.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include <string/string_list.h>
|
||||
#include <rhash.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user