Improved Wii aspect ratio significantly
This commit is contained in:
@@ -16,4 +16,12 @@ errorret_t systemInitDolphin(void) {
|
||||
|
||||
systemdialogtype_t systemGetActiveDialogTypeDolphin(void) {
|
||||
return SYSTEM_DIALOG_TYPE_NONE;
|
||||
}
|
||||
|
||||
int32_t systemGetAspectRatioDolphin(void) {
|
||||
return CONF_GetAspectRatio();
|
||||
}
|
||||
|
||||
int32_t systemGetLanguageDolphin(void) {
|
||||
return CONF_GetLanguage();
|
||||
}
|
||||
Reference in New Issue
Block a user