Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-16 | cmake: Add warn about cross compiling, disable android | lat9nq | |
2023-06-16 | cmake: Check for target is Windows | lat9nq | |
MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well. | |||
2023-06-16 | cmake: Use non-conflicting variable names | lat9nq | |
2023-06-16 | cmake: Extra time zone data download checks | lat9nq | |
Extra sanitization for Windows hosts, and fail loudly when the download fails. cmake: Fix status code reading | |||
2023-06-16 | cmake: Add option to always download time zone data | lat9nq | |
2023-06-16 | externals: submodule tzdb_to_nx | lat9nq | |
Fix for Flatpak being unable to download during CMake configure. | |||
2023-06-16 | nx_tzdb: Support submoduling tzdb_to_nx | lat9nq | |
Fix for flatpak having no internet access during CMake configure. | |||
2023-06-15 | time_zone_manager: Compare to the correct boolean | lat9nq | |
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-15 | nx_tzdb: Correct Antarctica spelling | lat9nq | |
2023-06-15 | Merge pull request #10796 from bunnei/fix-saf | bunnei | |
android: fs: Fix Exists / IsFile for SAF. | |||
2023-06-15 | Merge pull request #10790 from liamwhite/arm-driver-moment | bunnei | |
vulkan_device: disable extended_dynamic_state2 on ARM drivers | |||
2023-06-15 | Merge pull request #10775 from liamwhite/cb2 | bunnei | |
renderer_vulkan: propagate conditional barrier support | |||
2023-06-15 | android: fs: Fix Exists / IsFile for SAF. | bunnei | |
2023-06-15 | Merge pull request #10639 from 8bitDream/pictureinpicture | bunnei | |
android: Support for Picture in Picture / Portrait | |||
2023-06-15 | vulkan_device: disable extended_dynamic_state2 on ARM drivers | Liam | |
2023-06-14 | Merge pull request #10729 from liamwhite/windows-is-a-meme | bunnei | |
vfs_real: add file LRU cache for open file limits | |||
2023-06-14 | Merge pull request #10781 from 8bitDream/vcpkg | Morph | |
externals: Fix update vcpkg to 2023.06.14 | |||
2023-06-14 | Merge pull request #10749 from Morph1984/strong-typing | Morph | |
buffer_cache_base: Specify buffer type in HostBindings | |||
2023-06-14 | externals: Fix update vcpkg to 2023.06.14 | Abandoned Cart | |
Forgot to update the manifest to reflect the submodule in the previous commit. | |||
2023-06-14 | android: Move overlays to their own layout | Abandoned Cart | |
2023-06-14 | android: Initialize defaults for each orientations | Abandoned Cart | |
2023-06-14 | android: Display FPS with emulation on hinge | Abandoned Cart | |
2023-06-14 | android: Remove PiP reliance on fragment | Abandoned Cart | |
2023-06-14 | android: Set layout by fragment, not view | Abandoned Cart | |
2023-06-14 | android: Add a separate foldable layout set | Abandoned Cart | |
2023-06-14 | android: Set portrait default control params | Abandoned Cart | |
2023-06-14 | android: Actually implement portrait controls | Abandoned Cart | |
2023-06-14 | android: Enable automated portrait controls | Abandoned Cart | |
2023-06-14 | android: Add Picture in Picture / Orientation | Abandoned Cart | |
2023-06-14 | Merge pull request #10726 from t895/emulation-nav-component | bunnei | |
android: Adapt EmulationActivity to navigation component | |||
2023-06-14 | android: Adapt EmulationActivity to navigation component | Charles Lombardo | |
2023-06-14 | Merge pull request #10773 from 8bitDream/vcpkg | bunnei | |
externals: update vcpkg to 2023.06.14 | |||
2023-06-14 | renderer_vulkan: propagate conditional barrier support | Liam | |
2023-06-14 | externals: update vcpkg to 2023.06.14 | Abandoned Cart | |
Since vcpkg doesn't set version numbers between releases, one was assigned in the proper format | |||
2023-06-13 | vfs_real: require file existence on open | Liam | |
2023-06-13 | vfs_real: add simplified open file cache | Liam | |
2023-06-13 | Merge pull request #10603 from lat9nq/tz-more-complete | bunnei | |
core,common: Implement missing time zone data/computations | |||
2023-06-13 | Merge pull request #10760 from FearlessTobi/translations | Charles Lombardo | |
android: Declare languages in locales_config.xml | |||
2023-06-13 | android: Declare languages in locales_config.xml | FearlessTobi | |
This is required to make per-app language swithcing possible on Android 13. | |||
2023-06-13 | Merge pull request #10751 from german77/touch | Charles Lombardo | |
android: Fix touch input | |||
2023-06-13 | Merge pull request #10747 from liamwhite/arm-interface-decouple | bunnei | |
core: decouple ARM interface from Dynarmic | |||
2023-06-13 | vfs_real: lazily open files | Liam | |
2023-06-13 | vfs_real: add file LRU cache for open file limits | Liam | |
2023-06-13 | android: Fix touch input | german77 | |
2023-06-13 | buffer_cache_base: Specify buffer type in HostBindings | Morph | |
Avoid reinterpret-casting from void pointer since the type is already known at compile time. | |||
2023-06-12 | Merge pull request #10746 from bunnei/update-android-settings | bunnei | |
android: Update settings, remove unused translations | |||
2023-06-12 | core: decouple ARM interface from Dynarmic | Liam | |
2023-06-12 | Merge pull request #10675 from liamwhite/scaler | liamwhite | |
image_info: adjust rescale thresholds and refactor constant use | |||
2023-06-12 | android: settings: Disable force_max_clock by default. | bunnei | |
2023-06-12 | android: settings: Add reactive flushing as a default-disabled setting. | bunnei | |