diff options
Diffstat (limited to 'src/citra_qt/game_list_p.h')
| -rw-r--r-- | src/citra_qt/game_list_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/game_list_p.h b/src/citra_qt/game_list_p.h index 60ab4cf02..5ca3fe991 100644 --- a/src/citra_qt/game_list_p.h +++ b/src/citra_qt/game_list_p.h | |||
| @@ -64,7 +64,7 @@ public: | |||
| 64 | * A specialization of GameListItem for path values. | 64 | * A specialization of GameListItem for path values. |
| 65 | * This class ensures that for every full path value it holds, a correct string representation | 65 | * This class ensures that for every full path value it holds, a correct string representation |
| 66 | * of just the filename (with no extension) will be displayed to the user. | 66 | * of just the filename (with no extension) will be displayed to the user. |
| 67 | * If this class recieves valid SMDH data, it will also display game icons and titles. | 67 | * If this class receives valid SMDH data, it will also display game icons and titles. |
| 68 | */ | 68 | */ |
| 69 | class GameListItemPath : public GameListItem { | 69 | class GameListItemPath : public GameListItem { |
| 70 | 70 | ||