mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Move ifdefs around
This commit is contained in:
parent
056cc8ece8
commit
77ddea41c8
1 changed files with 9 additions and 9 deletions
|
@ -14,15 +14,6 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if defined(__CELLOS_LV2__)
|
||||
#include <sdk_version.h>
|
||||
|
||||
#if (CELL_SDK_VERSION > 0x340000)
|
||||
#include <sysutil/sysutil_bgmplayback.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
#else
|
||||
|
@ -40,6 +31,15 @@
|
|||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#if defined(__CELLOS_LV2__)
|
||||
#include <sdk_version.h>
|
||||
|
||||
#if (CELL_SDK_VERSION > 0x340000)
|
||||
#include <sysutil/sysutil_bgmplayback.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include "../frontend/frontend_driver.h"
|
||||
|
||||
#include "menu_setting.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue