Console build fixes

This commit is contained in:
twinaphex 2015-09-01 12:10:26 +02:00
parent a519654810
commit 0676738140
3 changed files with 14 additions and 11 deletions

View File

@ -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

View File

@ -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;

View File

@ -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>