| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vfs_real: add simplified open file cache | 2023-06-13 | 2 | -1/+18 | |
| | | |||||
| * | vfs_real: lazily open files | 2023-06-13 | 2 | -11/+3 | |
| | | |||||
| * | vfs_real: add file LRU cache for open file limits | 2023-06-13 | 2 | -100/+106 | |
| | | |||||
| * | Merge pull request #10746 from bunnei/update-android-settings | 2023-06-12 | 19 | -110/+28 | |
| |\ | | | | | android: Update settings, remove unused translations | ||||
| | * | android: settings: Disable force_max_clock by default. | 2023-06-12 | 3 | -5/+5 | |
| | | | |||||
| | * | android: settings: Add reactive flushing as a default-disabled setting. | 2023-06-12 | 5 | -0/+24 | |
| | | | |||||
| | * | android: res: Remove translated strings that no longer exist. | 2023-06-12 | 14 | -106/+0 | |
| | | | |||||
| * | | Merge pull request #10675 from liamwhite/scaler | 2023-06-12 | 1 | -8/+12 | |
| |\ \ | |/ |/| | image_info: adjust rescale thresholds and refactor constant use | ||||
| | * | image_info: adjust rescale thresholds and refactor constant use | 2023-06-08 | 1 | -8/+12 | |
| | | | |||||
| * | | Merge pull request #10743 from FearlessTobi/translations | 2023-06-12 | 14 | -0/+4816 | |
| |\ \ | | | | | | | android: Add translation files manually | ||||
| | * | | android: Add translation files manually | 2023-06-13 | 14 | -0/+4816 | |
| | | | | |||||
| * | | | Merge pull request #10705 from german77/updates | 2023-06-12 | 7 | -5/+183 | |
| |\ \ \ | |/ / |/| | | android: Add update and DLC support | ||||
| | * | | android: Add update support | 2023-06-11 | 7 | -5/+183 | |
| | | | | |||||
| * | | | Merge pull request #10728 from t895/game-hash | 2023-06-12 | 1 | -7/+12 | |
| |\ \ \ | | | | | | | | | android: Use autogenerated hash code function for Game class | ||||
| | * | | | android: Use autogenerated hash code function for Game class | 2023-06-11 | 1 | -7/+12 | |
| | | | | | |||||
| * | | | | Merge pull request #10724 from t895/auto-version-property | 2023-06-12 | 1 | -1/+15 | |
| |\ \ \ \ | | | | | | | | | | | android: Use autoVersion when gradle property is set | ||||
| | * | | | | android: Use autoVersion when gradle property is set | 2023-06-11 | 1 | -1/+15 | |
| | |/ / / | |||||
| * | | | | Merge pull request #10699 from liamwhite/conditional-barrier | 2023-06-12 | 10 | -0/+65 | |
| |\ \ \ \ | | | | | | | | | | | shader_recompiler: remove barriers in conditional control flow when device lacks support | ||||
| | * | | | | shader_recompiler: remove barriers in conditional control flow when device ↵ | 2023-06-10 | 10 | -0/+65 | |
| | | | | | | | | | | | | | | | | | | | | | lacks support | ||||
| * | | | | | Merge pull request #10693 from liamwhite/f64-to-f32 | 2023-06-12 | 8 | -0/+198 | |
| |\ \ \ \ \ | | | | | | | | | | | | | shader_recompiler: translate f64 to f32 when unsupported on host | ||||
| | * | | | | | shader_recompiler: translate f64 to f32 when unsupported on host | 2023-06-10 | 8 | -0/+198 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #10718 from liamwhite/buffered-io | 2023-06-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | qt: use larger buffer for update install | ||||
| | * | | | | | qt: use larger buffer for update install | 2023-06-11 | 1 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #10668 from Kelebek1/reduce_vertex_bindings | 2023-06-11 | 6 | -24/+148 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Combine vertex/transform feedback buffer binding into a single call | ||||
| | * | | | | | | Combine vertex/transform feedback buffer binding into a single call | 2023-06-08 | 6 | -24/+148 | |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #10713 from t895/gradle-updates | 2023-06-11 | 2 | -16/+11 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | android: Gradle updates | ||||
| | * | | | | | | | android: Update dependencies | 2023-06-11 | 1 | -4/+4 | |
| | | | | | | | | | |||||
| | * | | | | | | | android: Differentiate build types with new names | 2023-06-11 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the applicationIdSuffix and app launcher title based on build type | ||||
| | * | | | | | | | Android: Remove unused relWithVersionCode build type | 2023-06-11 | 1 | -10/+0 | |
| | | |_|_|_|/ / | |/| | | | | | |||||
| * / | | | | | | android: Use ContentResolver to get file extension | 2023-06-11 | 3 | -11/+28 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | / / / / | android: Fix screen orientation & blurriness. | 2023-06-10 | 4 | -95/+5 | |
| | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #10670 from liamwhite/fxaa2 | 2023-06-10 | 1 | -4/+4 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | vk_blit_screen: use higher bit depth for fxaa | ||||
| | * | | | | vk_blit_screen: use higher bit depth for fxaa | 2023-06-08 | 1 | -4/+4 | |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #10685 from liamwhite/serialization-is-hard | 2023-06-10 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | qt: persist framerate sync option | ||||
| | * | | | | qt: persist framerate sync option | 2023-06-09 | 1 | -0/+2 | |
| | | | | | | |||||
| * | | | | | Merge pull request #10691 from t895/nro-check | 2023-06-09 | 8 | -13/+51 | |
| |\ \ \ \ \ | | | | | | | | | | | | | android: Add proper homebrew check | ||||
| | * | | | | | android: Add proper homebrew check | 2023-06-09 | 8 | -13/+51 | |
| | | |_|_|/ | |/| | | | |||||
| * / | | | | android: Fix input overlay version check | 2023-06-09 | 1 | -12/+14 | |
| |/ / / / | |||||
| * | | | | Merge pull request #10614 from xcfrg/shader-backend-status-bar | 2023-06-09 | 3 | -1/+14 | |
| |\ \ \ \ | |/ / / |/| | | | yuzu: add opengl shader backend info in status bar | ||||
| | * | | | yuzu: add opengl shader backend info in status bar | 2023-06-04 | 3 | -1/+14 | |
| | | | | | |||||
| * | | | | Merge pull request #10623 from german77/backup | 2023-06-08 | 10 | -39/+184 | |
| |\ \ \ \ | | | | | | | | | | | service: nfc: Add backup support | ||||
| | * | | | | service: nfc: Add backup support | 2023-06-06 | 10 | -39/+184 | |
| | | | | | | |||||
| * | | | | | Merge pull request #10666 from liamwhite/my-framerate-is-fine | 2023-06-08 | 11 | -24/+48 | |
| |\ \ \ \ \ | | | | | | | | | | | | | nvnflinger: allow locking framerate during video playback | ||||
| | * | | | | | nvnflinger: allow locking framerate during video playback | 2023-06-08 | 11 | -24/+48 | |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #10676 from bunnei/fix-mi-5-android | 2023-06-08 | 1 | -1/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | android: EmulationActivity: Fix orientation on Mi Pad 5. | ||||
| | * | | | | | android: EmulationActivity: Fix orientation on Mi Pad 5. | 2023-06-08 | 1 | -1/+2 | |
| | |/ / / / | |||||
| * / / / / | Fix potentially uninitialized local variable warning | 2023-06-09 | 1 | -1/+1 | |
| |/ / / / | |||||
| * | | | | Merge pull request #10650 from qurious-pixel/android_tv | 2023-06-07 | 2 | -14/+8 | |
| |\ \ \ \ | |_|_|/ |/| | | | Android TV banner | ||||
| | * | | | remove version code declaration | 2023-06-07 | 1 | -1/+0 | |
| | | | | | |||||
| | * | | | Android TV banner | 2023-06-06 | 3 | -14/+9 | |
| | | | | | |||||