CHANGELOG
- Implement asynchronous shaders compiling (#58)
- presentation_engine: fallback to FIFO if selected mode isn't supported (#60)
- Vfs part 1 Update and DLCs (#62)
- Implement GpuDriver import option (#66)
- Allow also fetching non official or non valid drivers + Improve error checking + show realtime downloading progress (#70)
- Fix save export (#71)
- presentation_engine: don't throw exception if swapchain has higher image count than maximum slot count (#72)
- app_dialog: Fix landscape layout (#73)
- texture_manager: calculate lastHostMapping using while
- memory_manager: limit heap size (#79)
- show correct version after rom updates
- Update NDK to 27.3.13750724 (#80)
- update opus to 1.5.2 (#81)
- update thread pool to 5.0.0 (#82)
- gpu: vk: use synchronization2 if available (#83)
- update vkma to 3.3.0 (#84)
- update lz4 to 1.10.0 + add xxhash separately (#85)
- move driver loading to DeviceState initialisation + use adrenotoolsImportHandle instead of mapping (#86)
- shader_manager: compile shaders async using thread pool (#87)
- hid:IHidServer: Implement DisconnectNpadfunction (#88)
- svc: GetInfo: Stub AliasRegionExtraSize
- svc: QueryMemory: fix huge memory size if address outside of valid regions
- MainActivity: fix update loading bug
- update vkHpp to 1.4.331 (#89)
- AppDialog: refresh after loading/deleting content
- update robin-map to 1.4.1 (#90)