summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-26android: Fix size check for content urisCharles Lombardo
Fix for checking file size for android content uris
2023-06-26Merge pull request #10908 from kiri11/clarify-ring-uiliamwhite
Clarify Ring-Con configuration message in UI
2023-06-26Merge pull request #10903 from german77/nfc_stateliamwhite
input_common: Improve nfc state handling and 3rd party support
2023-06-26Merge pull request #10901 from german77/sdl_fixliamwhite
input_common: Make use of new SDL features
2023-06-26Merge pull request #10894 from lat9nq/bsd-tzdbliamwhite
nx_tzdb: Update tzdb_to_nx
2023-06-26Merge pull request #10888 from 8bitDream/nativeliamwhite
android: (native) Parameter types from Android Studio
2023-06-26Merge pull request #10865 from t895/extension-memeliamwhite
android: Clean up file extension checks
2023-06-26android: Clean up file extension checksCharles Lombardo
2023-06-25nx_tzdb: Update tzdb_to_nx to 212afa2lat9nq
Moves build data to a separate directory so the build happens out of the source tree.
2023-06-25Hyphenate Joy-Con and clarify furtherKirill Ignatev
2023-06-25Clarify Ring-Con configuration message in UIKirill Ignatev
Not obvious how left controller should be set up Mention that it should be left physical dual emulated
2023-06-24core: hid: Allow to read bin files while switch controller is availablegerman77
2023-06-24input_common: Dont try to read/write data from 3rd party controllersgerman77
2023-06-24externals: Include player led fix on SDLgerman77
2023-06-24input_common: Make use of new SDL featuresgerman77
2023-06-23nx_tzdb: Update tzdb_to_nxlat9nq
Includes fixes for other BSD's, and axes shell scripts for pure CMake.
2023-06-23Merge pull request #10891 from german77/sdl28v2Morph
externals: Include post release SDL fixes
2023-06-23externals: Include post release SDL fixesNarr the Reg
2023-06-23android: define [[maybe_unused]] (const) autoAbandoned Cart
2023-06-23android: Parameter types from Android StudioAbandoned Cart
Android Studio marked these parameters as errors because it is an instance, not a class, that is being passed from Java.
2023-06-23Merge pull request #10811 from 8bitDream/pip_muteliamwhite
android: Add a PiP interface to mute / unmute
2023-06-23Merge pull request #10859 from liamwhite/no-more-atomic-waitliamwhite
general: remove atomic signal and wait
2023-06-23Merge pull request #10842 from german77/native_mifareliamwhite
input_common: Implement native mifare/skylander support for joycons/pro controller
2023-06-23Merge pull request #10884 from liamwhite/spaghetti-vfsliamwhite
vfs_real: lock concurrent accesses
2023-06-23vfs_real: lock concurrent accessesLiam
2023-06-22Merge pull request #10457 from Kelebek1/optimisebunnei
Remove memory allocations in some hot paths
2023-06-22Merge pull request #10806 from liamwhite/worst-fs-implementation-everbunnei
vfs_real: misc optimizations
2023-06-22Merge pull request #10794 from 8bitDream/multiplesbunnei
android: Add support for multiple installs
2023-06-22Merge pull request #10878 from GPUCode/log-droidMorph
android: Log settings
2023-06-22Merge pull request #10873 from german77/sdlbunnei
externals: Update sdl to 2.28.0
2023-06-22Merge pull request #10869 from 8bitDream/memorybunnei
android: Add a notice when RAM inadequate
2023-06-22android: Log settingsGPUCode
2023-06-22general: remove atomic signal and waitLiam
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-21Merge pull request #10086 from Morph1984/coretiming-ng-1bunnei
core_timing: Use CNTPCT as the guest CPU tick
2023-06-21Merge pull request #10777 from liamwhite/no-barrierbunnei
video_core: optionally skip barriers on feedback loops
2023-06-21Merge pull request #10841 from liamwhite/math-is-hardbunnei
vfs_concat: fix offset calculation when not aligned to file boundary
2023-06-21Merge pull request #10863 from lat9nq/tz-end-of-stringbunnei
time_zone_manager: Stop on comma
2023-06-21input_common: Implement native mifare supportNarr the Reg
2023-06-21externals: Update sdl to 2.28.0Narr the Reg
2023-06-21android: Generalize string message dialogAbandoned Cart
2023-06-21android: Add support for concurrent installsAbandoned Cart
2023-06-21android: Convert memory sizes to resourceAbandoned Cart
2023-06-21android: Add a notice when RAM inadequateAbandoned Cart
2023-06-21android: Refactor native and corresponding variablesAbandoned Cart
2023-06-21Fix JNI and expose mute settings to AndroidAbandoned Cart
2023-06-21android: Add a PiP interface to mute / unmuteAbandoned Cart
2023-06-21Merge pull request #10864 from t895/disable-mali-driverliamwhite
android: Don't show custom driver button on mali and x86
2023-06-20android: Don't show custom driver button on mali and x86Charles Lombardo
2023-06-20time_zone_manager: Add null terminatorlat9nq
We aren't null-terminating this string after the copy, and we need to.