citra/src
ReinUsesLisp 80eacdf89b
texture_cache: Use a table instead of switch for texture formats
Use a large flat array to look up texture formats. This allows us to
properly implement formats with different component types. It should
also be faster.
2019-11-14 20:57:10 -03:00
..
audio_core
common common/hash: Remove unused HashableStruct 2019-11-13 14:58:43 -05:00
core Merge pull request #3089 from SciresM/play_statistics 2019-11-14 13:54:29 -05:00
input_common
tests
video_core texture_cache: Use a table instead of switch for texture formats 2019-11-14 20:57:10 -03:00
web_service web-service: Port citra's updated web_backend code. 2019-11-09 14:00:44 -05:00
yuzu yuzu: configure_web: Use Base64 encoded token for simplifying user experience. 2019-11-09 14:00:44 -05:00
yuzu_cmd
yuzu_tester yuzu_tester: Remove unused variable 2019-10-04 23:41:22 +00:00
.clang-format
CMakeLists.txt