skyline/app/src/main/cpp
PixelyIon 3e9d84b0c3
Split FindOrCreate functionality across BufferManager
`FindOrCreate` ended up being monolithic function with poor readability, this commit addresses those concerns by refactoring the function to split it up into multiple member functions of `BufferManager`, while some of these member functions may only have a single call-site they are important to logically categorize tasks into individual functions. The end result is far neater logic which is far more readable and slightly better optimized by virtue of being abstracted better.
2022-08-06 22:20:54 +05:30
..
skyline Split FindOrCreate functionality across BufferManager 2022-08-06 22:20:54 +05:30
driver_jni.cpp Add utilities for reading and installing gpu driver packages 2022-08-06 22:00:19 +05:30
emu_jni.cpp Rename SettingsValues to NativeSettings 2022-07-26 20:16:24 +05:30
loader_jni.cpp Add ScopedStackBlocker to RomFile.populate 2022-04-14 14:14:52 +05:30