yuzu-mainline/src
Lioncash 1291f3f820 common: Remove memory_util.cpp/.h
Everything from here is completely unused and also written with the
notion of supporting 32-bit architecture variants in mind. Given the
Switch itself is on a 64-bit architecture, we won't be supporting 32-bit
architectures. If we need specific allocation functions in the future,
it's likely more worthwhile to new functions for that purpose.
2018-10-23 12:21:34 -04:00
..
audio_core
common common: Remove memory_util.cpp/.h 2018-10-23 12:21:34 -04:00
core Merge pull request #1545 from DarkLordZach/psm 2018-10-22 15:27:05 -04:00
input_common
tests
video_core Merge pull request #1519 from ReinUsesLisp/vsetp 2018-10-23 10:22:37 -04:00
web_service web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library only 2018-10-20 16:59:10 -04:00
yuzu Merge pull request #1543 from lioncash/target 2018-10-22 22:50:10 -04:00
yuzu_cmd config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. 2018-10-16 17:02:29 -04:00
.clang-format
CMakeLists.txt