skyline/app/src/main/cpp
Billy Laws f7a726e452 Allow attempting to write to buffers without passing a GPU copy callback
Constructing the GPU copy callback in `ConstantBuffers::Load()` ended up taking a fair amount of time despite it almost never being used in practice. By making it optional it can be skipped most of the time and only done when it's actually neccessary by calling `Write()` again if the initial call returned true.
2022-11-02 17:46:07 +00:00
..
skyline Allow attempting to write to buffers without passing a GPU copy callback 2022-11-02 17:46:07 +00:00
driver_jni.cpp Add utilities for reading and installing gpu driver packages 2022-08-06 22:00:19 +05:30
emu_jni.cpp Print NPDM + NACP metadata for title determination 2022-10-23 20:20:44 +05:30
loader_jni.cpp Follow typical per-file detail formatting 2022-08-27 18:54:27 +05:30