Moved code to dolphin for network
This commit is contained in:
@@ -8,4 +8,12 @@
|
||||
#pragma once
|
||||
#include <ogcsys.h>
|
||||
#include <gccore.h>
|
||||
#include <malloc.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#ifdef DUSK_GAMECUBE
|
||||
#define CONF_ASPECT_4_3 0
|
||||
#define CONF_ASPECT_16_9 1
|
||||
#define CONF_GetAspectRatio() CONF_ASPECT_4_3
|
||||
|
||||
#define CONF_GetLanguage() SYS_GetLanguage()
|
||||
#endif
|
||||
Reference in New Issue
Block a user