skyline/app/src/main/cpp
Billy Laws c1aec00ed1 Rework GPFIFO pushing to optimise performance and accuracy
* Pushbuffer data is now stored in a member buffer to avoid reallocating
  it for each pushbuffer which hampered performance before.
* Don't prefetch pushbuffers as it puts unnecessary load on the guest
  thread that is better suited for the GPFIFO thread.
* Clean up some misc code to avoid pointless casts of a 4 byte object
  and handle GPFIFO control opcodes.
2021-03-05 23:54:32 +05:30
..
skyline Rework GPFIFO pushing to optimise performance and accuracy 2021-03-05 23:54:32 +05:30
emu_jni.cpp Address CR Comments (#132) + Change Core Migration API 2021-03-05 14:55:34 +05:30
loader_jni.cpp NCA decryption (#99) 2020-09-14 19:23:40 +05:30