Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | codespell: Exclude android resources directory | FearlessTobi | |
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 | Merge pull request #10711 from t895/better-extension-check | bunnei | |
android: Use ContentResolver to get file extension | |||
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. | |||
2023-06-10 | Merge pull request #10703 from bunnei/fix-android-layout | bunnei | |
android: Fix screen orientation & blurriness. | |||
2023-06-10 | android: Fix screen orientation & blurriness. | bunnei | |
2023-06-10 | Merge pull request #10670 from liamwhite/fxaa2 | bunnei | |
vk_blit_screen: use higher bit depth for fxaa | |||
2023-06-10 | shader_recompiler: translate f64 to f32 when unsupported on host | Liam | |
2023-06-10 | shader_recompiler: remove barriers in conditional control flow when device ↵ | Liam | |
lacks support | |||
2023-06-10 | Merge pull request #10685 from liamwhite/serialization-is-hard | Morph | |
qt: persist framerate sync option | |||
2023-06-10 | Merge pull request #10697 from 8bitDream/codespell | Morph | |
Add a codespell exception for kotlin OptIn | |||
2023-06-10 | Add a codespell exception for kotlin OptIn | Abandoned Cart | |
2023-06-09 | Merge pull request #10691 from t895/nro-check | bunnei | |
android: Add proper homebrew check | |||
2023-06-09 | android: Add proper homebrew check | Charles Lombardo | |
2023-06-09 | Merge pull request #10686 from t895/version-check | bunnei | |
android: Fix input overlay version check | |||
2023-06-09 | android: Fix input overlay version check | Charles Lombardo | |
2023-06-09 | Merge pull request #10614 from xcfrg/shader-backend-status-bar | liamwhite | |
yuzu: add opengl shader backend info in status bar | |||
2023-06-09 | qt: persist framerate sync option | Liam | |
2023-06-08 | Merge pull request #10623 from german77/backup | liamwhite | |
service: nfc: Add backup support | |||
2023-06-08 | Merge pull request #10666 from liamwhite/my-framerate-is-fine | liamwhite | |
nvnflinger: allow locking framerate during video playback | |||
2023-06-08 | Merge pull request #10676 from bunnei/fix-mi-5-android | liamwhite | |
android: EmulationActivity: Fix orientation on Mi Pad 5. | |||
2023-06-08 | Merge pull request #10677 from tokarevart/fix-warning | liamwhite | |
Fix a potentially uninitialized local variable warning causing a build error | |||
2023-06-08 | android: EmulationActivity: Fix orientation on Mi Pad 5. | bunnei | |
2023-06-09 | Fix potentially uninitialized local variable warning | Tokarev Artem | |
2023-06-08 | vk_blit_screen: use higher bit depth for fxaa | Liam | |
2023-06-08 | Combine vertex/transform feedback buffer binding into a single call | Kelebek1 | |
2023-06-08 | nvnflinger: allow locking framerate during video playback | Liam | |
2023-06-07 | Merge pull request #10650 from qurious-pixel/android_tv | bunnei | |
Android TV banner | |||
2023-06-07 | remove version code declaration | qurious-pixel | |
2023-06-07 | Merge pull request #10655 from Morph1984/msvc-cxx20 | liamwhite | |
CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | |||
2023-06-07 | Merge pull request #10635 from mrcmunir/l4t-tx1-nvidia | liamwhite | |
Make VK_EXT_robustness2 optional | |||
2023-06-07 | Merge pull request #10476 from ameerj/gl-memory-maps | liamwhite | |
OpenGL: Make use of persistent buffer maps in buffer cache |