summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-16cmake: Add warn about cross compiling, disable androidlat9nq
2023-06-16cmake: Check for target is Windowslat9nq
MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well.
2023-06-16cmake: Use non-conflicting variable nameslat9nq
2023-06-16cmake: Extra time zone data download checkslat9nq
Extra sanitization for Windows hosts, and fail loudly when the download fails. cmake: Fix status code reading
2023-06-16cmake: Add option to always download time zone datalat9nq
2023-06-16externals: submodule tzdb_to_nxlat9nq
Fix for Flatpak being unable to download during CMake configure.
2023-06-16nx_tzdb: Support submoduling tzdb_to_nxlat9nq
Fix for flatpak having no internet access during CMake configure.
2023-06-15time_zone_manager: Compare to the correct booleanlat9nq
Reference implementation does not compare the booleans as we had them. Use the correct ones as in the reference. Also adds an assert. I have been made aware of a crash here and am not able to reproduce currently.
2023-06-15nx_tzdb: Correct Antarctica spellinglat9nq
2023-06-15Merge pull request #10796 from bunnei/fix-safbunnei
android: fs: Fix Exists / IsFile for SAF.
2023-06-15Merge pull request #10790 from liamwhite/arm-driver-momentbunnei
vulkan_device: disable extended_dynamic_state2 on ARM drivers
2023-06-15Merge pull request #10775 from liamwhite/cb2bunnei
renderer_vulkan: propagate conditional barrier support
2023-06-15android: fs: Fix Exists / IsFile for SAF.bunnei
2023-06-15Merge pull request #10639 from 8bitDream/pictureinpicturebunnei
android: Support for Picture in Picture / Portrait
2023-06-15vulkan_device: disable extended_dynamic_state2 on ARM driversLiam
2023-06-14Merge pull request #10729 from liamwhite/windows-is-a-memebunnei
vfs_real: add file LRU cache for open file limits
2023-06-14Merge pull request #10781 from 8bitDream/vcpkgMorph
externals: Fix update vcpkg to 2023.06.14
2023-06-14Merge pull request #10749 from Morph1984/strong-typingMorph
buffer_cache_base: Specify buffer type in HostBindings
2023-06-14externals: Fix update vcpkg to 2023.06.14Abandoned Cart
Forgot to update the manifest to reflect the submodule in the previous commit.
2023-06-14android: Move overlays to their own layoutAbandoned Cart
2023-06-14android: Initialize defaults for each orientationsAbandoned Cart
2023-06-14android: Display FPS with emulation on hingeAbandoned Cart
2023-06-14android: Remove PiP reliance on fragmentAbandoned Cart
2023-06-14android: Set layout by fragment, not viewAbandoned Cart
2023-06-14android: Add a separate foldable layout setAbandoned Cart
2023-06-14android: Set portrait default control paramsAbandoned Cart
2023-06-14android: Actually implement portrait controlsAbandoned Cart
2023-06-14android: Enable automated portrait controlsAbandoned Cart
2023-06-14android: Add Picture in Picture / OrientationAbandoned Cart
2023-06-14Merge pull request #10726 from t895/emulation-nav-componentbunnei
android: Adapt EmulationActivity to navigation component
2023-06-14android: Adapt EmulationActivity to navigation componentCharles Lombardo
2023-06-14Merge pull request #10773 from 8bitDream/vcpkgbunnei
externals: update vcpkg to 2023.06.14
2023-06-14renderer_vulkan: propagate conditional barrier supportLiam
2023-06-14externals: update vcpkg to 2023.06.14Abandoned Cart
Since vcpkg doesn't set version numbers between releases, one was assigned in the proper format
2023-06-13vfs_real: require file existence on openLiam
2023-06-13vfs_real: add simplified open file cacheLiam
2023-06-13Merge pull request #10603 from lat9nq/tz-more-completebunnei
core,common: Implement missing time zone data/computations
2023-06-13Merge pull request #10760 from FearlessTobi/translationsCharles Lombardo
android: Declare languages in locales_config.xml
2023-06-13android: Declare languages in locales_config.xmlFearlessTobi
This is required to make per-app language swithcing possible on Android 13.
2023-06-13Merge pull request #10751 from german77/touchCharles Lombardo
android: Fix touch input
2023-06-13Merge pull request #10747 from liamwhite/arm-interface-decouplebunnei
core: decouple ARM interface from Dynarmic
2023-06-13vfs_real: lazily open filesLiam
2023-06-13vfs_real: add file LRU cache for open file limitsLiam
2023-06-13android: Fix touch inputgerman77
2023-06-13buffer_cache_base: Specify buffer type in HostBindingsMorph
Avoid reinterpret-casting from void pointer since the type is already known at compile time.
2023-06-12Merge pull request #10746 from bunnei/update-android-settingsbunnei
android: Update settings, remove unused translations
2023-06-12core: decouple ARM interface from DynarmicLiam
2023-06-12Merge pull request #10675 from liamwhite/scalerliamwhite
image_info: adjust rescale thresholds and refactor constant use
2023-06-12android: settings: Disable force_max_clock by default.bunnei
2023-06-12android: settings: Add reactive flushing as a default-disabled setting.bunnei