[XAM] Fixed old typo in: XGIUserSetPropertyEx

It was taking Context instead of Property data.
This commit is contained in:
Gliniak 2024-09-21 09:55:18 +02:00
parent 86bd62125d
commit eb785c8e35
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ X_HRESULT XgiApp::DispatchMessageSync(uint32_t message, uint32_t buffer_ptr,
const util::XdbfGameData title_xdbf = kernel_state_->title_xdbf();
if (title_xdbf.is_valid()) {
const auto property = title_xdbf.GetContext(property_id);
const auto property = title_xdbf.GetProperty(property_id);
const XLanguage title_language = title_xdbf.GetExistingLanguage(
static_cast<XLanguage>(XLanguage::kEnglish));
const std::string desc =