mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
More changes to RetroArch.
This commit is contained in:
parent
ce740f8948
commit
109dc7a64f
@ -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"
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user