skyline/app/src/main/cpp
Billy Laws 601d67e369 Use resource size rather than allocation size for staging buffer size
As per VMA docs: 'Allocation size returned in this variable may be greater than the size requested for the resource e.g. as VkBufferCreateInfo::size. Whole size of the allocation is accessible for operations on memory e.g. using a pointer after mapping with vmaMapMemory(), but operations on the resource e.g. using vkCmdCopyBuffer must be limited to the size of the resource.'
2022-05-10 18:48:20 +01:00
..
skyline Use resource size rather than allocation size for staging buffer size 2022-05-10 18:48:20 +01:00
emu_jni.cpp Move Skyline internal files to external directory 2022-04-14 14:14:52 +05:30
loader_jni.cpp Add ScopedStackBlocker to RomFile.populate 2022-04-14 14:14:52 +05:30