mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 10:38:03 -05:00
file_sys: Rename other ContentRecordType members
This commit is contained in:
@ -459,10 +459,10 @@ void WebBrowser::InitializeOffline() {
|
||||
case OfflineWebSource::OfflineHtmlPage:
|
||||
// While there is an AppID TLV field, in official SW this is always ignored.
|
||||
title_id = 0;
|
||||
type = FileSys::ContentRecordType::Manual;
|
||||
type = FileSys::ContentRecordType::HtmlDocument;
|
||||
break;
|
||||
case OfflineWebSource::ApplicationLegalInformation:
|
||||
type = FileSys::ContentRecordType::Legal;
|
||||
type = FileSys::ContentRecordType::LegalInformation;
|
||||
break;
|
||||
case OfflineWebSource::SystemDataPage:
|
||||
type = FileSys::ContentRecordType::Data;
|
||||
|
Reference in New Issue
Block a user