Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seven7000real committed Oct 20, 2024
1 parent f672164 commit 24254f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/xenia/kernel/xam/xam_locale.cc
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,6 @@ dword_result_t XamGetLanguageString_entry(dword_t id, dword_t buffer_length,
}
DECLARE_XAM_EXPORT1(XamGetLanguageString, kLocale, kImplemented);

dword_result_t XamGetLanguage_entry(unknown_t r3, unknown_t r4, unknown_t r5,
unknown_t r6, unknown_t r7, unknown_t r8,
unknown_t r9) {
return X_STATUS_SUCCESS;
}
DECLARE_XAM_EXPORT1(XamGetLanguage, kNone, kStub);

dword_result_t XamGetLanguageLocaleString_entry(dword_t language_id,
dword_t locale_id,
dword_t buffer_length,
Expand Down

0 comments on commit 24254f6

Please sign in to comment.