More changes to RetroArch.

This commit is contained in:
Themaister 2012-04-21 23:33:35 +02:00
parent ce740f8948
commit 109dc7a64f
4 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "getopt_ssnes.h"
#include "getopt_rarch.h"
#include "strl.h"
#include "posix_string.h"

View File

@ -17,7 +17,7 @@
// Reruns RetroArch main loop with all roms defined on command-line
// to check if libsnes can load multiple roms after each other.
#include "../getopt_ssnes.h"
#include "../getopt_rarch.h"
#include "../general.h"
#include <string.h>

View File

@ -31,7 +31,7 @@
#include "compat/strl.h"
#include "screenshot.h"
#include "cheats.h"
#include "compat/getopt_ssnes.h"
#include "compat/getopt_rarch.h"
#if defined(_WIN32) && !defined(_XBOX)
#define WIN32_LEAN_AND_MEAN