diff options
author | Ricardo de Almeida Gonzaga <ricardo.gonzaga@intel.com> | 2016-10-20 16:26:59 +0200 |
---|---|---|
committer | Ricardo de Almeida Gonzaga <ricardo.gonzaga@intel.com> | 2016-10-20 16:26:59 +0200 |
commit | 13d46f6820f231fe245eabdd95c7e70c5b3bb023 (patch) | |
tree | fa2cf9ff34820635fcea6a48679547f40c58bd17 /src/citra_qt/game_list_p.h | |
parent | Merge pull request #2024 from JamePeng/update-boss-code (diff) | |
download | yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.gz yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.bz2 yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.lz yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.xz yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.tar.zst yuzu-13d46f6820f231fe245eabdd95c7e70c5b3bb023.zip |
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: * A specialization of GameListItem for path values. * This class ensures that for every full path value it holds, a correct string representation * of just the filename (with no extension) will be displayed to the user. - * If this class recieves valid SMDH data, it will also display game icons and titles. + * If this class receives valid SMDH data, it will also display game icons and titles. */ class GameListItemPath : public GameListItem { |