You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ What's new in 1.17
54
54
- When opening the pause menu, there's now an option to keep the game running behind the menu.
55
55
This is enforced in multiplayer to avoid inadvertent desyncs ([#18517], [#18515])
56
56
- ISO loading improvements
57
-
- The CHD file format is now fully supported, including with Remote ISO and Retroachievements
57
+
- The CHD file format is now fully supported (use `chdman createdvd`!), including with Remote ISO and Retroachievements
58
58
- Improvements to [remote ISO](https://www.ppsspp.org/docs/reference/disc-streaming/): optional tab on home screen, can now share whole folders ([#18627], [#18639], [#18640], [#18631], [#18632], [#18633],)
59
59
- Controller and touchscreen fixes
60
60
- More control bindings, organize into categories ([#18635], [#18589])
@@ -387,4 +387,4 @@ Credit goes to:
387
387
[#18785]: https://github.com/hrydgard/ppsspp/issues/18785"Fix issue with the collapsible sections in control mapping collapsing on every change, plus, combo fix"
388
388
[#18777]: https://github.com/hrydgard/ppsspp/issues/18777"Expand primitives: Check the vertex count too."
g_OSD.Show(OSDType::MESSAGE_CENTERED_ERROR, e->T("BadCHD", "Bad CHD-file.\nCompress using \"chdman createdvd\" for good performance."), gamePath_.ToVisualString(), 7.0f);
280
+
}
281
+
277
282
auto sc = GetI18NCategory(I18NCat::SCREEN);
278
283
if (info->fileType == IdentifiedFileType::PSP_DISC_DIRECTORY) {
279
284
g_OSD.Show(OSDType::MESSAGE_CENTERED_WARNING, sc->T("ExtractedIsoWarning", "Extracted ISOs often don't work.\nPlay the ISO file directly."), gamePath_.ToVisualString(), 7.0f);
infoLayout->Add(newNoticeView(NoticeLevel::ERROR, e->T("BadCHD", "BadCHD = Bad CHD-file.\nCompress using \"chdman createdvd\" for good performance."), "", newLinearLayoutParams(FILL_PARENT, WRAP_CONTENT)));
0 commit comments