summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #10842 from german77/native_mifareGravatar liamwhite2023-06-231-4/+39
|\ \ \ \ | | | | | | | | | | input_common: Implement native mifare/skylander support for joycons/pro controller
| * | | | input_common: Implement native mifare supportGravatar Narr the Reg2023-06-211-4/+39
| | |_|/ | |/| |
* | | | Merge pull request #10457 from Kelebek1/optimiseGravatar bunnei2023-06-222-1/+11
|\ \ \ \ | | | | | | | | | | Remove memory allocations in some hot paths
| * | | | Remove memory allocations in some hot pathsGravatar Kelebek12023-06-222-1/+11
| | |/ / | |/| |
* | | | Merge pull request #10806 from liamwhite/worst-fs-implementation-everGravatar bunnei2023-06-222-5/+5
|\ \ \ \ | |/ / / |/| | | vfs_real: misc optimizations
| * | | vfs_real: misc optimizationsGravatar Liam2023-06-162-5/+5
| |/ /
* | | Merge pull request #10086 from Morph1984/coretiming-ng-1Gravatar bunnei2023-06-2110-274/+223
|\ \ \ | | | | | | | | core_timing: Use CNTPCT as the guest CPU tick
| * | | core_timing: Fix SingleCore cycle timerGravatar Morph2023-06-071-16/+20
| | | |
| * | | (wall, native)_clock: Add GetGPUTickGravatar Morph2023-06-074-4/+34
| | | | | | | | | | | | | | | | Allows us to directly calculate the GPU tick without double conversion to and from the host clock tick.
| * | | core_timing: Use CNTPCT as the guest CPU tickGravatar Morph2023-06-071-0/+17
| | | | | | | | | | | | | | | | | | | | Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
| * | | (wall, native)_clock: Rework NativeClockGravatar Morph2023-06-075-259/+94
| | | |
| * | | x64: Deduplicate RDTSC usageGravatar Morph2023-06-075-19/+82
| | | |
* | | | Merge pull request #10777 from liamwhite/no-barrierGravatar bunnei2023-06-211-0/+1
|\ \ \ \ | |_|/ / |/| | | video_core: optionally skip barriers on feedback loops
| * | | video_core: optionally skip barriers on feedback loopsGravatar Liam2023-06-141-0/+1
| | | |
* | | | android: fs: Fix Exists / IsFile for SAF.Gravatar bunnei2023-06-152-1/+31
|/ / /
* | | Merge pull request #10603 from lat9nq/tz-more-completeGravatar bunnei2023-06-133-15/+85
|\ \ \ | |_|/ |/| | core,common: Implement missing time zone data/computations
| * | time_zone: Handle offset time zonesGravatar lat9nq2023-06-051-38/+26
| | | | | | | | | | | | | | | | | | | | | | | | time_zone: Remove maybe_unused time_zone: Use s64 storages time_zone: Catch by reference
| * | common: Move system time zone string detectionGravatar lat9nq2023-06-053-76/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves it from Settings to Common::TimeZone, since this algorithm doesn't depend on the setting. It also lets us use it in other libraries. common: Various fixes time_zone: Don't double up the std::abs Too many absolute values were causing mirrored time zones to resolve as the same.
| * | settings: Always report a valid time zoneGravatar lat9nq2023-06-051-2/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents needing to deduce the non-Switch setting in core. Instead, we deduce the meaning of this setting where the heresy is committed, in common. settings: Remove strftime usage GetTimeZoneString: Use standard features Also forces GMT on MinGW due to broken strftime.
* | | Merge pull request #10623 from german77/backupGravatar liamwhite2023-06-083-0/+3
|\ \ \ | | | | | | | | service: nfc: Add backup support
| * | | service: nfc: Add backup supportGravatar german772023-06-063-0/+3
| | |/ | |/|
* | | Merge pull request #10666 from liamwhite/my-framerate-is-fineGravatar liamwhite2023-06-082-0/+2
|\ \ \ | | | | | | | | nvnflinger: allow locking framerate during video playback
| * | | nvnflinger: allow locking framerate during video playbackGravatar Liam2023-06-082-0/+2
| |/ /
* / / Fix potentially uninitialized local variable warningGravatar Tokarev Artem2023-06-091-1/+1
|/ /
* | Merge pull request #10508 from yuzu-emu/limeGravatar bunnei2023-06-0513-6/+322
|\ \ | |/ |/| Project Lime - yuzu Android Port
| * Use yuzu as category instead of citraGravatar Narr the Reg2023-06-031-1/+1
| |
| * common: link libandroid on androidGravatar Liam2023-06-031-0/+5
| |
| * common: dynamic_library: Add ctor for existing handle.Gravatar bunnei2023-06-032-0/+5
| |
| * android: Implement SAF support & migrate to SDK 31. (#4)Gravatar bunnei2023-06-036-9/+236
| |
| * common: error: Fix for Android.Gravatar bunnei2023-06-031-1/+2
| |
| * common: fs: Implement for Android.Gravatar bunnei2023-06-031-0/+7
| |
| * common: logging: Implement Android logcat backend.Gravatar bunnei2023-06-033-0/+63
| |
| * common: host_memory: Implement for Android.Gravatar bunnei2023-06-031-2/+10
| |
* | host_memory: merge adjacent placeholder mappings on LinuxGravatar kkoniuszy2023-06-011-0/+22
|/ | | | | | | | | | | | Track the private anonymous placeholder mappings created by Unmap() and wherever possible, replace existing placeholders with larger ones instead of creating many small ones. This helps with the buildup of mappings in /proc/YUZU_PID/maps after a longer gaming session, improving stability without having to increase vm.max_map_count to a ridiculous value. The amount of placeholder mappings will no longer outgrow the amount of actual memfd mappings in cases of high memory fragmentation.
* externals: Update to fmt 10 and add format_as formatter for BitFieldGravatar Morph2023-05-281-0/+5
| | | | Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type.
* textures: add BC1 and BC3 compressors and recompression settingGravatar Liam2023-05-232-0/+11
|
* Merge pull request #10181 from lat9nq/intel-compute-toggleGravatar liamwhite2023-05-152-0/+2
|\ | | | | configure_graphics: Add option to enable compute pipelines for Intel proprietary
| * settings: Add enable compute pipelinesGravatar lat9nq2023-05-072-0/+2
| | | | | | | | | | | | For the Intel proprietary driver's deficiencies. settings: Restore compute option global state
* | Merge pull request #10132 from Kelebek1/fermi_blit2Gravatar liamwhite2023-05-111-0/+9
|\ \ | | | | | | Allow Fermi blit accelerate to work without images in cache
| * | Allow Fermi blit accelerate to add src/dst to the cache if they don't exist ↵Gravatar Kelebek12023-05-111-0/+9
| | | | | | | | | | | | already. Use ScratchBuffers in the software blit path.
* | | service: nfp: Allow to load with a different amiibo idGravatar german772023-05-091-0/+2
|/ /
* | Settings: add option to enable / disable reactive flushingGravatar Fernando Sahmkow2023-05-072-0/+3
| |
* | Fix address space allocator slow path to avoid OOBGravatar Kelebek12023-05-071-1/+1
|/
* Merge pull request #10125 from lat9nq/vsync-selectGravatar bunnei2023-05-062-3/+10
|\ | | | | configuration: Expose separate swap present modes
| * settings: Enable FIFO relaxedGravatar lat9nq2023-05-021-5/+6
| | | | | | | | | | | | | | Not entirely sure if we need this, but there's also no reason not to support it. settings: Give VSyncMode values
| * configuration: Expose separate swap present modesGravatar lat9nq2023-05-022-3/+9
| | | | | | | | | | | | | | | | Previously, yuzu would try and guess which vsync mode to use given different scenarios, but apparently we didn't always get it right. This exposes the separate modes in a drop-down the user can select. If a mode isn't available in Vulkan, it defaults to FIFO.
* | Merge pull request #10167 from german77/motion_previewGravatar liamwhite2023-05-062-0/+16
|\ \ | | | | | | yuzu: Add motion preview to controller input
| * | input_common: Add property to invert an axis buttonGravatar Narr the Reg2023-05-052-1/+3
| | |
| * | yuzu: Add motion preview to controller inputGravatar Narr the Reg2023-05-051-0/+14
| | |
* | | Fix read access violationGravatar Roni Kirla2023-05-071-1/+1
|/ /