yuzu/src
Lioncash 99a163478b kernel/vm_manager: Rename HeapAllocate to SetHeapSize
Makes it more obvious that this function is intending to stand in for
the actual supervisor call itself, and not acting as a general heap
allocation function.

Also the following change will merge the freeing behavior of HeapFree
into this function, so leaving it as HeapAllocate would be misleading.
2019-03-24 17:08:30 -04:00
..
audio_core audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 2019-03-09 18:06:23 -05:00
common Merge pull request #2256 from bunnei/gpu-vmm 2019-03-22 18:41:12 -04:00
core kernel/vm_manager: Rename HeapAllocate to SetHeapSize 2019-03-24 17:08:30 -04:00
input_common input_common/sdl: Correct return values within implementations of GetPollers() 2019-03-18 11:40:38 -04:00
tests Merge pull request #2090 from FearlessTobi/port-4599 2019-03-20 23:44:20 -04:00
video_core Merge pull request #2256 from bunnei/gpu-vmm 2019-03-22 18:41:12 -04:00
web_service web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
yuzu gpu: Move GPUVAddr definition to common_types. 2019-03-20 22:36:02 -04:00
yuzu_cmd Fix getopt on systems where char is unsigned by default 2019-03-19 23:53:40 +01:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: Move off of modifying CMAKE_*-related flags 2019-03-17 06:55:24 -04:00