summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-14service: nfc: Read tag protocol only for nfc backendNarr the Reg
2023-06-14service: nfc: Accuracy fixesNarr the Reg
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-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-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-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-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
2023-06-12android: res: Remove translated strings that no longer exist.bunnei
2023-06-12Merge pull request #10743 from FearlessTobi/translationsbunnei
android: Add translation files manually
2023-06-13codespell: Exclude android resources directoryFearlessTobi
2023-06-12Merge pull request #10705 from german77/updatesbunnei
android: Add update and DLC support
2023-06-13android: Add translation files manuallyFearlessTobi
2023-06-12Merge pull request #10728 from t895/game-hashbunnei
android: Use autogenerated hash code function for Game class
2023-06-12Merge pull request #10724 from t895/auto-version-propertybunnei
android: Use autoVersion when gradle property is set
2023-06-12Merge pull request #10699 from liamwhite/conditional-barrierMatías Locatti
shader_recompiler: remove barriers in conditional control flow when device lacks support
2023-06-12Merge pull request #10693 from liamwhite/f64-to-f32bunnei
shader_recompiler: translate f64 to f32 when unsupported on host
2023-06-11android: Add update supportNarr the Reg
2023-06-12Merge pull request #10718 from liamwhite/buffered-ioMorph
qt: use larger buffer for update install
2023-06-11android: Use autogenerated hash code function for Game classCharles Lombardo
2023-06-11android: Use autoVersion when gradle property is setCharles Lombardo
2023-06-11Merge pull request #10668 from Kelebek1/reduce_vertex_bindingsbunnei
Combine vertex/transform feedback buffer binding into a single call
2023-06-11Merge pull request #10713 from t895/gradle-updatesbunnei
android: Gradle updates
2023-06-11Merge pull request #10711 from t895/better-extension-checkbunnei
android: Use ContentResolver to get file extension
2023-06-11qt: use larger buffer for update installLiam
2023-06-11android: Update dependenciesCharles Lombardo
2023-06-11android: Differentiate build types with new namesCharles Lombardo
Change the applicationIdSuffix and app launcher title based on build type
2023-06-11Android: Remove unused relWithVersionCode build typeCharles Lombardo
2023-06-11android: Use ContentResolver to get file extensionCharles 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-10Merge pull request #10703 from bunnei/fix-android-layoutbunnei
android: Fix screen orientation & blurriness.
2023-06-10android: Fix screen orientation & blurriness.bunnei
2023-06-10Merge pull request #10670 from liamwhite/fxaa2bunnei
vk_blit_screen: use higher bit depth for fxaa
2023-06-10shader_recompiler: translate f64 to f32 when unsupported on hostLiam
2023-06-10shader_recompiler: remove barriers in conditional control flow when device ↵Liam
lacks support
2023-06-10Merge pull request #10685 from liamwhite/serialization-is-hardMorph
qt: persist framerate sync option
2023-06-10Merge pull request #10697 from 8bitDream/codespellMorph
Add a codespell exception for kotlin OptIn
2023-06-10Add a codespell exception for kotlin OptInAbandoned Cart