File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
implementation/attractmode Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ namespace Import
2020class QX_ERROR_TYPE (BackupError, " Lr::BackupError" , 1301 )
2121{
2222 friend class BackupManager ;
23- // -Class Enums-------------------------------------------------------------
23+ // -Class Enums-------------------------------------------------------------
2424public:
2525 enum Type
2626 {
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ void BasicPlatformDoc<Id>::finalize()
183183 /* TODO: Have this (and all other implementations of finalize() do something like return
184184 * the IDs of titles that were removed, or otherwise populate an internal variable so that afterwards
185185 * the list can be used to purge all images or other title related files (like overviews with AM).
186- * Right now only the data portion of old games is removed)
186+ * Right now only the data portion of old games is removed).
187187 */
188188
189189 // Finalize item stores
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ std::shared_ptr<RomEntry> PlatformInterface::processSet(const Fp::Set& set)
440440 /* Ignore non-playable add apps to avoid useless clutter in AM
441441 * TODO: Consider doing this in Import Worker to make it a standard since
442442 * LB doesn't actually need the non-playable entries either. Importing them
443- * is basically a leftover from an earlier CLIFp version
443+ * is basically a leftover from an earlier CLIFp version that required them
444+ * for games to work (i.e. before auto mode).
444445 */
445446 if (addApp.isPlayable ())
446447 mPlatformTaglist .appendTag (addApp.id ().toString (QUuid::WithoutBraces));
Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ class IInstall
1818 // Files
1919 static inline const QString IMAGE_EXT = u" png" _s;
2020
21- public:
22- // Image Errors
23- static inline const QString CAPTION_IMAGE_ERR = u" Error importing game image(s)" _s;
24-
2521// -Instance Variables--------------------------------------------------------------------------------------------
2622private:
2723 // Validity
You can’t perform that action at this time.
0 commit comments