Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 #10749 from Morph1984/strong-typing | Morph | |
buffer_cache_base: Specify buffer type in HostBindings | |||
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 | android: Adapt EmulationActivity to navigation component | Charles Lombardo | |
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 | |
2023-06-12 | android: res: Remove translated strings that no longer exist. | bunnei | |
2023-06-12 | Merge pull request #10743 from FearlessTobi/translations | bunnei | |
android: Add translation files manually | |||
2023-06-12 | Merge pull request #10705 from german77/updates | bunnei | |
android: Add update and DLC support | |||
2023-06-13 | android: Add translation files manually | FearlessTobi | |
2023-06-12 | Merge pull request #10728 from t895/game-hash | bunnei | |
android: Use autogenerated hash code function for Game class | |||
2023-06-12 | Merge pull request #10724 from t895/auto-version-property | bunnei | |
android: Use autoVersion when gradle property is set | |||
2023-06-12 | Merge pull request #10699 from liamwhite/conditional-barrier | MatÃas Locatti | |
shader_recompiler: remove barriers in conditional control flow when device lacks support | |||
2023-06-12 | Merge pull request #10693 from liamwhite/f64-to-f32 | bunnei | |
shader_recompiler: translate f64 to f32 when unsupported on host | |||
2023-06-11 | android: Add update support | Narr the Reg | |
2023-06-12 | Merge pull request #10718 from liamwhite/buffered-io | Morph | |
qt: use larger buffer for update install | |||
2023-06-11 | android: Use autogenerated hash code function for Game class | Charles Lombardo | |
2023-06-11 | android: Use autoVersion when gradle property is set | Charles Lombardo | |
2023-06-11 | Merge pull request #10668 from Kelebek1/reduce_vertex_bindings | bunnei | |
Combine vertex/transform feedback buffer binding into a single call | |||
2023-06-11 | Merge pull request #10713 from t895/gradle-updates | bunnei | |
android: Gradle updates | |||
2023-06-11 | qt: use larger buffer for update install | Liam | |
2023-06-11 | android: Update dependencies | Charles Lombardo | |
2023-06-11 | android: Differentiate build types with new names | Charles Lombardo | |
Change the applicationIdSuffix and app launcher title based on build type | |||
2023-06-11 | Android: Remove unused relWithVersionCode build type | Charles Lombardo | |
2023-06-11 | android: Use ContentResolver to get file extension | Charles Lombardo | |
Fixes an issue where we try to resolve file extension from URIs. Sometimes the URI will not contain the file name at all and instead a string of numbers. Here we query the content resolver and guarantee that we get a file name every time. |