Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-27 | Merge pull request #10495 from bm01/master | liamwhite | |
input_common: Redesign mouse panning | |||
2023-06-27 | Merge pull request #10679 from zeltermann/wakelock-reason | liamwhite | |
Only use SDL wakelock on Linux | |||
2023-06-27 | Merge pull request #10916 from ameerj/lolmem | liamwhite | |
OpenGL: Add Local Memory warmup shader for Nvidia | |||
2023-06-26 | android: Fix size check for content uris | Charles Lombardo | |
Fix for checking file size for android content uris | |||
2023-06-26 | Merge pull request #10908 from kiri11/clarify-ring-ui | liamwhite | |
Clarify Ring-Con configuration message in UI | |||
2023-06-26 | Merge pull request #10903 from german77/nfc_state | liamwhite | |
input_common: Improve nfc state handling and 3rd party support | |||
2023-06-26 | Merge pull request #10901 from german77/sdl_fix | liamwhite | |
input_common: Make use of new SDL features | |||
2023-06-26 | Merge pull request #10888 from 8bitDream/native | liamwhite | |
android: (native) Parameter types from Android Studio | |||
2023-06-26 | Merge pull request #10865 from t895/extension-meme | liamwhite | |
android: Clean up file extension checks | |||
2023-06-26 | android: Clean up file extension checks | Charles Lombardo | |
2023-06-25 | OpenGL: Limit lmem warmup to NVIDIA | ameerj | |
:frog: | |||
2023-06-25 | shaders: Track local memory usage | ameerj | |
2023-06-25 | emit_glasm: Fix lmem size computation | ameerj | |
2023-06-25 | OpenGL: Add Local Memory warmup shader | ameerj | |
2023-06-25 | Hyphenate Joy-Con and clarify further | Kirill Ignatev | |
2023-06-25 | Clarify Ring-Con configuration message in UI | Kirill Ignatev | |
Not obvious how left controller should be set up Mention that it should be left physical dual emulated | |||
2023-06-24 | core: hid: Allow to read bin files while switch controller is available | german77 | |
2023-06-24 | input_common: Dont try to read/write data from 3rd party controllers | german77 | |
2023-06-24 | input_common: Make use of new SDL features | german77 | |
2023-06-24 | Only use SDL wakelock on Linux | zeltermann | |
SDL has internally fixed shenanigans related to wakelocking through DBus from inside sandboxes from around August 2022, so we can now remove the workaround we used since 2021. | |||
2023-06-23 | android: define [[maybe_unused]] (const) auto | Abandoned Cart | |
2023-06-23 | android: Parameter types from Android Studio | Abandoned Cart | |
Android Studio marked these parameters as errors because it is an instance, not a class, that is being passed from Java. | |||
2023-06-23 | Merge pull request #10811 from 8bitDream/pip_mute | liamwhite | |
android: Add a PiP interface to mute / unmute | |||
2023-06-23 | Merge pull request #10859 from liamwhite/no-more-atomic-wait | liamwhite | |
general: remove atomic signal and wait | |||
2023-06-23 | Merge pull request #10842 from german77/native_mifare | liamwhite | |
input_common: Implement native mifare/skylander support for joycons/pro controller | |||
2023-06-23 | vfs_real: lock concurrent accesses | Liam | |
2023-06-22 | Merge pull request #10457 from Kelebek1/optimise | bunnei | |
Remove memory allocations in some hot paths | |||
2023-06-22 | Merge pull request #10806 from liamwhite/worst-fs-implementation-ever | bunnei | |
vfs_real: misc optimizations | |||
2023-06-22 | Merge pull request #10794 from 8bitDream/multiples | bunnei | |
android: Add support for multiple installs | |||
2023-06-22 | Merge pull request #10878 from GPUCode/log-droid | Morph | |
android: Log settings | |||
2023-06-22 | Merge pull request #10869 from 8bitDream/memory | bunnei | |
android: Add a notice when RAM inadequate | |||
2023-06-22 | android: Log settings | GPUCode | |
2023-06-22 | general: remove atomic signal and wait | Liam | |
2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | |
2023-06-21 | Merge pull request #10086 from Morph1984/coretiming-ng-1 | bunnei | |
core_timing: Use CNTPCT as the guest CPU tick | |||
2023-06-21 | Merge pull request #10777 from liamwhite/no-barrier | bunnei | |
video_core: optionally skip barriers on feedback loops | |||
2023-06-21 | Merge pull request #10841 from liamwhite/math-is-hard | bunnei | |
vfs_concat: fix offset calculation when not aligned to file boundary | |||
2023-06-21 | Merge pull request #10863 from lat9nq/tz-end-of-string | bunnei | |
time_zone_manager: Stop on comma | |||
2023-06-21 | input_common: Implement native mifare support | Narr the Reg | |
2023-06-21 | android: Generalize string message dialog | Abandoned Cart | |
2023-06-21 | android: Add support for concurrent installs | Abandoned Cart | |
2023-06-21 | android: Convert memory sizes to resource | Abandoned Cart | |
2023-06-21 | android: Add a notice when RAM inadequate | Abandoned Cart | |
2023-06-21 | android: Refactor native and corresponding variables | Abandoned Cart | |
2023-06-21 | Fix JNI and expose mute settings to Android | Abandoned Cart | |
2023-06-21 | android: Add a PiP interface to mute / unmute | Abandoned Cart | |
2023-06-20 | android: Don't show custom driver button on mali and x86 | Charles Lombardo | |
2023-06-20 | time_zone_manager: Add null terminator | lat9nq | |
We aren't null-terminating this string after the copy, and we need to. | |||
2023-06-20 | time_zone_manager: Stop on comma | lat9nq | |
This is a deviation from the reference time zone implementation. The actual code will set a pointer to the time zone name here, but for us we have a limited number of characters to work with, and the name of the time zone here could be larger than 8 characters. We can make the assumption that time zone names greater than five characters in length include a comma that denotes more data. Nintendo just truncates that data for the name, so we can do the same. time_zone_manager: Check for length of array Just to be double sure that we never break past the array length, directly compare against it. | |||
2023-06-20 | Merge pull request #10818 from vonchenplus/render_target_samples | liamwhite | |
video_core: add samples check when find render target |