skyline/app/src/main
PixelyIon 95a08627e5 Subpass Support + More RT Formats + Fix FenceCycle Cyclic Dependencies
Support for subpasses was added by reworking attachment reuse code to account for preserved attachments and subpass dependencies. A lot of RT formats were also added to allow SMO to boot up entirely, it should be noted that it doesn't render anything. 

`FenceCycle` had a cyclic dependency which broke clean exit, we now utilize `std::weak_ptr<FenceCycle>` inside the `Texture` object. A minor fix for broken stack traces was also made caused by supplying a `nullptr` C-string to libfmt when a symbol was unresolved which caused an `abort` due to invocation of `strlen` with it.
2021-10-16 12:13:30 +01:00
..
assets/tzdata Pull in tzcode submodule and add tzdata assets 2021-03-21 18:56:31 +05:30
cpp Subpass Support + More RT Formats + Fix FenceCycle Cyclic Dependencies 2021-10-16 12:13:30 +01:00
java/emu/skyline Address CR + Code formatting 2021-09-30 02:19:19 +05:30
res Add refreshRequired xml attribute in IntegerListPreference 2021-09-30 02:19:19 +05:30
AndroidManifest.xml Replace LogActivity with "Share Logs" + Add Timestamp to Logger 2021-07-12 21:27:49 +05:30