yuzu-android/src
Lioncash 01bf329f63 yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList()
Similarly, here we can avoid doing unnecessary work twice by retrieving
the file type only once and comparing it against relevant operands,
avoiding potential unnecessary object construction/destruction.
2018-12-05 17:58:15 -05:00
..
audio_core core: Port all current usages of Event to Readable/WritableEvent 2018-11-29 08:45:41 -05:00
common Merge pull request #1773 from lioncash/thread 2018-11-23 08:52:05 -08:00
core loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core Improve msvc codegen for hot-path array LUTs 2018-12-04 17:13:07 -08:00
web_service
yuzu yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() 2018-12-05 17:58:15 -05:00
yuzu_cmd gl_rasterizer: Remove extension booleans 2018-11-28 21:18:13 -03:00
.clang-format
CMakeLists.txt