diff options
| author | 2019-07-02 00:57:23 +0100 | |
|---|---|---|
| committer | 2019-07-02 00:57:23 +0100 | |
| commit | b50557d1f02d2784dbda733b4cf21c769d1cae4d (patch) | |
| tree | 3590623336f83ebc96878703e4e52f34a05d6a58 /src/core/hle | |
| parent | file_sys/registered_cache: Improve missing metadata error (diff) | |
| download | yuzu-b50557d1f02d2784dbda733b4cf21c769d1cae4d.tar.gz yuzu-b50557d1f02d2784dbda733b4cf21c769d1cae4d.tar.xz yuzu-b50557d1f02d2784dbda733b4cf21c769d1cae4d.zip | |
file_sys: Rename other ContentRecordType members
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/service/am/applets/web_browser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/am/applets/web_browser.cpp b/src/core/hle/service/am/applets/web_browser.cpp index 2762e0653..f3c9fef0e 100644 --- a/src/core/hle/service/am/applets/web_browser.cpp +++ b/src/core/hle/service/am/applets/web_browser.cpp | |||
| @@ -459,10 +459,10 @@ void WebBrowser::InitializeOffline() { | |||
| 459 | case OfflineWebSource::OfflineHtmlPage: | 459 | case OfflineWebSource::OfflineHtmlPage: |
| 460 | // While there is an AppID TLV field, in official SW this is always ignored. | 460 | // While there is an AppID TLV field, in official SW this is always ignored. |
| 461 | title_id = 0; | 461 | title_id = 0; |
| 462 | type = FileSys::ContentRecordType::Manual; | 462 | type = FileSys::ContentRecordType::HtmlDocument; |
| 463 | break; | 463 | break; |
| 464 | case OfflineWebSource::ApplicationLegalInformation: | 464 | case OfflineWebSource::ApplicationLegalInformation: |
| 465 | type = FileSys::ContentRecordType::Legal; | 465 | type = FileSys::ContentRecordType::LegalInformation; |
| 466 | break; | 466 | break; |
| 467 | case OfflineWebSource::SystemDataPage: | 467 | case OfflineWebSource::SystemDataPage: |
| 468 | type = FileSys::ContentRecordType::Data; | 468 | type = FileSys::ContentRecordType::Data; |