| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | service/sockets: Add enumerations and structures | 2020-07-28 | 2 | -0/+81 | ||
| | * | | | | | | | services/nifm: Implement GetCurrentIpAddress | 2020-07-28 | 1 | -1/+12 | ||
| * | | | | | | | | hid: Implement MergeSingleJoyasDualJoy | 2020-09-04 | 3 | -5/+24 | ||
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #4590 from ReinUsesLisp/tsan-sched | 2020-09-03 | 1 | -2/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | hle/scheduler: Fix data race in is_context_switch_pending | 2020-08-26 | 1 | -2/+6 | ||
| * | | | | | | | | file_sys/patch_manager: Add missing include | 2020-09-03 | 1 | -0/+1 | ||
| * | | | | | | | | Merge pull request #4568 from lioncash/fsp | 2020-09-02 | 1 | -3/+13 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | fsp_srv: Resolve -Wunused-but-set-variable warning | 2020-08-23 | 1 | -1/+8 | ||
| | * | | | | | | | | fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem() | 2020-08-23 | 1 | -2/+5 | ||
| * | | | | | | | | | Merge pull request #4564 from lioncash/file-include | 2020-09-02 | 27 | -37/+66 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | file_sys: Replace inclusions with forward declarations where applicable | 2020-08-23 | 27 | -37/+66 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #4382 from FearlessTobi/port-udp-config | 2020-09-01 | 4 | -3/+23 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Address second batch of reviews | 2020-08-30 | 1 | -0/+1 | ||
| | * | | | | | | | | | yuzu: Add motion and touch configuration | 2020-08-29 | 3 | -3/+22 | ||
| * | | | | | | | | | | Merge pull request #4589 from ReinUsesLisp/tsan-host | 2020-08-31 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | hle/kernel: Fix data race in GetCurrentHostThreadID | 2020-08-26 | 1 | -1/+2 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4461 from comex/thread-names | 2020-08-31 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Fix thread naming on Linux, which limits names to 15 bytes. | 2020-08-05 | 1 | -1/+1 | ||
| * | | | | | | | | | | Merge pull request #4586 from yuzu-emu/tsan-cpu-interrupt | 2020-08-28 | 2 | -5/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | cpu_interrupt_handler: Misc style changes | 2020-08-26 | 2 | -5/+3 | ||
| | * | | | | | | | | | | cpu_interrupt_handler: Make is_interrupted an atomic | 2020-08-26 | 2 | -2/+3 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | controllers/npad: Fix inconsistencies with controller connection statuses | 2020-08-26 | 1 | -1/+7 | ||
| * | | | | | | | | | | controllers/npad: Fix LibNX controller connection statuses | 2020-08-26 | 1 | -1/+9 | ||
| * | | | | | | | | | | controllers/npad: Fix LedPattern for P1-4 | 2020-08-26 | 1 | -3/+3 | ||
| * | | | | | | | | | | Project Mjölnir: Part 1 | 2020-08-26 | 5 | -510/+117 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #4563 from lioncash/rcache | 2020-08-25 | 1 | -17/+16 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| | * | | | | | | | | registered_cache: Make use of ends_with for string suffix checking | 2020-08-23 | 1 | -2/+1 | ||
| | * | | | | | | | | registered_cache: Make use of designated initializers | 2020-08-23 | 1 | -15/+15 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #4562 from lioncash/loop | 2020-08-24 | 1 | -16/+13 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | cpu_manager: Make use of ranged for where applicable | 2020-08-22 | 1 | -16/+13 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4561 from lioncash/key-constexpr | 2020-08-23 | 2 | -75/+82 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | key_manager: Make data arrays constexpr | 2020-08-22 | 2 | -75/+82 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4549 from lioncash/files | 2020-08-23 | 1 | -32/+48 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vfs_real: Resolve sign conversion warnings | 2020-08-18 | 1 | -2/+2 | ||
| | * | | | | | | | | vfs_real: Avoid redundant map lookups | 2020-08-18 | 1 | -30/+46 | ||
| * | | | | | | | | | Merge pull request #4560 from lioncash/convert | 2020-08-23 | 3 | -8/+6 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | core_timing: Remove unused header | 2020-08-22 | 3 | -2/+2 | ||
| | * | | | | | | | | | core_timing: Move clock initializer into constructor initializer list | 2020-08-22 | 1 | -4/+2 | ||
| | * | | | | | | | | | core_timing: Resolve sign conversion warning | 2020-08-22 | 1 | -2/+2 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4541 from MerryMage/yolo | 2020-08-21 | 3 | -3/+29 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | dynarmic: Add unsafe optimizations | 2020-08-16 | 3 | -3/+29 | ||
| * | | | | | | | | | common/telemetry: Migrate namespace into the Common namespace | 2020-08-18 | 3 | -8/+11 | ||
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #4535 from lioncash/fileutil | 2020-08-17 | 20 | -320/+398 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | common/fileutil: Convert namespace to Common::FS | 2020-08-16 | 20 | -320/+398 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4494 from lioncash/transcode | 2020-08-17 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | partition_data_manager: Eliminate magic value | 2020-08-06 | 1 | -2/+2 | ||
| | * | | | | | | | aes_util: Make use of non-template variant of Transcode | 2020-08-06 | 1 | -1/+1 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #4526 from lioncash/core-semi | 2020-08-15 | 3 | -7/+12 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | core: Resolve several -Wextra-semi warnings | 2020-08-14 | 3 | -7/+12 | ||
| * | | | | | | | | Merge pull request #4527 from lioncash/pessimizing2 | 2020-08-15 | 1 | -2/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||