| Commit message (Expand) | Author | Files | Lines |
2023-06-16 | vfs_real: ensure size cache is reset on write | Liam | 1 | -0/+2 |
2023-06-16 | patch_manager: remove unnecessary GetSize calls | Liam | 1 | -5/+4 |
2023-06-16 | vfs_real: misc optimizations | Liam | 2 | -19/+36 |
2023-06-13 | vfs_real: require file existence on open | Liam | 1 | -0/+4 |
2023-06-13 | vfs_real: add simplified open file cache | Liam | 2 | -1/+18 |
2023-06-13 | vfs_real: lazily open files | Liam | 2 | -11/+3 |
2023-06-13 | vfs_real: add file LRU cache for open file limits | Liam | 2 | -100/+106 |
2023-06-13 | core: decouple ARM interface from Dynarmic | Liam | 15 | -172/+189 |
2023-06-12 | android: Add update support | Narr the Reg | 1 | -0/+1 |
2023-06-10 | android: Add proper homebrew check | Charles Lombardo | 2 | -1/+14 |
2023-06-08 | nvnflinger: allow locking framerate during video playback | Liam | 4 | -2/+27 |
2023-06-07 | service: nfc: Add backup support | german77 | 7 | -39/+181 |
2023-06-05 | tz_manager: Fix comparison to wrong integer | lat9nq | 1 | -1/+1 |
2023-06-05 | tz_manager: Implement missing transition times | lat9nq | 1 | -1/+59 |
2023-06-05 | tz_manager: Warn on unimplemented code | lat9nq | 1 | -0/+7 |
2023-06-05 | tz_manager: Fix character offset not advancing | lat9nq | 1 | -0/+1 |
2023-06-05 | tz_manager: Fix off-by-one error | lat9nq | 1 | -4/+4 |
2023-06-05 | time_zone_binary: Add zoneinfo data | lat9nq | 2 | -643/+65 |
2023-06-05 | time: Implement missing services | Narr the Reg | 7 | -11/+106 |
2023-06-05 | time_zone_manager: Implement go_ahead/go_back | lat9nq | 1 | -1/+39 |
2023-06-05 | tz_content_manager: Try the system time zone first | lat9nq | 1 | -2/+9 |
2023-06-05 | time: Remove auto timezone consideration | lat9nq | 3 | -33/+3 |
2023-06-05 | time_manager: Don't offset RTC by system time zone | lat9nq | 1 | -5/+1 |
2023-06-05 | tz_content_manager: Detect system time zone | lat9nq | 1 | -1/+11 |
2023-06-03 | Fix typo | Kevin Sundqvist Norlén | 1 | -1/+1 |
2023-06-03 | fsp-srv: avoid patching romfs multiple times | Liam | 1 | -8/+12 |
2023-06-03 | Update Chinese NX language names | Keve1227 | 2 | -8/+8 |
2023-06-03 | Pick game icon based on the configured system language | Keve1227 | 1 | -1/+32 |
2023-06-03 | romfs: use vfs_cached for romfs output | Liam | 3 | -24/+2 |
2023-06-03 | vfs: add vfs_cached for romfs build | Liam | 4 | -2/+99 |
2023-06-03 | core: hid: Finish linking motion from virtual controllers | Narr the Reg | 4 | -9/+55 |
2023-06-03 | service: account: Save user profile folder on first user creation | german77 | 1 | -0/+1 |
2023-06-03 | android: native: Add support for custom Vulkan driver loading. | bunnei | 1 | -12/+5 |
2023-06-03 | core: frontend: Refactor GraphicsContext to its own module. | bunnei | 4 | -47/+73 |
2023-06-03 | android: frontend: Integrate key installation for SAF. | bunnei | 2 | -2/+2 |
2023-06-03 | core: crypto: key_manager: Add methods to reload & validate keys. | bunnei | 2 | -0/+11 |
2023-06-03 | device_memory: Use smaller virtual reservation size for compatibility with 39-bit paging | Liam | 2 | -1/+12 |
2023-05-31 | Fix incorrect id check and potential out of bounds lookup | Kelebek1 | 1 | -1/+1 |
2023-05-26 | vfs_concat: fix time complexity of read | Liam | 4 | -70/+125 |
2023-05-23 | k_memory_block_manager: remove auditing calls | Liam | 1 | -6/+2 |
2023-05-23 | service: nfc: Remove encryption key requirement | Narr the Reg | 3 | -21/+52 |
2023-05-22 | input_common: Implement amiibo writting | Narr the Reg | 2 | -6/+11 |
2023-05-15 | service: hid: Use span instead of vector reference | german77 | 3 | -14/+14 |
2023-05-12 | time: implement ContinuousAdjustmentTimePoint | Liam | 3 | -2/+34 |
2023-05-11 | fs: adjust future save path | Liam | 2 | -4/+4 |
2023-05-11 | am: stub CreateCacheStorage | Liam | 2 | -1/+33 |
2023-05-11 | fs: stub cache storage and fix params alignment | Liam | 2 | -5/+17 |
2023-05-11 | nvnflinger: fix Parcel serialization | Liam | 3 | -39/+49 |
2023-05-11 | nvnflinger: fix producer slot fence init | Liam | 1 | -0/+1 |
2023-05-10 | service: nfc: Seed all random values | Narr the Reg | 2 | -6/+14 |
2023-05-10 | service: nfp: Allow to load with a different amiibo id | german77 | 1 | -4/+13 |
2023-05-08 | core: hid: Allow to calibrate gyro sensor | Narr the Reg | 4 | -1/+40 |
2023-05-08 | vfs_layered: avoid n^2 lookup in layeredfs building | Liam | 1 | -3/+6 |
2023-05-08 | core: hid: Update motion on a better place | german77 | 4 | -21/+19 |
2023-05-07 | Address feedback, add CR notice, etc | Fernando Sahmkow | 1 | -6/+5 |
2023-05-07 | Settings: add option to enable / disable reactive flushing | Fernando Sahmkow | 1 | -1/+2 |
2023-05-07 | GPU: Add Reactive flushing | Fernando Sahmkow | 3 | -6/+27 |
2023-05-07 | vfs_vector: avoid n^2 lookup in layeredfs building | Liam | 2 | -0/+23 |
2023-05-06 | input_common: Add experimental motion to button | german77 | 1 | -0/+7 |
2023-05-06 | service: nfc: Merge device interfaces and create the device manager | Narr the Reg | 28 | -2390/+2011 |
2023-05-06 | input_common: Add property to invert an axis button | Narr the Reg | 1 | -0/+1 |
2023-05-06 | input_common: Add property to invert an axis button | Narr the Reg | 1 | -0/+1 |
2023-05-05 | yuzu: Add motion preview to controller input | Narr the Reg | 4 | -4/+41 |
2023-05-05 | core: hid: Fix state of capture and home buttons | german77 | 1 | -0/+4 |
2023-05-03 | settings: Enable FIFO relaxed | lat9nq | 1 | -2/+4 |
2023-05-03 | telemetry_session: Make translate function static | lat9nq | 1 | -1/+1 |
2023-05-03 | configuration: Expose separate swap present modes | lat9nq | 1 | -1/+14 |
2023-04-30 | settings: rename extended memory layout to unsafe, move from general to system | Liam | 2 | -6/+7 |
2023-04-30 | kernel: remove general boost lists | Liam | 7 | -19/+26 |
2023-04-30 | kernel: match calls to Register and Unregister | Liam | 9 | -5/+50 |
2023-04-26 | core: service: Add FunctionInfoTyped to allow expanding existing interfaces | german77 | 1 | -8/+12 |
2023-04-24 | service: nfc: Create mifare interface | Narr the Reg | 3 | -50/+58 |
2023-04-24 | service: nfc: Create interface | Narr the Reg | 5 | -115/+104 |
2023-04-23 | Accuracy Normal: reduce accuracy further for perf improvements in Project Lime | Fernando Sahmkow | 1 | -1/+1 |
2023-04-22 | Silence nifm spam | Kelebek1 | 3 | -5/+5 |
2023-04-22 | core: am: Demote TryPopFromFriendInvitationStorageChannel Log level | german77 | 1 | -1/+1 |
2023-04-16 | core: audio: return result when audio_out initialize failed | FengChen | 1 | -6/+8 |
2023-04-16 | core: hid: Remove deadzone of virtual controller | german77 | 1 | -0/+4 |
2023-04-15 | service: nfp: Implement debug Interface | Narr the Reg | 6 | -8/+444 |
2023-04-15 | service: nfp: Implement system interface | Narr the Reg | 6 | -17/+289 |
2023-04-14 | service: nfp: Use an unique interface | Narr the Reg | 4 | -71/+227 |
2023-04-10 | kernel: move more memory to application in 8GB arrangement | Liam | 1 | -2/+4 |
2023-04-08 | kernel: switch extended memory setting to 8GB arrangement | Liam | 1 | -2/+2 |
2023-04-03 | general: fixes for gcc 13 | Liam | 2 | -14/+2 |
2023-04-02 | service: hid: Fix handle validation | german77 | 1 | -5/+1 |
2023-04-02 | core: arm_dynarmic_32: Update SaveContext/LoadContext. | bunnei | 1 | -13/+10 |
2023-03-30 | applet: controller: Implement cancel button | german77 | 4 | -9/+16 |
2023-03-30 | service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination | german77 | 4 | -22/+56 |
2023-03-29 | service: am: Improve profile select applet | Narr the Reg | 4 | -18/+155 |
2023-03-29 | kernel: fix unbounded stack usage in atomics | Liam | 2 | -39/+56 |
2023-03-27 | core_timing: Make use of MicroSleep for x64 CPUs | Morph | 1 | -0/+8 |
2023-03-27 | service: hid: Silence warning on MergeSingleJoyAsDualJoy | Narr the Reg | 1 | -1/+2 |
2023-03-26 | service: nfp: Add plain amiibo support | german77 | 5 | -8/+37 |
2023-03-25 | qt: implement RequestExit for applets | Liam | 25 | -18/+72 |
2023-03-25 | applets: implement RequestExit | Liam | 18 | -1/+71 |
2023-03-24 | memory: rename global memory references to application memory | Liam | 38 | -218/+178 |
2023-03-22 | kernel: use KTypedAddress for addresses | Liam | 99 | -1102/+1253 |
2023-03-22 | nfc: Initialize device when controller is connected | Narr the Reg | 4 | -4/+30 |
2023-03-19 | kernel: fix LOG_TRACE in ipc | Liam | 1 | -1/+1 |
2023-03-17 | service: nfp: Replace crc function with boost equivalent | Narr the Reg | 2 | -28/+17 |
2023-03-16 | service: nfp: Close app area and recreate crc | Narr the Reg | 1 | -0/+10 |
2023-03-16 | service: nfp: Convert mii colors to v3 | Narr the Reg | 6 | -15/+100 |
2023-03-15 | service: nfp: Actually write correct crc | Narr the Reg | 6 | -23/+44 |
2023-03-13 | kernel: additional style fixes to KThread, KProcess | Liam | 2 | -27/+27 |
2023-03-13 | kernel: fix clang build | Liam | 1 | -2/+2 |
2023-03-13 | kernel: remove unnecessary finalize calls | Liam | 2 | -7/+1 |
2023-03-13 | kernel: convert KProcess to new style | Liam | 10 | -240/+254 |
2023-03-13 | kernel: convert KThread to new style | Liam | 13 | -568/+518 |
2023-03-13 | kernel: prefer std::addressof | Liam | 21 | -134/+139 |
2023-03-13 | kernel: convert KResourceLimit | Liam | 2 | -59/+59 |
2023-03-13 | kernel: remove kernel_ | Liam | 41 | -295/+290 |
2023-03-13 | kernel: remove gratitutous attribute usage | Liam | 8 | -29/+24 |
2023-03-13 | kernel/svc: convert to new style | Liam | 21 | -304/+192 |
2023-03-13 | kernel: convert miscellaneous | Liam | 7 | -94/+81 |
2023-03-13 | kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock | Liam | 9 | -97/+99 |
2023-03-13 | kernel: convert KAbstractSchedulerLock | Liam | 1 | -31/+24 |
2023-03-13 | kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueue | Liam | 6 | -121/+121 |
2023-03-13 | kernel: move KMemoryLayout for NX board | Liam | 2 | -1/+1 |
2023-03-13 | kernel: remove KLinkedList | Liam | 5 | -245/+0 |
2023-03-13 | kernel: convert KConditionVariable, KLightConditionVariable, KLightLock | Liam | 7 | -75/+77 |
2023-03-13 | kernel: convert KPort, KSession | Liam | 27 | -223/+194 |
2023-03-13 | kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style | Liam | 8 | -142/+130 |
2023-03-12 | general: fix spelling mistakes | Liam | 30 | -44/+44 |
2023-03-10 | service: nfp: Improve implementation | Narr the Reg | 5 | -52/+234 |
2023-03-08 | perf_stats: Check multicore first | Morph | 1 | -2/+2 |
2023-03-08 | hid: Use nanosecond timestamps instead of ticks | Morph | 2 | -5/+5 |
2023-03-08 | core: Promote CPU/GPU threads to time critical | Morph | 2 | -2/+2 |
2023-03-08 | kernel: add timer pointer to KThreadQueue | Liam | 8 | -15/+42 |
2023-03-08 | general: fix type inconsistencies | Liam | 3 | -5/+5 |
2023-03-08 | kernel: avoid signed overflow UB on MSVC | Liam | 1 | -1/+2 |
2023-03-08 | kernel: clone fpu status on CreateThread | Liam | 3 | -1/+28 |
2023-03-07 | hle: rename legacy errors to Results | Liam | 22 | -119/+105 |
2023-03-06 | kernel: add missing header for libc++ | Jan Beich | 1 | -0/+1 |
2023-03-05 | service: acc: Replace default image with a 32x32 image | Narr the Reg | 2 | -9/+20 |
2023-03-05 | service: psc: Update names | Narr the Reg | 1 | -9/+9 |
2023-03-05 | service: ssl: Add missing properties and update names | Narr the Reg | 1 | -18/+58 |
2023-03-05 | service: usb: Update names | Narr the Reg | 1 | -35/+35 |
2023-03-05 | kernel: fix WaitSynchronization | Liam | 1 | -16/+29 |
2023-03-05 | hardware_properties: Update BASE_CLOCK_RATE to exactly 1020 MHz | Morph | 1 | -5/+3 |
2023-03-05 | core_timing: Use higher precision sleeps on Windows | Morph | 2 | -23/+38 |
2023-03-01 | kernel: be more careful about kernel address keys | Liam | 5 | -11/+23 |
2023-03-01 | kernel: refactor priority inheritance to represent locks as C++ objects | Liam | 8 | -190/+436 |
2023-03-01 | kernel: simplify AddressSpaceInfo, update values | Liam | 1 | -66/+13 |
2023-03-01 | kernel: barrier memory before condition variable write | Liam | 1 | -15/+15 |
2023-03-01 | kernel: document previous location of interrupt disables in arbiter/condvar | Liam | 2 | -3/+9 |
2023-03-01 | kernel: adjust pool allocations | Liam | 2 | -7/+16 |
2023-03-01 | kernel: simplify KAbstractSchedulerLock::Lock | Liam | 1 | -5/+6 |
2023-03-01 | kernel: add InfoType::IoRegionHint | Liam | 1 | -0/+1 |
2023-03-01 | nvnflinger: fix name | Liam | 51 | -340/+339 |
2023-03-01 | service: move hle_ipc from kernel | Liam | 148 | -1734/+1669 |
2023-03-01 | sm:: remove unused member | Liam | 1 | -1/+0 |
2023-02-28 | cmake: use correct boost imported targets | Alexandre Bouvier | 1 | -1/+1 |
2023-02-27 | Partially apply LTO to only core and video_core projects. | Matías Locatti | 1 | -0/+4 |
2023-02-27 | service: btm: Fix handle functions | Narr the Reg | 1 | -4/+8 |
2023-02-26 | Revert "yuzu: config: Remove player 8 and 9 from config file" | Narr the Reg | 3 | -98/+13 |
2023-02-26 | yuzu: config: Remove player 8 and 9 from config file | Narr the Reg | 3 | -13/+98 |
2023-02-25 | core: hidbus: Fix BusType size | Narr the Reg | 2 | -15/+15 |
2023-02-25 | core: Update service function tables to 16.0.0+ | Narr the Reg | 13 | -2/+63 |
2023-02-24 | am: avoid direct pointer access of transfer memory objects | Liam | 1 | -6/+4 |
2023-02-24 | hid: avoid direct pointer access of transfer memory objects | Liam | 20 | -69/+91 |
2023-02-22 | core: hid: Restore motion state on refresh and clamp motion values | Narr the Reg | 3 | -2/+30 |
2023-02-22 | core: hid: Fix native mouse mappings | Narr the Reg | 5 | -63/+62 |
2023-02-21 | svc: Fix type consistency (exposed on macOS) | Merry | 13 | -53/+53 |
2023-02-21 | net: translate ECONNRESET network error | MonsterDruide1 | 4 | -0/+8 |
2023-02-21 | sm:: fix lingering session initialization issues | Liam | 2 | -2/+19 |
2023-02-21 | cheat_engine: add check for hid initialization | Liam | 1 | -2/+7 |
2023-02-21 | sm:: support service registration deferral | Liam | 5 | -8/+151 |
2023-02-21 | service: refactor server architecture | Liam | 140 | -1143/+1393 |
2023-02-21 | core: defer cpu shutdown | Liam | 1 | -3/+4 |
2023-02-17 | kernel: add KObjectName | Liam | 7 | -3/+265 |
2023-02-16 | input_common: Split mouse input into individual devices | Narr the Reg | 2 | -1/+5 |
2023-02-15 | remove constexpr from virtual function | arades79 | 2 | -5/+5 |
2023-02-14 | service: remove deleted services | Liam | 24 | -621/+0 |
2023-02-14 | use a string view to skip allocation | arades79 | 2 | -13/+7 |
2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency | arades79 | 40 | -98/+97 |
2023-02-14 | apply clang-format | arades79 | 2 | -4/+5 |
2023-02-14 | add static lifetime to constexpr values to force compile time evaluation where possible | arades79 | 40 | -96/+96 |
2023-02-14 | general: rename CurrentProcess to ApplicationProcess | Liam | 36 | -156/+161 |
2023-02-13 | kernel: use GetCurrentProcess | Liam | 34 | -128/+147 |
2023-02-11 | kernel/svc: Fix undefined info_id | Colin Kinloch | 1 | -2/+2 |
2023-02-11 | core: kernel: k_process: Use application system resource. | bunnei | 3 | -1/+15 |
2023-02-11 | kernel: Refactor thread_local variable usage | ameerj | 1 | -27/+18 |
2023-02-10 | kernel: avoid usage of bit_cast | Liam | 1 | -2/+2 |
2023-02-10 | core: hid: Use gyro thresholds modes set by the game | Narr the Reg | 8 | -21/+67 |
2023-02-08 | service: hid: Return error if arguments of SetSupportedNpadIdType is invalid | Narr the Reg | 4 | -6/+15 |
2023-02-07 | kernel/svc: switch to generated wrappers | Liam | 45 | -1570/+7468 |
2023-02-06 | kernel: fix compilation with older gcc | Liam | 2 | -4/+5 |
2023-02-05 | kernel/svc: Split implementations into separate files | Liam | 40 | -2688/+3196 |
2023-02-03 | fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard | ameerj | 1 | -1/+1 |
2023-02-03 | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | 59 | -324/+365 |
2023-02-02 | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" | liamwhite | 59 | -365/+324 |
2023-02-01 | kernel: add KDeviceAddressSpace | Liam | 6 | -0/+232 |
2023-02-01 | input_common: Implement turbo buttons | german77 | 3 | -1/+83 |
2023-01-30 | kernel: add KCapabilities | Liam | 6 | -0/+738 |
2023-01-30 | Move to Clang Format 15 | Levi Behunin | 5 | -52/+47 |
2023-01-26 | kernel: unbreak min/max template deduction on Apple Clang | Liam | 1 | -2/+2 |
2023-01-25 | Revert 9617 and fix it on input_common | Narr the Reg | 1 | -10/+2 |
2023-01-25 | Revert "MemoryManager: use fastmem directly." | Merry | 1 | -1/+1 |
2023-01-24 | kernel: split SetAddressKey into user and kernel variants | Liam | 5 | -11/+29 |
2023-01-23 | kernel: fix incorrect locking order in suspension | Liam | 3 | -31/+23 |
2023-01-22 | kernel: KPageTable: update | Liam | 6 | -215/+477 |
2023-01-20 | core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable | Narr the Reg | 1 | -67/+38 |
2023-01-20 | core: hid: Only set the polling mode to the correct side | Narr the Reg | 7 | -25/+66 |
2023-01-20 | input_common: Fix issue where ring and irs are enabled at the same time | german77 | 1 | -3/+1 |
2023-01-20 | input_common: Implement joycon ir camera | Narr the Reg | 3 | -9/+28 |
2023-01-20 | yuzu: Add ring controller test button | german77 | 4 | -7/+13 |
2023-01-20 | input_common: Use DriverResult on all engines | german77 | 1 | -5/+5 |
2023-01-20 | Address review comments | german77 | 1 | -4/+2 |
2023-01-20 | core: hid: Fix input regressions | Narr the Reg | 4 | -37/+55 |
2023-01-20 | input_common: Implement joycon nfc | german77 | 1 | -1/+2 |
2023-01-20 | service: hid: Set led pattern and fix color detection | Narr the Reg | 1 | -0/+5 |
2023-01-20 | core: hid: Enable pulling color data from controllers | Narr the Reg | 4 | -1/+115 |
2023-01-20 | core: hid: Migrate ring from emulated devices to emulated controller | Narr the Reg | 6 | -69/+86 |
2023-01-15 | memory: fix watchpoint use when fastmem is enabled | Liam | 1 | -0/+4 |
2023-01-14 | timing: wait for completion on unregister | Liam | 3 | -29/+28 |
2023-01-14 | Be careful of mangled out of bounds read | Kelebek1 | 1 | -4/+0 |
2023-01-14 | core: hid: Fix stick minimum range | german77 | 1 | -2/+10 |
2023-01-14 | Add stacktrace symbol demangling | Kelebek1 | 1 | -14/+4 |
2023-01-13 | debugger: add host fastmem pointer fetch command | Liam | 1 | -3/+23 |
2023-01-12 | nvnflinger: correct swap interval handling | Liam | 2 | -5/+5 |
2023-01-08 | Revert "Revert "k_page_group: synchronize"" | bunnei | 11 | -181/+322 |
2023-01-06 | input_common: Create an update engine | Narr the Reg | 1 | -10/+0 |
2023-01-06 | externals: update dynarmic, xbyak | Liam | 2 | -0/+8 |
2023-01-05 | MemoryManager: use fastmem directly. | Fernando Sahmkow | 1 | -1/+1 |
2023-01-05 | net: Silently translate ETIMEDOUT network error | MonsterDruide1 | 1 | -1/+5 |
2023-01-03 | TAS: Immediately switch stick to TAS on input | MonsterDruide1 | 1 | -9/+11 |
2023-01-02 | service: nifm: Initialize request state | german77 | 1 | -0/+1 |
2023-01-02 | service: nifm: Match documentation names | german77 | 1 | -31/+56 |
2023-01-01 | vfs: Replace cstr concat with char concat | Merry | 1 | -3/+3 |
2022-12-30 | core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps. | bunnei | 1 | -0/+5 |
2022-12-29 | Revert "k_page_group: synchronize" | gidoly | 11 | -322/+181 |
2022-12-29 | hle_ipc: Use thread_local ReadBuffer | ameerj | 1 | -4/+14 |
2022-12-29 | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | 33 | -97/+97 |
2022-12-29 | hle_ipc: Rename ReadBuffer to ReadBufferCopy | ameerj | 3 | -4/+6 |
2022-12-29 | bsd: Use std::span for read payloads | ameerj | 6 | -36/+38 |
2022-12-29 | nvdrv: Use std::span for inputs | ameerj | 24 | -211/+209 |
2022-12-29 | hidbus: Use ReadBufferSpan | ameerj | 11 | -12/+16 |
2022-12-25 | nvflinger: Split Parcel class into InputParcel and OutputParcel | ameerj | 5 | -48/+53 |
2022-12-25 | service: Use ReadBufferSpan where it is trivial to do so | ameerj | 31 | -77/+78 |
2022-12-25 | TAS: Increase accuracy of Stick inputs | MonsterDruide1 | 1 | -0/+7 |
2022-12-25 | k_page_table: remove HACK_OpenPages/ClosePages | Liam | 3 | -58/+54 |
2022-12-25 | fsp_srv: Use ReadBufferSpan | ameerj | 1 | -17/+14 |
2022-12-25 | hle_ipc: Add ReadBufferSpan function | ameerj | 2 | -0/+22 |
2022-12-25 | k_page_group: synchronize | Liam | 11 | -125/+270 |
2022-12-23 | kernel: workaround static shared memory initialization | Liam | 3 | -58/+62 |
2022-12-22 | time: add LockFreeAtomicType | Liam | 3 | -40/+65 |
2022-12-19 | kernel: remove TimeManager | Liam | 11 | -117/+33 |
2022-12-18 | kernel: add KHardwareTimer | Liam | 6 | -6/+271 |
2022-12-18 | service: nfc: Silence ListDevices | german77 | 2 | -2/+2 |
2022-12-17 | EmuThread: refactor | Liam | 2 | -14/+8 |
2022-12-17 | input_common: Add virtual gamepad | german77 | 2 | -0/+91 |
2022-12-16 | hle_ipc: Refactor ReadBuffer to set buffer size upon initialization | ameerj | 1 | -8/+6 |
2022-12-16 | hle_ipc: Reserve vectors before populating | ameerj | 1 | -0/+8 |
2022-12-15 | kernel: svc: Fix duplicated InfoType enum | Narr the Reg | 1 | -90/+47 |
2022-12-15 | kernel: process: Implement GetFreeThreadCount | Narr the Reg | 3 | -1/+28 |
2022-12-14 | Revert "hle: service: audio: Use default service thread." | bunnei | 3 | -12/+18 |
2022-12-14 | Set: Allow setting device nickname | Chloe Marcec | 4 | -2/+19 |
2022-12-13 | gl_device: Use a more robust way to use strict context mode | Alexander Orzechowski | 1 | -0/+6 |
2022-12-11 | memory: correct semantics of data cache management operations | Liam | 1 | -14/+15 |
2022-12-10 | memory: remove DEBUG_ASSERT pointer test | Liam | 1 | -2/+0 |
2022-12-09 | Remove the lock entirely as per PR discussion | Salvage | 1 | -3/+0 |
2022-12-06 | general: improve handling of system startup failure | Liam | 4 | -17/+20 |
2022-12-06 | reporter: Pass by const reference where applicable | Lioncash | 2 | -19/+20 |
2022-12-06 | reporter: Eliminate undefined behavior in SaveErrorReport | Lioncash | 2 | -6/+6 |
2022-12-06 | applets/controller: Use aliases for callbacks | Lioncash | 2 | -3/+5 |
2022-12-06 | applets/error: Use aliases for callbacks | Lioncash | 2 | -9/+11 |
2022-12-06 | applets/mii_edit: Use aliases for callbacks | Lioncash | 2 | -3/+5 |
2022-12-06 | applets/profile_select: Use aliases for callbacks | Lioncash | 2 | -4/+5 |
2022-12-06 | applets/web_browser: Use aliases for callbacks | Lioncash | 2 | -18/+17 |
2022-12-06 | applets/software_keyboard: Use aliases for callbacks | Lioncash | 2 | -21/+16 |
2022-12-06 | emulated_controller: Remove unused parameter in GetMappedDevices() | Lioncash | 2 | -3/+2 |
2022-12-06 | emulated_controller: Use std::move() in GetMappedDevices() | Lioncash | 1 | -6/+6 |
2022-12-06 | emulated_console: Amend cast in SetTouch() | Lioncash | 1 | -1/+1 |
2022-12-06 | emulated_console: std::move() ParamPackages and callbacks where applicable | Lioncash | 1 | -4/+4 |
2022-12-05 | kernel/k_shared_memory: Ensure device_memory is always initialized | Lioncash | 1 | -1/+1 |
2022-12-05 | kernel/k_memory_block: Ensure members are always initialized | Lioncash | 2 | -22/+20 |
2022-12-05 | kernel/physical_core: Ensure is_interrupted is always initialized | Lioncash | 1 | -1/+1 |
2022-12-05 | kernel/thread: Ensure stack_top and argument are always initialized | Lioncash | 1 | -2/+2 |
2022-12-05 | kernel/kernel: Ensure shutdown threads are always initialized | Lioncash | 1 | -1/+1 |
2022-12-04 | service_thread: fix uninitialized memory usage | Liam | 1 | -7/+7 |
2022-12-04 | cmake: prefer system libraries | Alexandre Bouvier | 1 | -1/+1 |
2022-12-04 | externals: update dynarmic, SDL2 | Liam | 1 | -0/+1 |
2022-12-02 | core: add option to break on unmapped access | Liam | 3 | -6/+44 |
2022-12-02 | service: nfc: Implement mifare service | Narr the Reg | 9 | -36/+600 |
2022-12-01 | CMake: Consolidate common PCH headers | ameerj | 1 | -6/+3 |
2022-11-30 | CMake: Use precompiled headers | ameerj | 2 | -0/+19 |
2022-11-29 | service: nifm: Update stubs for Submit/GetRequestState/GetResult | Morph | 1 | -7/+34 |
2022-11-29 | video_core: add null backend | Liam | 1 | -0/+2 |
2022-11-29 | producer_listener: Add virtual destructor to IProducerListener | Lioncash | 1 | -0/+1 |
2022-11-29 | buffer_item_consumer: Pass fence by const-ref in ReleaseBuffer() | Lioncash | 3 | -4/+3 |
2022-11-29 | buffer_queue_consumer: std::move std::shared_ptr in Connect() | Lioncash | 1 | -1/+1 |
2022-11-29 | consumer_base: Pass shared_ptr by const reference | Lioncash | 2 | -6/+6 |
2022-11-29 | consumer_base: Remove redundant virtual | Lioncash | 1 | -5/+5 |
2022-11-28 | syncpoint_manager: Mark IsSyncpointAllocated() as const | Lioncash | 2 | -3/+3 |
2022-11-28 | syncpoint_manager: Reduce number of bounds checks | Lioncash | 1 | -14/+28 |
2022-11-28 | nvdrv: Simplify builder declarations | Lioncash | 1 | -26/+18 |
2022-11-28 | core/hid/emulated_controller: Use ranges version of transform | Lioncash | 1 | -19/+15 |
2022-11-28 | common/input: Add helpers functions for creating input and output devices | Lioncash | 3 | -19/+19 |
2022-11-27 | Vulkan: update initialization | Liam | 1 | -0/+2 |
2022-11-27 | yuzu-cmd: Fix input callback crash on close | german77 | 1 | -0/+1 |
2022-11-27 | crypto: use user-provided keys whenever possible | Valeri | 1 | -4/+4 |
2022-11-26 | core: Use atomic instead of a lock to protect is_paused. | bunnei | 1 | -6/+5 |
2022-11-23 | service: Make use of buffer element count helpers | Lioncash | 12 | -47/+41 |
2022-11-23 | hle_ipc: Add helper functions for getting number of buffer elements | Lioncash | 1 | -0/+12 |
2022-11-23 | hle_ipc: Mark relevant member functions as [[nodiscard]] | Lioncash | 1 | -25/+25 |
2022-11-23 | general: fix compile for Apple Clang | Liam | 17 | -10/+21 |
2022-11-22 | k_handle_table: Remove cast to void* in GetObjectForIpc | Lioncash | 2 | -15/+18 |
2022-11-20 | Configuration: Add per-game input profiles | ameerj | 1 | -2/+1 |
2022-11-20 | dmnt:cht: fix copy-paste error | Liam | 1 | -1/+1 |
2022-11-19 | service: nfc: Implement nfc user | Narr the Reg | 12 | -84/+723 |
2022-11-19 | service: hid: Only overclock npad controllers | german77 | 2 | -6/+30 |
2022-11-19 | core: hid: Implement true multitouch support | Narr the Reg | 3 | -29/+83 |
2022-11-17 | Dynarmic: Remove inaccurate NaN from Auto CPU settings. | Fernando Sahmkow | 1 | -1/+0 |
2022-11-15 | nvnflinger: fix lost wakeup | Liam | 4 | -12/+16 |
2022-11-15 | core: Update result module | Narr the Reg | 1 | -1/+75 |
2022-11-14 | Add break for default cases | Kyle Kienapfel | 9 | -6/+14 |
2022-11-14 | general: Address review comments | german77 | 5 | -18/+22 |
2022-11-13 | service: am: Fix cabinet applet result | german77 | 2 | -10/+22 |
2022-11-13 | service: am: Implement cabinet applet backend | german77 | 8 | -7/+360 |
2022-11-13 | service: nfc: fix tagprotocol and implement GetApplicationAreaId | german77 | 4 | -8/+43 |
2022-11-12 | kernel: implement FlushProcessDataCache | Liam | 4 | -8/+125 |
2022-11-12 | hle: service: audio: Use default service thread. | bunnei | 3 | -18/+12 |
2022-11-11 | gdbstub: add ams monitor commands | Liam | 3 | -0/+155 |
2022-11-10 | debugger: allow more than one connection attempt per session | Liam | 1 | -68/+93 |
2022-11-10 | service_thread: remove explicit KProcess | Liam | 2 | -29/+13 |
2022-11-10 | kernel/svc_types: refresh | Liam | 19 | -137/+563 |
2022-11-09 | Initial ARM64 support | Liam | 5 | -18/+31 |
2022-11-09 | Ensure correctness of atomic store ordering | Liam | 2 | -3/+9 |
2022-11-07 | service_thread: fix deletion | Liam | 4 | -39/+33 |
2022-11-05 | core: hle: kernel: Address review comments. | Liam | 2 | -2/+2 |
2022-11-04 | service_thread: register service threads to the logical owner process | Liam | 5 | -20/+39 |
2022-11-04 | kernel: avoid racy behavior in global suspension | Liam | 1 | -5/+17 |
2022-11-04 | network: add missing header for SO_* on Unix after f80c7c4cd5c0 | Jan Beich | 1 | -0/+4 |
2022-11-04 | core: hle: kernel: k_page_table: Remove unnecessary casts. | bunnei | 1 | -17/+8 |
2022-11-04 | core: hle: kernel: k_page_table: Manually open/close pages for IPC methods. | bunnei | 1 | -0/+18 |
2022-11-04 | core: hle: kernel: k_page_table: Implement IPC memory methods. | bunnei | 3 | -3/+910 |
2022-11-04 | core: hle: kernel: k_memory_manager: Refresh. | bunnei | 4 | -369/+460 |
2022-11-04 | core: hle: kernel: Integrate system KSystemResource. | bunnei | 7 | -69/+209 |
2022-11-04 | core: hle: kernel: k_dynamic_page_manager: Refresh. | bunnei | 1 | -17/+50 |
2022-11-04 | core: hle: kernel: Add KSystemResource. | bunnei | 5 | -1/+173 |
2022-11-04 | core: hle: kernel: k_handle_table: Refresh. | bunnei | 2 | -54/+87 |
2022-11-04 | core: hle: kernel: k_memory_layout: Refresh. | bunnei | 3 | -12/+23 |
2022-11-04 | core: hle: kernel: k_memory_region_type: Refresh. | bunnei | 1 | -49/+74 |
2022-11-04 | core: hle: kernel: slab_helpers: Add KAutoObjectWithSlabHeap. | bunnei | 1 | -0/+78 |
2022-11-04 | core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap. | bunnei | 1 | -0/+3 |
2022-11-04 | core: hle: kernel: k_page_bitmap: Refresh. | bunnei | 1 | -88/+155 |
2022-11-04 | core: hle: kernel: k_memory_block: Refresh. | bunnei | 2 | -48/+66 |
2022-11-04 | core: hle: kernel: k_page_heap: Refresh. | bunnei | 2 | -17/+108 |
2022-11-04 | core: hle: kernel: k_page_group: Add KPageBufferSlabHeap. | bunnei | 1 | -0/+86 |
2022-11-04 | core: hle: kernel: k_system_control: Add SecureAppletMemorySize. | bunnei | 1 | -0/+4 |
2022-11-04 | core: hle: kernel: k_page_buffer: Add KPageBufferSlabHeap. | bunnei | 1 | -3/+11 |
2022-11-04 | core: hle: kernel: Add KPageTableManager. | bunnei | 2 | -0/+56 |
2022-11-04 | core: hle: kernel: Add KPageTableSlabHeap. | bunnei | 2 | -0/+94 |
2022-11-04 | core: hle: kernel: Add KEventInfo. | bunnei | 4 | -1/+102 |
2022-11-04 | core: hle: kernel: Add KDebug. | bunnei | 2 | -0/+21 |
2022-11-04 | core: hle: result: Fix code for compilers. | bunnei | 1 | -6/+7 |
2022-11-03 | core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext. | bunnei | 5 | -23/+42 |
2022-10-31 | sm:: avoid excessive port recreation | Liam | 3 | -18/+24 |
2022-10-31 | kernel: fix single core for service threads | Liam | 1 | -1/+2 |
2022-10-31 | kernel: fix port tracking | Liam | 5 | -49/+4 |
2022-10-31 | k_server_session: add SendReplyHLE | Liam | 3 | -5/+6 |
2022-10-31 | service_thread: convert to map for session management | Liam | 1 | -23/+21 |
2022-10-31 | kernel: invert session request handling flow | Liam | 22 | -279/+421 |
2022-10-31 | kernel: more complete fix for KPort reference counting | Liam | 2 | -13/+27 |
2022-10-30 | k_thread: fix single core | Liam | 1 | -2/+4 |
2022-10-30 | kernel: reinitialize after dram layout change | Liam | 1 | -1/+8 |
2022-10-30 | service: am: Stub SetRecordVolumeMuted | german77 | 2 | -1/+13 |
2022-10-30 | k_server_session: fix crashes | Liam | 2 | -2/+1 |
2022-10-27 | arm_interface: curb infinite recursion in stacktrace generation | Liam | 2 | -2/+2 |
2022-10-27 | nvnflinger: release queued handles immediately on disconnection | Liam | 4 | -6/+17 |
2022-10-27 | vi: implement CloseDisplay | Liam | 4 | -4/+28 |
2022-10-26 | audio_in/out_system: Pass Initialize members by value where applicable | Lioncash | 2 | -2/+2 |
2022-10-26 | concepts: Use the std::contiguous_iterator concept | Morph | 1 | -1/+1 |
2022-10-25 | kernel: refactor dummy thread wakeups | Liam | 5 | -26/+76 |
2022-10-24 | file_sys: Priority display of game titles in the current language | FengChen | 2 | -12/+37 |
2022-10-24 | nvdrv: fix container destruction order | Liam | 2 | -4/+4 |
2022-10-23 | core: barrier service thread shutdown | Liam | 6 | -7/+26 |
2022-10-22 | core: hid: Add handheld to nfc devices | german77 | 1 | -0/+1 |
2022-10-22 | general: Resolve -Wunused-lambda-capture and C5233 | Morph | 2 | -23/+18 |
2022-10-22 | ipc_helpers: Ignore GCC compiler warnings only on GCC | Morph | 1 | -2/+2 |
2022-10-22 | general: Enforce C4800 everywhere except in video_core | Morph | 6 | -25/+26 |
2022-10-22 | CMakeLists: Remove all redundant warnings | Morph | 1 | -6/+1 |
2022-10-22 | service: nfp: Allow amiibos without keys | Narr the Reg | 3 | -1/+18 |
2022-10-22 | service: nfp: remove unnecessary include | Narr the Reg | 5 | -11/+7 |
2022-10-21 | k_session_request: Add missing override specifier | Lioncash | 1 | -1/+1 |
2022-10-21 | k_session_request: Turn C-style array into std::array | Lioncash | 1 | -1/+3 |
2022-10-21 | k_session_request: Simplify constructor initialization | Lioncash | 1 | -14/+11 |
2022-10-21 | input_common: cache vibration tests | german77 | 3 | -43/+11 |
2022-10-21 | hid/npad: Fix copy size in GetSupportedNpadIdTypes | Lioncash | 1 | -2/+3 |
2022-10-19 | kernel: remove most SessionRequestManager handling from KServerSession | Liam | 6 | -138/+119 |
2022-10-19 | kernel: add KSessionRequest | Liam | 13 | -62/+489 |
2022-10-19 | core: hle: kernel: Migrate ProcessState to enum class. | bunnei | 2 | -17/+17 |
2022-10-19 | Update audio_core for firmware 15.0.0 | Kelebek1 | 2 | -0/+42 |
2022-10-19 | core: Initialize: Add missing braces. | bunnei | 1 | -2/+4 |
2022-10-19 | core: core_timing: Re-initialize if single/multicore state changes. | bunnei | 3 | -14/+36 |
2022-10-19 | core: core_timing: Remove unused IsHostTiming. | bunnei | 1 | -5/+0 |
2022-10-19 | core: hle: kernel: Use result macros for new/changed code. | bunnei | 9 | -128/+110 |
2022-10-19 | core: Partially persist emulation state across game boots. | bunnei | 4 | -52/+59 |
2022-10-19 | core: hle: kernel: Fix InitializePreemption order. | bunnei | 1 | -1/+1 |
2022-10-19 | core: hle: kernel: k_process: Improve management of page table & cleanup. | bunnei | 7 | -60/+92 |
2022-10-19 | core: hle: kernel: k_interrupt_manager: HandleInterrupt should not depend on current process. | bunnei | 1 | -12/+9 |
2022-10-19 | core: hle: kernel: Remove junk. | bunnei | 1 | -9/+0 |
2022-10-19 | core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup. | bunnei | 3 | -545/+624 |
2022-10-19 | core: hle: kernel: Integration application memory block slab manager. | bunnei | 3 | -3/+44 |
2022-10-19 | core: hle: kernel: k_page_table: Update, and integrate with new KMemoryBlockManager/SlabManager. | bunnei | 2 | -251/+393 |
2022-10-19 | core: hle: kernel: k_memory_block: Update. | bunnei | 2 | -119/+391 |
2022-10-19 | core: hle: kernel: k_memory_block_manager: Update. | bunnei | 2 | -174/+380 |
2022-10-19 | core: hle: kernel: k_thread: Implement thread termination DPC. | bunnei | 5 | -1/+99 |
2022-10-19 | core: hle: kernel: Add KDynamicResourceManager. | bunnei | 2 | -0/+59 |
2022-10-19 | core: hle: kernel: Add KDynamicSlabHeap. | bunnei | 2 | -0/+123 |
2022-10-19 | core: hle: kernel: Add KDynamicPageManager. | bunnei | 2 | -0/+137 |
2022-10-19 | core: hle: kernel: k_process: Change Status -> State. | bunnei | 3 | -37/+27 |
2022-10-19 | core: hle: kernel: svc_types: Add SystemThreadPriorityHighest and ProcessState. | bunnei | 1 | -0/+13 |
2022-10-19 | core: device_memory: Templatize GetPointer(..). | bunnei | 9 | -19/+21 |
2022-10-19 | core: hle: result: Add GetInnerValue and Includes methods. | bunnei | 1 | -0/+8 |
2022-10-19 | core: hle: kernel: svc_common: Add WaitInfinite & cleanup. | bunnei | 1 | -2/+5 |
2022-10-17 | kernel: fix slab heap ABA | Liam | 1 | -10/+17 |
2022-10-17 | video_core: Implement memory manager page kind | FengChen | 1 | -4/+8 |
2022-10-17 | general: Add missing pragma once | Morph | 1 | -0/+2 |
2022-10-17 | savedata_factory: Detect future save data paths | Morph | 2 | -9/+53 |
2022-10-16 | general: Fix spelling of "unknown" | Morph | 3 | -13/+13 |
2022-10-13 | result: enforce reference check specialization | Liam | 1 | -4/+3 |
2022-10-13 | kernel: remove KWritableEvent | Liam | 34 | -224/+143 |
2022-10-12 | k_server_session: preliminary support for userspace server sessions | Liam | 9 | -49/+346 |
2022-10-12 | Add implementation of svcCreateSession | Liam | 2 | -1/+103 |
2022-10-12 | general: preliminary support for hbl | Liam | 6 | -6/+124 |
2022-10-10 | yuzu: Add 16:10 aspect ratio | Narr the Reg | 2 | -0/+3 |
2022-10-09 | input_common: have an unique vector in callback status | german77 | 1 | -2/+8 |
2022-10-09 | core_timing: use high-precision sleeps on non-Windows targets | Liam | 1 | -0/+4 |
2022-10-08 | kernel: add expanded result macros | Liam | 1 | -6/+114 |
2022-10-08 | fsp_srv: stub GetCacheStorageSize | Liam | 2 | -1/+14 |
2022-10-08 | IFriendService: stub CheckFriendListAvailability | Liam | 1 | -1/+12 |
2022-10-07 | nfp_types: silence -Wtype-limits | Liam | 1 | -1/+1 |
2022-10-06 | General: address feedback | Fernando Sahmkow | 18 | -128/+131 |
2022-10-06 | general: rework usages of UNREACHABLE macro | Liam | 2 | -12/+12 |
2022-10-06 | nvdisp: End system frame after requesting to swap buffers | Morph | 1 | -1/+1 |
2022-10-06 | address_space: Address feedback | Morph | 1 | -4/+4 |
2022-10-06 | general: Format licenses as per SPDX guidelines | Morph | 14 | -56/+42 |
2022-10-06 | NvHostChannels: improve hack for supporting multiple channels. | Fernando Sahmkow | 2 | -2/+11 |
2022-10-06 | Address Feedback from bylaws. | Fernando Sahmkow | 2 | -6/+2 |
2022-10-06 | Nvflinger: correct duplication. | Fernando Sahmkow | 4 | -5/+5 |
2022-10-06 | Core: Fix get nvmap object random crash | VonChenPlus | 12 | -35/+66 |
2022-10-06 | NvDec: Fix regressions. | Fernando Sahmkow | 6 | -5/+31 |
2022-10-06 | General: Fix compilation for GCC | Liam White | 9 | -23/+39 |
2022-10-06 | NVDRV: Further improvements. | Fernando Sahmkow | 13 | -127/+256 |
2022-10-06 | MemoryManager: Fix errors popping out. | Fernando Sahmkow | 2 | -0/+10 |
2022-10-06 | VideoCore: Refactor fencing system. | Fernando Sahmkow | 3 | -15/+8 |
2022-10-06 | MemoryManager: initial multi paging system implementation. | Fernando Sahmkow | 3 | -20/+36 |
2022-10-06 | NVDRV: Further refactors and eliminate old code. | Fernando Sahmkow | 12 | -148/+8 |
2022-10-06 | NVDRV: Refactor Host1x | Fernando Sahmkow | 9 | -65/+63 |
2022-10-06 | VideoCore: Refactor syncing. | Fernando Sahmkow | 7 | -12/+53 |
2022-10-06 | Texture cache: Fix the remaining issues with memory mnagement and unmapping. | Fernando Sahmkow | 1 | -0/+3 |
2022-10-06 | VideoCore: Extra Fixes. | Fernando Sahmkow | 1 | -1/+3 |
2022-10-06 | NVDRV: Remake ASGPU | Fernando Sahmkow | 2 | -235/+388 |
2022-10-06 | NVDRV: Update copyright notices. | Fernando Sahmkow | 4 | -7/+13 |
2022-10-06 | NvHostCtrl: Fix merge of nvflinger. | Fernando Sahmkow | 1 | -1/+2 |
2022-10-06 | NVHOST_CTRl: Implement missing method and fix some stuffs. | Fernando Sahmkow | 2 | -6/+29 |
2022-10-06 | VideoCore: implement channels on gpu caches. | Fernando Sahmkow | 6 | -30/+65 |
2022-10-06 | NVASGPU: Fix Remap. | Fernando Sahmkow | 1 | -0/+8 |
2022-10-06 | NVDRV: Fix clearing when destroying. | Fernando Sahmkow | 3 | -14/+9 |
2022-10-06 | NVMAP: Fix the Free return parameters. | Fernando Sahmkow | 3 | -15/+18 |
2022-10-06 | NVDRV: Fix Open/Close and make sure each device is correctly created. | Fernando Sahmkow | 14 | -199/+291 |
2022-10-06 | NVDRV: Implement new NvMap | Fernando Sahmkow | 18 | -277/+307 |
2022-10-06 | NVDRV: Refactor and add new NvMap. | Fernando Sahmkow | 19 | -40/+550 |
2022-10-06 | NVDRV: Cleanup. | Fernando Sahmkow | 4 | -32/+40 |
2022-10-06 | NVDRV: Implement QueryEvent. | Fernando Sahmkow | 10 | -40/+133 |
2022-10-06 | NvHost: Remake Ctrl Implementation. | Fernando Sahmkow | 6 | -169/+311 |
2022-10-06 | NvHost: Try a different approach to blocking. | Fernando Sahmkow | 2 | -10/+7 |
2022-10-06 | NvHost: Fix some regressions and correct signaling on timeout. | Fernando Sahmkow | 1 | -25/+19 |
2022-10-04 | service: nfp: Fix errors to pass unit testing | Narr the Reg | 6 | -42/+112 |
2022-10-04 | common: remove "yuzu:" prefix from thread names | Liam | 7 | -8/+8 |
2022-10-02 | service: mii: Copy only valid name bytes | german77 | 1 | -3/+18 |
2022-10-02 | service: nfp: Implement mount target and open application area errors, minor fixes | Narr the Reg | 5 | -19/+124 |
2022-10-02 | nfp: Multiple fixes against HW | german77 | 9 | -62/+163 |
2022-10-02 | service: nfp: address comments | german77 | 4 | -20/+22 |
2022-10-02 | service: nfp: Rewrite and implement applet calls | german77 | 13 | -1263/+1542 |
2022-10-02 | core: hid: Add nfc support to emulated controller | german77 | 4 | -3/+123 |
2022-10-01 | Fix "controller.colors_state.right" being "left" | Zwip-Zwap Zapony | 1 | -1/+1 |
2022-09-26 | service: vi: Retrieve vsync event once per display | Morph | 5 | -14/+42 |
2022-09-26 | service: vi: Move VI results into its own file | Morph | 2 | -16/+25 |
2022-09-25 | core/loader: Return nullptr if file is nullptr | Merry | 1 | -0/+4 |
2022-09-25 | service: hid: Partially implement palma controller | Narr the Reg | 7 | -33/+842 |
2022-09-23 | chore: fix some typos | Andrea Pappacoda | 2 | -3/+3 |
2022-09-22 | sockets: Make fd member variable protected | Lioncash | 2 | -6/+17 |
2022-09-21 | yuzu: Silence some clang warnings | Narr the Reg | 1 | -1/+2 |
2022-09-20 | Address some review comments | FearlessTobi | 5 | -50/+36 |
2022-09-16 | core: implement HwOpus GetWorkBufferSizeForMultiStreamEx | FengChen | 2 | -1/+38 |
2022-09-15 | audio_device: Mark member functions as const where applicable | Lioncash | 1 | -2/+2 |
2022-09-15 | audio_device: Make AudioDeviceName constructor constexpr | Lioncash | 1 | -2/+1 |
2022-09-13 | Remove pause callbacks from coretiming | Kelebek1 | 3 | -24/+0 |
2022-09-10 | yuzu: Multiple room UI improvements | german77 | 3 | -1/+13 |
2022-09-09 | ldn: Initial implementation | FearlessTobi | 6 | -117/+949 |
2022-09-08 | core/CMakeLists.txt: Remove duplicate files. | SachinVin | 1 | -6/+0 |
2022-09-07 | core: nfp: Remove magic numbers | german77 | 3 | -105/+103 |
2022-09-07 | core: nfp: Workaround for lack of multiple nfp interfaces | german77 | 1 | -1/+3 |
2022-09-07 | core: nfp: Correct date and amiibo name | Narr the Reg | 4 | -18/+36 |
2022-09-07 | core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes | Narr the Reg | 10 | -257/+356 |
2022-09-07 | core: nfp: Implement amiibo encryption | german77 | 6 | -256/+1226 |
2022-09-06 | input_common: Add support for analog toggle | Narr the Reg | 1 | -0/+3 |
2022-09-05 | core: hid: Fix GC triggers overwritting ZL and ZR buttons | Narr the Reg | 1 | -0/+15 |
2022-09-04 | Don't stall with nvdec | Kelebek1 | 1 | -1/+6 |
2022-09-03 | core: ns: Implement pl:s service | Narr the Reg | 6 | -26/+27 |
2022-09-02 | Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. | Kelebek1 | 1 | -0/+2 |
2022-09-02 | Address review comments | FearlessTobi | 1 | -13/+6 |
2022-09-01 | Demote services from warning/info to debug to reduce log spam: | Kelebek1 | 5 | -16/+16 |
2022-08-27 | core/ldn_types: Minor corrections and additions | FearlessTobi | 1 | -1/+16 |
2022-08-27 | core/socket_proxy: Correct broadcast behavior | FearlessTobi | 1 | -1/+7 |
2022-08-27 | yuzu: Display current game version in multiplayer room | FearlessTobi | 1 | -0/+9 |
2022-08-27 | core/bsd: Correctly unbind methods in destructor | FearlessTobi | 1 | -1/+5 |
2022-08-27 | core/acc: Make CheckAvailability use LOG_DEBUG | FearlessTobi | 1 | -1/+1 |
2022-08-27 | yuzu_room: Remove dependency on core | FearlessTobi | 3 | -264/+0 |
2022-08-24 | Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as empty. | Kelebek1 | 1 | -6/+21 |
2022-08-23 | core:filesystem: speed up IDirectory service | vonchenplus | 1 | -1/+2 |
2022-08-22 | hid: core: Add missing function table names | german77 | 1 | -0/+6 |
2022-08-21 | core/file_sys: fix alignment of BuildId | Liam | 2 | -3/+3 |
2022-08-20 | core: implement clkrst service | vonchenplus | 2 | -0/+184 |
2022-08-20 | code: dodge PAGE_SIZE #define | Kyle Kienapfel | 6 | -47/+50 |
2022-08-19 | core/file_sys: fix BuildId padding | Liam | 2 | -11/+7 |
2022-08-15 | core/socket_proxy: Final nits | FearlessTobi | 1 | -8/+7 |
2022-08-15 | core: network: Address review comments | german77 | 2 | -30/+29 |
2022-08-15 | internal_network: Fix mingw compilation | FearlessTobi | 1 | -4/+5 |
2022-08-15 | core, yuzu: Address first part of review comments | FearlessTobi | 6 | -18/+16 |
2022-08-15 | core/socket_proxy: Fix compilation | FearlessTobi | 1 | -1/+1 |
2022-08-15 | Make copyright headers SPDX-compliant | FearlessTobi | 2 | -6/+4 |
2022-08-15 | core, network: Add ability to proxy socket packets | FearlessTobi | 12 | -272/+783 |
2022-08-12 | ips_layer: Delimit parsed hex value string | Morph | 1 | -1/+2 |
2022-08-12 | core: ldn: Address review comments part 2 | german77 | 2 | -334/+297 |
2022-08-09 | arm_dynarmic: Fix nullptr fastmem arenas | Merry | 2 | -7/+11 |
2022-08-08 | hid: core: Properly emulate controller color and battery level | Narr the Reg | 4 | -25/+97 |
2022-08-08 | core: ldn: Address review comments | Narr the Reg | 4 | -56/+46 |
2022-08-08 | core/arm: fix build error | Liam | 2 | -2/+10 |
2022-08-07 | ldn: Add better stubs and more data types | FearlessTobi | 6 | -72/+773 |
2022-08-07 | arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB | Merry | 2 | -4/+29 |
2022-08-06 | hid: core: Delay the stop vibration command when testing | Narr the Reg | 1 | -0/+4 |
2022-08-02 | core_timing: Sleep in discrete intervals, yield during spin | Morph | 1 | -12/+13 |
2022-08-02 | Add missing looping event schedule signal | Kelebek1 | 1 | -5/+9 |
2022-08-02 | Make coretiming waiting more accurate | Kelebek1 | 1 | -11/+27 |
2022-08-02 | Rework multi-core vsync | Kelebek1 | 2 | -17/+30 |
2022-08-01 | core/loader: remove ELF loader | Liam | 5 | -313/+0 |
2022-08-01 | build(externals): rename Findopus to FindOpus | Andrea Pappacoda | 1 | -1/+1 |
2022-07-31 | Properly write out the command buffer when serving close request | Nikita Strygin | 1 | -2/+5 |
2022-07-28 | Revert Coretiming PRs 8531 and 7454 (#8591) | Maide | 2 | -109/+67 |
2022-07-27 | chore: make yuzu REUSE compliant | Andrea Pappacoda | 24 | -69/+49 |
2022-07-25 | network, yuzu: Make copyright headers SPDX-compliant | FearlessTobi | 2 | -6/+4 |
2022-07-25 | network: Move global state into a seperate class | FearlessTobi | 4 | -10/+34 |
2022-07-25 | common: multiplayer: Use GameInfo type | german77 | 1 | -4/+4 |
2022-07-25 | Address second part of review comments | FearlessTobi | 1 | -3/+2 |
2022-07-25 | Address first part of review comments | FearlessTobi | 1 | -5/+5 |
2022-07-25 | core: Fix -Wunused-variable | FearlessTobi | 1 | -1/+3 |
2022-07-25 | common, core: fix -Wmissing-field-initializers | FearlessTobi | 1 | -3/+3 |
2022-07-25 | yuzu: Add ui files for multiplayer rooms | FearlessTobi | 14 | -19/+298 |
2022-07-25 | Address comments | Narr the Reg | 1 | -16/+16 |
2022-07-25 | kernel: unlayer CPU interrupt handling | Liam | 13 | -152/+64 |
2022-07-24 | fix compiler errors | german77 | 2 | -12/+14 |
2022-07-24 | service: irs: Implement clustering processor | german77 | 5 | -6/+319 |
2022-07-24 | applet/swkbd: Implement optional symbol keys | Morph | 2 | -0/+8 |
2022-07-24 | yuzu: Add webcam support and rebase to latest master | Narr the Reg | 3 | -4/+4 |
2022-07-24 | service: irs: Move to IRS namespace and minor fixes | german77 | 19 | -76/+70 |
2022-07-24 | service: irs: Split processors and implement ImageTransferProcessor | german77 | 18 | -291/+1091 |
2022-07-24 | core: hid: Add cammera support | german77 | 6 | -3/+423 |
2022-07-22 | Project Andio | Kelebek1 | 18 | -764/+923 |
2022-07-18 | implement resume message | Gus Caplan | 2 | -0/+5 |
2022-07-17 | hle: service: nvflinger: Fix implicit conversion. | bunnei | 1 | -1/+4 |
2022-07-17 | yuzu: settings: Remove framerate cap and merge unlocked framerate setting. | bunnei | 1 | -8/+10 |
2022-07-17 | hle: service: nvflinger: Factor speed limit into frame time calculation. | bunnei | 1 | -1/+8 |
2022-07-16 | Enable the use of MSG_DONTWAIT flag on RecvImpl | Link4565 | 1 | -1/+19 |
2022-07-16 | core/arm: skip watchpoint checks when reading instructions | Liam | 2 | -6/+6 |
2022-07-15 | KCodeMemory: Mark virtual methods as override | Merry | 1 | -3/+3 |
2022-07-15 | nvflinger: Polymorphic destructor requried for abstract class IBinder | Merry | 1 | -0/+1 |
2022-07-15 | dynarmic: Abort watchpoints ASAP | Merry | 4 | -8/+3 |
2022-07-15 | kernel: Ensure all uses of disable_count are balanced | Liam | 3 | -10/+21 |
2022-07-15 | kernel: be more careful about initialization path for HLE threads | Liam | 2 | -1/+8 |
2022-07-15 | kernel: fix single-core preemption points | Liam | 6 | -40/+28 |
2022-07-15 | kernel: fix issues with single core mode | Liam | 9 | -189/+225 |
2022-07-15 | kernel: use KScheduler from mesosphere | Liam | 12 | -602/+563 |
2022-07-14 | service: fatal: Add function table | german77 | 1 | -1/+7 |
2022-07-14 | service: btdrv,bcat,btm: Update service tables to 14.0.0 | german77 | 3 | -4/+13 |
2022-07-14 | service am: Update service tables to 14.0.0 | german77 | 1 | -0/+3 |
2022-07-14 | service: ac: Replace intances of ProfileData with UserData | german77 | 3 | -24/+22 |
2022-07-11 | core: hid: Add fallback for dualjoycon and pro controllers | german77 | 2 | -1/+35 |
2022-07-10 | PR | Kelebek1 | 5 | -11/+9 |
2022-07-10 | Rework CoreTiming | Kelebek1 | 10 | -76/+140 |
2022-07-10 | kernel: fix usage of waiter_list in Finalize | Liam | 1 | -3/+9 |
2022-07-02 | Core timing: use only one thread. | Fernando Sahmkow | 2 | -12/+2 |
2022-07-02 | common/fiber: make fibers easier to use | Liam | 6 | -62/+36 |
2022-06-30 | cpu_manager: properly check idle on return from preemption | Liam | 2 | -1/+8 |
2022-06-30 | gdbstub_arch: Directly access SP register | lat9nq | 1 | -2/+6 |
2022-06-30 | Adress Feedback. | Fernando Sahmkow | 2 | -18/+29 |
2022-06-29 | service: nifm: Stub GetInternetConnectionStatus | german77 | 1 | -1/+41 |
2022-06-29 | service: ptm: Rewrite PSM and add TS | german77 | 8 | -82/+181 |
2022-06-29 | input_common: sdl: lower vibration frequency and use it's own unique thread | german77 | 1 | -2/+2 |
2022-06-29 | service: hid: Correct some mistakes and add more validations | Narr the Reg | 5 | -40/+76 |
2022-06-28 | Address feedback. | Fernando Sahmkow | 1 | -13/+13 |
2022-06-28 | Core: Protect each event from race conditions within it. | Fernando Sahmkow | 2 | -0/+2 |
2022-06-28 | Core: add missing include. | Fernando Sahmkow | 1 | -0/+1 |
2022-06-28 | Core/Common: Corrections to core timing and add critical priority. | Fernando Sahmkow | 1 | -1/+1 |
2022-06-28 | Core: Reimplement Core Timing. | Fernando Sahmkow | 2 | -54/+93 |
2022-06-27 | core: kernel: Replace instances of KPageLinkedList with KPageGroup | german77 | 11 | -64/+63 |
2022-06-27 | core: Replace all instances of ResultCode with Result | german77 | 133 | -1155/+1116 |
2022-06-26 | Re-add missing `case` and braces, and trim whitespace | comex | 1 | -1/+3 |
2022-06-26 | Update src/core/hle/kernel/svc.cpp | comex | 1 | -6/+14 |
2022-06-26 | Support InfoType_MesosphereCurrentProcess | comex | 1 | -0/+14 |
2022-06-25 | kernel: clean up waiting implementation | Liam | 2 | -4/+5 |
2022-06-25 | core/arm: better support for backtrace generation | Liam | 5 | -15/+51 |
2022-06-25 | gdbstub: fix register pokes | Liam | 1 | -0/+1 |
2022-06-23 | kernel: make current thread pointer thread local | Liam | 13 | -52/+69 |
2022-06-22 | KPageTable: Remove extraneous assert | Morph | 1 | -1/+0 |
2022-06-22 | core/arm: increase minimum_run_cycles | Liam | 2 | -2/+2 |
2022-06-22 | core/arm: re-enable cycle counting | merry | 2 | -6/+20 |
2022-06-22 | dynarmic: Stop ReadCode callbacks to unmapped addresses | Liam | 4 | -24/+64 |
2022-06-20 | service: am: Stub PerformSystemButtonPressingIfInFocus | Narr the Reg | 2 | -1/+24 |
2022-06-18 | kernel: wait for threads to stop on pause | Liam | 3 | -0/+22 |
2022-06-17 | core: fix initialization in single core, sync GPU mode | Liam | 2 | -0/+8 |
2022-06-16 | Implement ExitProcess svc | Nikita Strygin | 1 | -1/+2 |
2022-06-16 | core/debugger: memory breakpoint support | Liam | 17 | -54/+507 |
2022-06-16 | kernel: fix some uses of disable_count | Liam | 4 | -14/+7 |
2022-06-15 | kernel: notify debugger on break SVC | Liam | 1 | -0/+7 |
2022-06-15 | core: centralize profile scope for Dynarmic | Liam | 3 | -7/+2 |
2022-06-14 | kernel: implement KProcess suspension | Liam | 12 | -212/+199 |
2022-06-14 | kernel: fix passthrough of local captures in lambda | Liam | 1 | -1/+3 |
2022-06-14 | general: fix compilation on MinGW GCC 12 | Liam | 1 | -5/+4 |
2022-06-14 | general: fix compilation on GCC 12 | Liam | 1 | -1/+1 |
2022-06-14 | kernel: ensure class token lambda exit is unreachable | Liam | 1 | -0/+1 |
2022-06-14 | kernel: fix inconsistency in AutoObjectTraits macro definitions | Liam | 1 | -4/+7 |
2022-06-14 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | 35 | -59/+52 |
2022-06-14 | CMakeLists: Make variable shadowing a compile-time error | Morph | 1 | -5/+0 |
2022-06-12 | core/debugger: allow remote connections | Liam | 1 | -1/+1 |
2022-06-12 | gdbstub_arch: Add missing virtual destructor | Lioncash | 1 | -0/+1 |
2022-06-10 | service: hid: Fix gesture regression | Narr the Reg | 2 | -4/+3 |
2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | 7 | -7/+70 |
2022-06-09 | kernel: fix KCodeMemory initialization | Liam | 3 | -26/+118 |
2022-06-09 | CpuManager: simplify pausing | Liam | 3 | -95/+36 |
2022-06-07 | core/debugger: fix asio write usage | Liam | 1 | -2/+2 |
2022-06-07 | core/debugger: fix crash due to incorrect lambda capture | Liam | 1 | -8/+9 |
2022-06-06 | hle: service: nvflinger: buffer_queue_consumer: Always free released buffers. | bunnei | 3 | -31/+3 |
2022-06-05 | common: consolidate ELF structure definitions | Liam | 3 | -263/+37 |
2022-06-04 | gdbstub: add missing library list command | Liam | 1 | -22/+28 |
2022-06-02 | core/debugger: Support reading guest thread names | Liam | 4 | -14/+172 |
2022-06-02 | gdbstub: fix target descriptions | Liam | 2 | -10/+87 |
2022-06-01 | core/debugger: Define defaulted virtual destructors | Morph | 3 | -2/+6 |
2022-06-01 | core/debugger: Improved stepping mechanism and misc fixes | Liam | 13 | -122/+239 |
2022-06-01 | gdbstub: Explicitly cast return type to u8 | Morph | 1 | -2/+2 |
2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | 19 | -26/+1422 |
2022-05-31 | service: hid: Improve stub of IRS | Narr the Reg | 2 | -21/+460 |
2022-05-27 | service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned | german77 | 5 | -6/+125 |
2022-05-27 | service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisSensorIcInformation | german77 | 5 | -3/+136 |
2022-05-27 | service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxisSensorUnalteredPassthroughEnabled | german77 | 4 | -2/+88 |
2022-05-27 | service: hid: Add error handling to sixaxis functions | german77 | 3 | -31/+55 |
2022-05-27 | service: hid: Refractor sixaxis functions | german77 | 2 | -185/+88 |
2022-05-27 | service: hid: Implement MergeSingleJoyAsDualJoy according to RE | german77 | 4 | -65/+57 |
2022-05-27 | service: hid: Add error handling to setNpadAssignment and variants | german77 | 3 | -23/+27 |
2022-05-27 | service: hid: Quick RE fixes and comments | german77 | 4 | -54/+68 |
2022-05-23 | input_common: Make vibration request async | Narr the Reg | 1 | -5/+29 |
2022-05-23 | input_common: touch: Rewrite touch driver to support multiple touch points | german77 | 3 | -5/+20 |
2022-05-14 | general: Avoid ambiguous format_to compilation errors | Lioncash | 1 | -1/+1 |
2022-05-13 | time_zone_manager: Use s8 for month length tables | Morph | 1 | -4/+3 |
2022-05-09 | service: notifa: Implement most part of this service | german77 | 2 | -8/+172 |
2022-05-06 | service: hid: Fix motion refresh rate | Narr the Reg | 2 | -2/+6 |
2022-05-06 | service: hid: Disable correctly motion input | german77 | 1 | -50/+41 |
2022-05-03 | hle/result: Update std::expected replacement message | Morph | 1 | -1/+1 |
2022-05-03 | hle/result: Add ResultRange overload in ResultVal | Morph | 1 | -1/+3 |
2022-05-03 | hle/result: Implement ResultRange | Morph | 1 | -0/+42 |
2022-04-28 | chore: add missing SPDX tags | Andrea Pappacoda | 3 | -25/+8 |
2022-04-27 | service: hid: Stub IsFirmwareUpdateNeededForNotification | german77 | 2 | -1/+21 |
2022-04-27 | yuzu: Config allow to delete single axis directions when buttons are mapped to a stick | Narr the Reg | 1 | -2/+2 |
2022-04-25 | service: jit: document and clean up | Liam | 3 | -132/+225 |
2022-04-24 | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF | Morph | 1 | -1/+1 |
2022-04-24 | Remove unused PrepareReschedule function | Merry | 7 | -20/+0 |
2022-04-24 | service: hid: Ensure all structs are initialized | Narr the Reg | 16 | -104/+105 |
2022-04-23 | service: hid: Access shared memory directly | Narr the Reg | 21 | -305/+347 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 708 | -2224/+1427 |
2022-04-21 | core/arm: separate backtrace collection | Liam | 6 | -90/+98 |
2022-04-18 | service: hid: Improve accuracy of sixaxis functions | Narr the Reg | 6 | -99/+363 |
2022-04-16 | yuzu: Add custom ringcon configuration | german77 | 7 | -64/+133 |
2022-04-16 | hidbus: Implement hidbus and ringcon | german77 | 14 | -26/+1679 |
2022-04-13 | dynarmic: Fix single core mode | merry | 2 | -2/+2 |
2022-04-13 | service: jit: Implement the JIT service | Liam | 5 | -9/+784 |
2022-04-12 | core: hle: kernel: k_thread: Rework dummy thread waiting. | bunnei | 2 | -28/+21 |
2022-04-12 | core: hle: service: Allocate a service thread. | bunnei | 1 | -1/+2 |
2022-04-12 | hle: kernel: k_spin_lock: Remove unused ThreadPause. | bunnei | 1 | -28/+0 |
2022-04-12 | hle: kernel: Use std::mutex instead of spin locks for most kernel locking. | bunnei | 9 | -30/+20 |
2022-04-12 | service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4 | Jan Beich | 1 | -0/+4 |
2022-04-10 | dynarmic: Fix race when switching page tables | merry | 4 | -57/+84 |
2022-04-09 | hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174) | tech-ticks | 4 | -15/+34 |
2022-04-09 | core: extract symbol reading | Liam | 4 | -129/+231 |
2022-04-08 | hle: kernel: Unify and integrate reference tracking for KServerPort/KServerSession. | bunnei | 6 | -13/+46 |
2022-04-08 | hle: kernel: k_server_port: Release ref-counted host emulation members on Destroy. | bunnei | 1 | -0/+3 |
2022-04-08 | hle: kernel: k_auto_object: Move unregister with kernel to after Destroy. | bunnei | 1 | -3/+2 |
2022-04-08 | hle: service: sm: Remove manual tracking of KServerPorts. | bunnei | 2 | -8/+1 |
2022-04-08 | hle: kernel: hle_ipc: HasSessionRequestHandler: Check if domain handler is expired rather than locking. | bunnei | 1 | -1/+1 |
2022-04-08 | service: sfdnsres: Implement DNS address resolution | tech-ticks | 2 | -5/+197 |
2022-04-08 | core: hid: Fix double lock on softlock and forced updates | Narr the Reg | 1 | -2/+12 |
2022-04-07 | service: bsd: Add keepalive socket option | tech-ticks | 4 | -0/+10 |
2022-04-07 | patch_manager: Apply layered exefs patches from 'atmosphere' SD directory | tech-ticks | 1 | -25/+38 |
2022-04-07 | core: hid: Replace lock_guard with scoped_lock | Narr the Reg | 3 | -44/+44 |
2022-04-07 | core/hle: Standardize scoped_lock initializers | Merry | 5 | -23/+23 |
2022-04-07 | core: Replace lock_guard with scoped_lock | Merry | 2 | -14/+14 |
2022-04-07 | core/hle: Replace lock_guard with scoped_lock | Merry | 4 | -13/+13 |
2022-04-07 | core: hid: Reduce the amount of dataraces | german77 | 6 | -176/+246 |
2022-04-07 | fix: remove #pragma once in .cpp file | Andrea Pappacoda | 1 | -2/+0 |
2022-04-07 | service: jit: stub JIT service | Liam | 6 | -1/+86 |
2022-04-06 | service: hid: Partially revert #8123 | german77 | 1 | -0/+4 |
2022-04-06 | k_system_control: Fix data race | lat9nq | 1 | -3/+3 |
2022-04-05 | dynarmic: Print stack trace on unrecognised instruction or other exception | merry | 2 | -0/+4 |
2022-04-04 | k_auto_object: Fix data race | lat9nq | 1 | -1/+1 |
2022-04-04 | k_thread: Fix data race | lat9nq | 2 | -3/+4 |
2022-04-04 | k_process: Fix data race | lat9nq | 1 | -1/+1 |
2022-04-04 | kernel: Fix current_process race | lat9nq | 1 | -4/+4 |
2022-04-04 | k_scheduler_lock: Fix data race | lat9nq | 1 | -1/+2 |
2022-04-03 | arm_dynarmic: Use HaltReason for svc calls and reschedules | merry | 4 | -27/+19 |
2022-04-03 | dynarmic: Better interrupts | merry | 6 | -22/+27 |
2022-04-03 | service: npad: Default initialize shared memory | german77 | 1 | -48/+48 |
2022-04-02 | fix: typos | Andrea Pappacoda | 2 | -7/+7 |
2022-04-02 | hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes. | bunnei | 2 | -61/+42 |
2022-04-02 | hle: service: nvflinger: consumer_base: Cleanup & fixes. | bunnei | 2 | -15/+17 |
2022-04-02 | hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuffers. | bunnei | 2 | -10/+38 |
2022-04-02 | hle: service: nvflinger: buffer_queue_core: Cleanup & fixes. | bunnei | 2 | -3/+0 |
2022-04-02 | hle: service: nvflinger: Use correct logger namespace. | bunnei | 1 | -2/+2 |
2022-04-02 | hle: service: nvdrv: Create a service thread where appropriate. | Morph | 1 | -1/+1 |
2022-04-02 | hle: service: vi: Create a service thread where appropriate. | bunnei | 1 | -1/+2 |
2022-04-02 | hle: service: bsd: Create a service thread where appropriate. | bunnei | 1 | -1/+2 |
2022-04-02 | hle: service: filesystem: Create a service thread where appropriate. | bunnei | 1 | -5/+8 |
2022-04-02 | hle: service: audio: Create a service thread where appropriate. | bunnei | 2 | -4/+6 |
2022-04-02 | hle: service: Add option for service interfaces to create or use the default thread. | bunnei | 5 | -11/+29 |
2022-04-02 | hle: kernel: Create a default thread for services that do not need their own host thread. | bunnei | 2 | -4/+26 |
2022-04-02 | applets/web: Keep foreground (websession) web applet open | Morph | 1 | -0/+8 |
2022-03-31 | service: hid: Remove inaccurate behavior on initialization | german77 | 3 | -18/+21 |
2022-03-31 | service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle | Narr the Reg | 1 | -0/+4 |
2022-03-29 | nvhost_ctrl: Only mark EventState::Busy as BadParameter | ameerj | 1 | -1/+1 |
2022-03-27 | registered_cache: Prevent nullptr dereference when accumulating files | Morph | 1 | -2/+4 |
2022-03-27 | arm_dynarmic_64: Invalidate on all cores | merry | 1 | -2/+4 |
2022-03-26 | Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory." | bunnei | 1 | -1/+1 |
2022-03-26 | hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & UnlockForCodeMemory. | bunnei | 1 | -48/+12 |
2022-03-26 | hle: kernel: k_page_table: Implement LockMemoryAndOpen & UnlockMemory. | bunnei | 2 | -0/+124 |
2022-03-26 | configuration: Add Paranoid CPU accuracy level | merry | 2 | -44/+56 |
2022-03-26 | hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use physical address space. | bunnei | 1 | -2/+5 |
2022-03-26 | hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer. | bunnei | 1 | -2/+2 |
2022-03-26 | hle: kernel: k_code_memory: Fix usage of KPageLinkedList to use physical address space. | bunnei | 1 | -1/+2 |
2022-03-26 | hle: kernel: k_page_table: Implement MakeAndOpenPageGroup & MakePageGroup. | bunnei | 2 | -0/+83 |
2022-03-26 | hle: kernel: k_page_table: Add IsHeapPhysicalAddress method. | bunnei | 1 | -0/+8 |
2022-03-26 | hle: kernel: k_page_linked_list: Add Empty method. | bunnei | 1 | -0/+4 |
2022-03-26 | hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check. | bunnei | 1 | -1/+1 |
2022-03-26 | hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking. | bunnei | 5 | -181/+130 |
2022-03-26 | hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of unique_lock. | bunnei | 1 | -2/+2 |
2022-03-26 | hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock. | bunnei | 1 | -4/+4 |
2022-03-26 | hle: service: nvflinger: Remove unused BufferQueue. | bunnei | 2 | -360/+0 |
2022-03-25 | Memory: Don't protect reads on Normal accuracy. | Fernando Sahmkow | 1 | -1/+1 |
2022-03-25 | hle: nvflinger: ConsumerBase: Mark ctor as explicit. | bunnei | 1 | -1/+1 |
2022-03-25 | hle: vi: NativeWindow: Fix trivially copyable issues. | bunnei | 1 | -4/+4 |
2022-03-25 | hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup. | bunnei | 1 | -11/+11 |
2022-03-25 | hle: nvdrv: nvdata: Cleanup NvFence static assert. | bunnei | 1 | -1/+1 |
2022-03-25 | hle: nvflinger: Remove unused unordered_map include. | bunnei | 1 | -1/+0 |
2022-03-25 | hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo. | bunnei | 1 | -1/+1 |
2022-03-25 | hle: nvflinger: Merge Rect with Common::Rectangle. | bunnei | 5 | -85/+9 |
2022-03-25 | hle: nvflinger: buffer_queue_core: Declare default dtor. | bunnei | 2 | -0/+3 |
2022-03-25 | hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock. | bunnei | 1 | -3/+1 |
2022-03-25 | hle: nvflinger: consumer_base: StillTracking: Should be const. | bunnei | 2 | -2/+3 |
2022-03-25 | hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack. | bunnei | 1 | -2/+0 |
2022-03-25 | hle: nvflinger: parcel: Reserve token size. | bunnei | 1 | -1/+2 |
2022-03-25 | hle: nvflinger: buffer_queue_core: StillTracking: Take const reference. | bunnei | 4 | -7/+7 |
2022-03-25 | hle: nvflinger: buffer_queue_core: Cleanup locking. | bunnei | 1 | -2/+2 |
2022-03-25 | hle: nvflinger: Use std::chrono for present_ns. | bunnei | 7 | -25/+30 |
2022-03-25 | hle: nvflinger: Migrate android namespace -> Service::android. | bunnei | 29 | -61/+58 |
2022-03-25 | hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty buffer. | bunnei | 1 | -7/+10 |
2022-03-25 | hle: vi: Integrate new NVFlinger and HosBinderDriverServer service. | bunnei | 16 | -723/+285 |
2022-03-25 | hle: nvflinger: Add implementation for HosBinderDriverServer service. | bunnei | 3 | -0/+75 |
2022-03-25 | hle: nvflinger: Add implementation for BufferQueueProducer class. | bunnei | 3 | -2/+1021 |
2022-03-25 | hle: nvflinger: Add implementation for BufferQueueCore class. | bunnei | 3 | -0/+235 |
2022-03-25 | hle: nvflinger: Add implementation for BufferQueueConsumer class. | bunnei | 3 | -0/+263 |
2022-03-25 | hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput structs. | bunnei | 3 | -0/+100 |
2022-03-25 | hle: nvflinger: Add implementation for BufferItemConsumer class. | bunnei | 3 | -0/+87 |
2022-03-25 | hle: nvflinger: Add implementation for ConsumerBase class. | bunnei | 3 | -0/+190 |
2022-03-25 | hle: nvflinger: Add implementation for BufferSlot class. | bunnei | 2 | -0/+40 |
2022-03-25 | hle: nvflinger: Add implementation for BufferItem class. | bunnei | 2 | -0/+47 |
2022-03-25 | hle: nvflinger: Move implementation for Parcel to its own header. | bunnei | 2 | -0/+172 |
2022-03-25 | hle: nvflinger: Add android buffer queue definitions to its own header. | bunnei | 2 | -0/+22 |
2022-03-25 | hle: nvflinger: Add IBinder interface. | bunnei | 2 | -0/+43 |
2022-03-25 | hle: nvflinger: Add IConsumerListener interface. | bunnei | 2 | -0/+27 |
2022-03-25 | hle: nvflinger: Add ProducerListener interface. | bunnei | 2 | -0/+17 |
2022-03-25 | hle: nvflinger: Add android window enumerations to its own header. | bunnei | 2 | -0/+54 |
2022-03-25 | hle: nvflinger: Add android Status flags to its own header. | bunnei | 1 | -0/+28 |
2022-03-25 | hle: nvflinger: Move BufferTransformFlags to its own header. | bunnei | 3 | -1/+27 |
2022-03-25 | hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts. | bunnei | 4 | -17/+13 |
2022-03-25 | hle: nvflinger: Move PixelFormat to its own header. | bunnei | 5 | -10/+31 |
2022-03-25 | hle: nvflinger: Add implementation for GraphicBuffer class. | bunnei | 2 | -0/+101 |
2022-03-25 | hle: nvflinger: Add implementation for Fence class. | bunnei | 2 | -0/+34 |
2022-03-25 | hle: nvflinger: Add implementation for Rect class. | bunnei | 2 | -0/+76 |
2022-03-23 | Revert "dynarmic: Reduce size of code caches" | bunnei | 2 | -4/+4 |
2022-03-22 | applets/swkbd: Split software keyboard initialization | Morph | 2 | -160/+349 |
2022-03-22 | applets/swkbd: Add new inline software keyboard types | Morph | 1 | -6/+66 |
2022-03-22 | applets/mii: Remove unused include | Morph | 1 | -1/+0 |
2022-03-22 | applets/mii: Remove frontend parameters | Morph | 2 | -17/+4 |
2022-03-22 | applets/mii: Cleanup MiiEdit applet implementation | Morph | 2 | -44/+85 |
2022-03-22 | applets/mii: Cleanup MiiEdit applet types | Morph | 1 | -23/+44 |
2022-03-22 | applets/mii: Move MiiEdit applet types into its own file | Morph | 4 | -54/+70 |
2022-03-22 | service: Move mii enums and structs into its own file | Morph | 7 | -308/+312 |
2022-03-22 | applets: Rename Mii to MiiEdit | Morph | 7 | -45/+47 |
2022-03-20 | general: Fix clang/gcc build errors | ameerj | 2 | -4/+5 |
2022-03-19 | common: Reduce unused includes | ameerj | 4 | -0/+6 |
2022-03-19 | core: Reduce unused includes | ameerj | 38 | -54/+8 |
2022-03-18 | general: Reduce core.h includes | ameerj | 4 | -7/+23 |
2022-03-18 | KHandleTable: Optimize table entry layout | Morph | 2 | -30/+12 |
2022-03-15 | bsd: Allow inexact match for address length in AcceptImpl | Valeri | 1 | -2/+2 |
2022-03-15 | core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global namespace. | bunnei | 1 | -6/+6 |
2022-03-15 | core: hle: kernel: Allocate dummy threads on host thread storage. | bunnei | 2 | -8/+6 |
2022-03-15 | core: hle: kernel: Downgrade dangling objects warning to debug. | bunnei | 1 | -2/+2 |
2022-03-15 | core: hle: kernel: Make object list container global and ensure it is reset on each emulation session. | bunnei | 1 | -7/+9 |
2022-03-15 | core: hle: kernel: Remove server session tracking. | bunnei | 4 | -37/+1 |
2022-03-15 | core: hle: kernel: k_process: Remove handle table finalize, reset page table. | bunnei | 1 | -3/+3 |
2022-03-15 | core: hle: kernel: k_process: Implement thread local storage accurately. | bunnei | 3 | -111/+99 |
2022-03-15 | core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages, and FindFreeArea for TLS. | bunnei | 2 | -2/+141 |
2022-03-15 | core: hle: kernel: k_slab_heap: Refresh to use guest allocations. | bunnei | 2 | -125/+107 |
2022-03-15 | core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadLocalPage and KPageBuffer. | bunnei | 4 | -55/+92 |
2022-03-15 | core: hle: kernel: k_page_buffer: Add KThreadLocalPage primitive. | bunnei | 3 | -0/+179 |
2022-03-15 | core: hle: kernel: k_page_buffer: Add KPageBuffer primitive. | bunnei | 2 | -0/+35 |
2022-03-15 | core: hle: kernel: k_thread: Ensure host Fiber is freed. | bunnei | 1 | -0/+3 |
2022-03-15 | core: hle: kernel: k_server_session: Ensure SessionRequestManager is freed. | bunnei | 1 | -0/+3 |
2022-03-15 | core: hle: service: kernel_helpers: Use system resource limit. | bunnei | 1 | -10/+1 |
2022-03-15 | core: hle: service: sm: Fix KPort reference count. | bunnei | 1 | -0/+2 |
2022-03-15 | core: hle: kernel: k_thread: Update to reflect tree changes. | bunnei | 1 | -3/+3 |
2022-03-15 | core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager. | bunnei | 7 | -14/+25 |
2022-03-15 | core: hle: kernel: k_memory_layout: Update kernel slab memory sizes. | bunnei | 1 | -3/+3 |
2022-03-15 | core: hle: kernel: svc_types: Add ThreadLocalRegionSize. | bunnei | 1 | -0/+2 |
2022-03-15 | core: hle: kernel: k_condition_variable: Update to reflect tree changes. | bunnei | 1 | -1/+1 |
2022-03-15 | core: hle: kernel: k_address_arbiter: Update to reflect tree changes. | bunnei | 1 | -3/+3 |
2022-03-13 | dynarmic: Reduce size of code caches | Merry | 2 | -4/+4 |
2022-03-09 | hle: service: ldr: Use deterministic addresses when mapping NROs. | bunnei | 2 | -24/+62 |
2022-03-08 | hle: kernel: KPageTable: Improve implementations of MapCodeMemory and UnmapCodeMemory. | bunnei | 2 | -47/+116 |
2022-03-08 | emu_window: Create a way to Cancel the exit of a Scoped | lat9nq | 1 | -1/+10 |
2022-03-07 | core: Don't shutdown a null GPU | lat9nq | 1 | -1/+3 |
2022-03-03 | loader: log the type of mismatching file-extension | BytesGalore | 1 | -1/+2 |
2022-03-01 | applet: mii: Simple implementation of mii applet | german77 | 7 | -5/+270 |
2022-02-28 | hle: kernel: Re-create memory layout at initialization. | bunnei | 1 | -41/+43 |
2022-02-28 | hle: kernel: Remove unused pool locals. | bunnei | 1 | -2/+0 |
2022-02-28 | hle: kernel: k_memory_manager: Rework for latest kernel behavior. | bunnei | 6 | -173/+548 |
2022-02-27 | dynarmic: Inline exclusive memory accesses | merry | 6 | -6/+31 |
2022-02-27 | hle: kernel: k_page_heap: GetPhysicalAddr can be const. | bunnei | 1 | -2/+1 |
2022-02-27 | hle: kernel: k_page_heap: Remove superfluous consexpr. | bunnei | 2 | -4/+4 |
2022-02-27 | hle: kernel: k_page_heap: Various updates and improvements. | bunnei | 2 | -155/+192 |
2022-02-27 | hle: kernel: Add initial_process.h header. | bunnei | 2 | -0/+24 |
2022-02-27 | hle: kernel: board: nx: Add k_memory_layout.h header. | bunnei | 2 | -0/+14 |
2022-02-27 | hle: kernel: k_system_control: Add GetRealMemorySize and update GetKernelPhysicalBaseAddress. | bunnei | 2 | -1/+12 |
2022-02-27 | hle: kernel: k_memory_layout: Add GetPhysicalLinearRegion. | bunnei | 1 | -0/+4 |
2022-02-27 | hle: kernel: k_memory_region_types: Update for new regions. | bunnei | 1 | -1/+9 |
2022-02-22 | service: am: Update enum names to match documentation | Narr the Reg | 4 | -16/+51 |
2022-02-21 | hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_layout" setting is enabled. | bunnei | 1 | -20/+4 |
2022-02-21 | core: device_memory: Use memory size reported by KSystemControl. | bunnei | 3 | -7/+5 |
2022-02-21 | core: hle: kernel: Remove resource limit hack for PhysicalMemory. | bunnei | 1 | -7/+0 |
2022-02-21 | core: hle: kernel: KProcess: Pass in KResourceLimit on process creation. | bunnei | 4 | -9/+30 |
2022-02-21 | core: hle: kernel: KEvent: Pass in owner KProcess on event creation. | bunnei | 4 | -12/+8 |
2022-02-21 | core: hle: kernel: KResourceLimit: Add a helper function for creating a KResourceLimit for a process. | bunnei | 2 | -0/+22 |
2022-02-19 | fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. | bunnei | 1 | -22/+2 |
2022-02-19 | core: hle: kernel: KPageTable: Fix UnmapPages. | bunnei | 1 | -3/+2 |
2022-02-19 | core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. | bunnei | 1 | -107/+432 |
2022-02-15 | Dump patched exefs rather than base | Kelebek1 | 1 | -9/+9 |
2022-02-15 | kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32 | Sergi Granell | 2 | -4/+40 |
2022-02-13 | nfp: Allow files without password data | german77 | 2 | -9/+24 |
2022-02-13 | program_metadata: Unpack FileAccessHeader and FileAccessControl | lat9nq | 2 | -15/+51 |
2022-02-12 | hid: Stub IsUsbFullKeyControllerEnabled | lat9nq | 2 | -1/+12 |
2022-02-11 | service/mnpp: Stub mnpp_app | Narr the Reg | 4 | -0/+69 |
2022-02-10 | nfp: Separate nfc tag from amiibo data | Narr the Reg | 3 | -44/+76 |
2022-02-09 | svc: Set unique names for function tables | Narr the Reg | 1 | -77/+77 |
2022-02-09 | hle: kernel: KCodeMemory: Remove unused QueryMemory. | bunnei | 1 | -1/+0 |
2022-02-09 | hle: kernel: KCodeMemory: Correct m_page_group number of pages. | bunnei | 1 | -2/+3 |
2022-02-09 | nfp: Address compiler issues | german77 | 1 | -25/+26 |
2022-02-08 | nfp: Validate amiibo files | Narr the Reg | 2 | -41/+145 |
2022-02-08 | nfp: Improve implementation | german77 | 4 | -189/+672 |
2022-02-07 | nfp: Move IUser class to header and add missing enum and structs | german77 | 2 | -257/+299 |
2022-02-07 | nfp: Sort functions by command number | german77 | 1 | -79/+79 |
2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | 21 | -125/+121 |
2022-02-05 | profile: Migrate to the new UUID implementation | Morph | 9 | -108/+111 |
2022-02-05 | hle: ipc_helpers: Ignore -Wclass-memaccess | Morph | 1 | -0/+8 |
2022-02-05 | service: Migrate to the new UUID implementation | Morph | 9 | -45/+36 |
2022-02-05 | input/hid: Migrate to the new UUID implementation | Morph | 3 | -15/+16 |
2022-02-04 | service: pm: Implement AtmosphereGetProcessInfo | tech-ticks | 2 | -1/+46 |
2022-02-02 | yuzu: ui: Improve battery symbols | Narr the Reg | 1 | -1/+1 |
2022-02-02 | general: Replace NonCopyable struct with equivalents | Lioncash | 9 | -105/+159 |
2022-02-02 | general: Move deleted copy/move constructor/assignment operators to public interface | Lioncash | 7 | -11/+9 |
2022-02-02 | hle: kernel: KPageTable: Migrate locks to KScopedLightLock. | bunnei | 2 | -34/+46 |
2022-02-01 | svc: Add 32 bit SynchronizePreemptionState | Narr the Reg | 1 | -1/+1 |
2022-01-27 | hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock that has migrated. | bunnei | 2 | -23/+24 |
2022-01-24 | kernel/k_affinity_mask: Remove duplicated assert | Lioncash | 1 | -2/+0 |
2022-01-24 | input_common: Add option to configure gyro threshold | german77 | 2 | -2/+3 |
2022-01-23 | hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount. | bunnei | 3 | -24/+21 |
2022-01-23 | core: hle: kernel: KPageTable: Various improvements to MapPages and UnmapPages. | bunnei | 1 | -22/+25 |
2022-01-23 | core: hle: kernel: KPageTable: MapProcessCode: Various cleanup. | bunnei | 1 | -11/+12 |
2022-01-23 | core: hle: kernel: KPageTable: ReserveTransferMemory: Various cleanup. | bunnei | 1 | -6/+6 |
2022-01-23 | core: hle: kernel: KPageTable: ResetTransferMemory: Various cleanup. | bunnei | 1 | -6/+5 |
2022-01-23 | core: hle: kernel: KPageTable: SetMemoryAttribute: Various cleanup. | bunnei | 1 | -2/+3 |
2022-01-22 | core: hle: kernel: KPageTable: Assert valid address on GetPhysicalAddr. | bunnei | 1 | -1/+3 |
2022-01-22 | core: hle: kernel: KPageTable: Operate: Assert lock ownership. | bunnei | 1 | -2/+2 |
2022-01-22 | core: hle: kernel: KPageTable: SetHeapSize: Cleanup & take physical memory lock. | bunnei | 1 | -4/+7 |
2022-01-22 | core: hle: kernel: Refactor Un/MapPhysicalMemory to remove unnecessary methods. | bunnei | 2 | -50/+39 |
2022-01-22 | core: hle: kernel: Rename Un/Map to Un/MapMeory. | bunnei | 3 | -7/+6 |
2022-01-22 | hle: kernel: KThread: Ensure host (dummy) threads block on locking. | bunnei | 4 | -0/+89 |
2022-01-21 | service/wlan: Update function tables | Lioncash | 1 | -1/+1 |
2022-01-21 | service/usb: Update function tables | Lioncash | 1 | -27/+15 |
2022-01-21 | service/set: Update function tables | Lioncash | 1 | -0/+2 |
2022-01-21 | service/ns: Update function tables | Lioncash | 1 | -0/+6 |
2022-01-21 | service/nim: Update unknown function table entries | Lioncash | 1 | -0/+6 |
2022-01-21 | service/friend: Update unknown function table entries | Lioncash | 1 | -6/+6 |
2022-01-21 | service/filsystem: Update fsp-srv function table | Lioncash | 1 | -0/+3 |
2022-01-21 | service/btm: Update function tables | Lioncash | 1 | -0/+30 |
2022-01-21 | service/audio: Update audctl unknown function names | Lioncash | 1 | -8/+8 |
2022-01-21 | service/am: Update omm function tables | Lioncash | 1 | -0/+1 |
2022-01-21 | service/acc: Update unknown function names | Lioncash | 2 | -4/+4 |
2022-01-21 | service: apm: Stub ISession SetCpuOverclockEnabled | Morph | 1 | -1/+13 |
2022-01-21 | hle: kernel: Remove redundant tracking of dummy threads. | bunnei | 1 | -9/+3 |
2022-01-21 | hle: kernel: KThread: DummyThread can be waited, ensure wait_queue is not nullptr. | bunnei | 1 | -6/+6 |
2022-01-21 | hle: kernel: KThread: Decrease DummyThread priority to ensure it is never scheduled. | bunnei | 3 | -2/+5 |
2022-01-21 | hle: kernel: service_thread: Ensure dummy thread is closed & destroyed on thread exit. | bunnei | 1 | -0/+5 |
2022-01-21 | hle: kernel: KServerSession: Remove hack for CompleteSyncRequest. | bunnei | 1 | -11/+0 |
2022-01-21 | hle: kernel: KServerSession: Simplify CompleteSyncRequest EndWait. | bunnei | 2 | -12/+2 |
2022-01-21 | hle: kernel: KThread: Ensure dummy threads never call EndWait. | bunnei | 1 | -0/+5 |
2022-01-21 | hle: kernel: KScheduler: Ensure dummy threads are never scheduled. | bunnei | 1 | -0/+5 |
2022-01-21 | hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type. | bunnei | 2 | -4/+4 |
2022-01-19 | service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClamp | german77 | 1 | -1/+2 |
2022-01-17 | hle: remove no-op code | Valeri | 1 | -2/+0 |
2022-01-17 | hid: fix std::transform call | Valeri | 1 | -1/+1 |
2022-01-17 | Correct assignment source for rotations | Valeri | 1 | -1/+1 |
2022-01-15 | hle: kernel: k_memory_manager: Clear pages on allocation & free. | bunnei | 5 | -16/+34 |
2022-01-15 | core: hle: kernel: KThread: Integrate with KWorkerTask and implement DoWorkerTaskImpl. | bunnei | 2 | -2/+28 |
2022-01-15 | core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl. | bunnei | 2 | -3/+9 |
2022-01-15 | core: hle: kernel: KThread: Replace Suspend with UpdateState & various updates. | bunnei | 2 | -33/+26 |
2022-01-15 | core: hle: kernel: Instantiate a kernel instance of KWorkerTaskManager. | bunnei | 2 | -0/+18 |
2022-01-15 | core: hle: kernel: Add KWorkerTask and KWorkerTaskManager. | bunnei | 4 | -0/+96 |
2022-01-15 | hle: kernel: Fix service_threads access to be thread safe V2. | bunnei | 1 | -12/+11 |
2022-01-14 | core/hid: Increment shake force | Narr the Reg | 1 | -1/+1 |
2022-01-14 | hle: kernel: Fix service_threads access to be thread safe. | bunnei | 1 | -7/+27 |
2022-01-13 | service/hid: Decrease motion update rate | Narr the Reg | 1 | -1/+2 |
2022-01-12 | core/hid: Reduce gyro threshold even more | Narr the Reg | 1 | -1/+1 |
2022-01-12 | hle: kernel: k_page_table: Update SetProcessMemoryPermission. | bunnei | 6 | -45/+68 |
2022-01-12 | hle: service: ldr: UnmapCodeMemory BSS only when set. | bunnei | 1 | -3/+7 |
2022-01-12 | hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite. | bunnei | 3 | -18/+18 |
2022-01-12 | hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory. | bunnei | 4 | -20/+19 |
2022-01-08 | core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission. | bunnei | 3 | -45/+46 |
2022-01-08 | core: hle: kernel: k_page_table: Update CheckMemoryState. | bunnei | 4 | -116/+166 |
2022-01-07 | yuzu: Use pad parameter to choose the correct controller | german77 | 1 | -2/+6 |
2022-01-07 | yuzu: Add controller hotkeys | german77 | 2 | -0/+29 |
2022-01-07 | core/hid: Add home and screenshot button support | german77 | 3 | -1/+46 |
2022-01-07 | core/hid: Set minimum gyro threshold | german77 | 1 | -0/+1 |
2022-01-04 | gpu: Add shut down method to synchronize threads before destruction | ameerj | 1 | -0/+2 |
2022-01-04 | Revert "Merge pull request #7668 from ameerj/fence-stop-token" | ameerj | 1 | -2/+1 |
2022-01-03 | gpu: Use std::stop_token in WaitFence for VSync thread | ameerj | 1 | -1/+2 |
2022-01-02 | core/hid: Add fallback to fullkey controllers | german77 | 2 | -4/+36 |
2021-12-31 | core: hle: kernel: Implement thread pinning. | bunnei | 10 | -14/+140 |
2021-12-30 | core/hid: Fix controller type validation | german77 | 3 | -13/+19 |
2021-12-28 | Remove invalid assertion statement | Feng Chen | 1 | -3/+0 |
2021-12-28 | Implement few type in bufferqueue query method | Feng Chen | 2 | -0/+9 |
2021-12-28 | core: hle: kernel: Updated implementation of svcSetHeapSize. | bunnei | 6 | -83/+141 |
2021-12-23 | core: hle: kernel: Implement SetMemoryPermission. | bunnei | 4 | -1/+67 |
2021-12-23 | core: hle: kernel: KThread: X18 should be a cryptographically random number. | bunnei | 1 | -0/+2 |
2021-12-22 | hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount. | bunnei | 1 | -14/+9 |
2021-12-19 | kernel: Manually destroy the current process during shut down | ameerj | 1 | -1/+4 |
2021-12-18 | core: loader: kip: Minimal changes to fix KIP loading. | bunnei | 1 | -1/+7 |
2021-12-18 | core: hle: Remove global HLE lock. | bunnei | 8 | -58/+1 |
2021-12-16 | core/hid: Cancel any vibration after the test | Narr the Reg | 5 | -23/+19 |
2021-12-15 | core/hid: Fix faulty analog triggers | Narr the Reg | 1 | -2/+2 |
2021-12-14 | common/input: Avoid numerous large copies of CallbackStatus | Lioncash | 6 | -92/+118 |
2021-12-13 | Remove erroneous #pragma once | Valeri | 1 | -2/+0 |
2021-12-13 | service/hid: Improve console motion accuracy | Narr the Reg | 6 | -20/+32 |
2021-12-07 | Update k_code_memory.h | itsmeft24 | 1 | -6/+6 |
2021-12-07 | make KCodeMemory::GetSourceAddress const | itsmeft24 | 1 | -1/+1 |
2021-12-07 | hle: kernel k_scheduler: EnableScheduling: Remove redundant GetCurrentThreadPointer calls. | bunnei | 1 | -3/+5 |
2021-12-07 | hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods. | bunnei | 1 | -3/+3 |
2021-12-07 | hle: kernel: Remove unnecessary virtual specifier on NotifyAvailable. | bunnei | 1 | -2/+2 |
2021-12-07 | hle: kernel: Remove unnecessary virtual specifier on EndWait. | bunnei | 1 | -1/+1 |
2021-12-07 | hle: kernel: k_light_condition_variable: Revert unnecessary license comment changes. | bunnei | 1 | -1/+1 |
2021-12-07 | hle: kernel: k_condition_variable: Revert unnecessary style changes. | bunnei | 1 | -2/+2 |
2021-12-07 | hle: kernel: Remove unnecessary virtual specifier on CancelWait. | bunnei | 6 | -14/+14 |
2021-12-07 | hle: kernel: service_thread: Force stop threads on destruction. | bunnei | 1 | -1/+7 |
2021-12-07 | hle: kernel: k_light_lock: Implement CancelWait. | bunnei | 1 | -5/+10 |
2021-12-07 | hle: kernel: service_thread: Use std::jthread. | bunnei | 1 | -18/+19 |
2021-12-07 | hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC. | bunnei | 1 | -0/+5 |
2021-12-07 | hle: kernel: k_thread: Rename sleeping_queue -> wait_queue. | bunnei | 2 | -17/+13 |
2021-12-07 | hle: kernel: svc: Fix deadlock that can occur with single core. | bunnei | 1 | -10/+8 |
2021-12-07 | hle: kernel: k_thread: Treat dummy threads as a special type. | bunnei | 2 | -1/+4 |
2021-12-07 | hle: kernel: fix timing on thread preemption | FernandoS27 | 1 | -4/+2 |
2021-12-07 | hle: kernel: fix scheduling ops from HLE host thread. | FernandoS27 | 1 | -3/+3 |
2021-12-07 | hle: kernel: Add a flag for indicating that the kernel is currently shutting down. | bunnei | 6 | -0/+49 |
2021-12-07 | hle: kernel: KSynchronizationObject: Fix variable shadowing. | bunnei | 1 | -8/+8 |
2021-12-07 | hle: kernel: Cleanup to match coding style. | bunnei | 6 | -26/+21 |
2021-12-07 | hle: kernel: KProcess: Improvements for thread pinning. | bunnei | 2 | -8/+26 |
2021-12-07 | hle: kernel: KThreadQueue: Remove deprecated code. | bunnei | 1 | -63/+0 |
2021-12-07 | hle: kernel: KConditionVariable: Various updates & simplifications. | bunnei | 2 | -121/+65 |
2021-12-07 | hle: kernel: KThread: Migrate to updated KThreadQueue (part 2). | bunnei | 1 | -29/+19 |
2021-12-07 | hle: kernel: KThread: Migrate to updated KThreadQueue (part 1). | bunnei | 3 | -60/+71 |
2021-12-07 | hle: kernel: KConditionVariable: Migrate to updated KThreadQueue. | bunnei | 1 | -12/+55 |
2021-12-07 | hle: kernel: KServerSession: Migrate to updated KThreadQueue. | bunnei | 2 | -5/+11 |
2021-12-07 | hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue. | bunnei | 3 | -54/+87 |
2021-12-07 | hle: kernel: KLightLock: Migrate to updated KThreadQueue. | bunnei | 2 | -35/+36 |
2021-12-07 | hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue. | bunnei | 1 | -43/+39 |
2021-12-07 | hle: kernel: KThread: Remove tracking of sync object from threads. | bunnei | 6 | -41/+21 |
2021-12-07 | hle: kernel: Update KThreadQueue and migrate KSynchronizationObject. | bunnei | 8 | -75/+251 |
2021-12-07 | core: hle: kernel: Disable dispatch count tracking on single core. | bunnei | 3 | -5/+14 |
2021-12-07 | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard. | bunnei | 1 | -1/+1 |
2021-12-07 | core: cpu_manager: Use invalid core_id on init and simplify shutdown. | bunnei | 1 | -7/+3 |
2021-12-07 | core: hle: kernel: k_auto_object: Add GetName method. | bunnei | 1 | -0/+4 |
2021-12-07 | core: hle: kernel: DisableDispatch on suspend threads. | bunnei | 1 | -0/+3 |
2021-12-07 | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. | bunnei | 1 | -14/+9 |
2021-12-07 | core: cpu_manager: Use KScopedDisableDispatch. | bunnei | 1 | -7/+8 |
2021-12-07 | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate. | bunnei | 1 | -6/+2 |
2021-12-07 | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. | bunnei | 1 | -5/+0 |
2021-12-07 | core: hle: kernel: k_scheduler: Improve ScheduleImpl. | bunnei | 1 | -6/+7 |
2021-12-07 | core: hle: kernel: k_scheduler: Improve Unload. | bunnei | 1 | -17/+29 |
2021-12-07 | core: hle: kernel: k_process: DisableDispatch on main thread. | bunnei | 1 | -0/+1 |
2021-12-07 | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. | bunnei | 2 | -0/+8 |
2021-12-07 | core: hle: kernel: k_thread: Add KScopedDisableDispatch. | bunnei | 2 | -1/+47 |
2021-12-07 | core: hle: kernel: Ensure idle threads are closed before destroying scheduler. | bunnei | 3 | -24/+22 |
2021-12-07 | core: hle: kernel: Reflect non-emulated threads as core 3. | bunnei | 7 | -14/+17 |
2021-12-06 | service/notif: Add notif:a and stub ListAlarmSettings,Initialize | german77 | 4 | -0/+75 |
2021-12-06 | fix formatting | itsmeft24 | 1 | -1/+6 |
2021-12-06 | move private members below public members | itsmeft24 | 1 | -10/+11 |
2021-12-06 | fix formatting | itsmeft24 | 1 | -4/+1 |
2021-12-06 | fix formatting | itsmeft24 | 1 | -1/+1 |
2021-12-06 | service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment | german77 | 2 | -2/+35 |
2021-12-06 | loader: Support loading subsdk{8,9} | jam1garner | 1 | -2/+3 |
2021-12-06 | fix formatting | itsmeft24 | 2 | -2/+2 |
2021-12-06 | Remove unnecessary includes | itsmeft24 | 2 | -50/+13 |
2021-12-05 | service/hid: Implement SetNpadJoyAssignmentMode | german77 | 5 | -38/+174 |
2021-12-05 | Add copyright notice | itsmeft24 | 2 | -0/+8 |
2021-12-05 | general: Add missing copyright notices | ameerj | 1 | -0/+4 |
2021-12-05 | Add KCodeMemory to CMakeLists.txt | itsmeft24 | 1 | -0/+2 |
2021-12-05 | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory | itsmeft24 | 11 | -7/+636 |
2021-12-05 | core/hid: Add missing controller type | german77 | 1 | -0/+2 |
2021-12-05 | core/hid: Ensure only valid npad are connected | german77 | 6 | -18/+83 |
2021-12-04 | Address feedback | Feng Chen | 4 | -13/+22 |
2021-12-03 | service: am: ISelfController: Stub SaveCurrentScreenshot | Morph | 3 | -2/+15 |
2021-12-02 | general: Replace high_resolution_clock with steady_clock | Morph | 2 | -4/+4 |
2021-12-02 | Support multiple videos playing | Feng Chen | 4 | -9/+21 |
2021-11-30 | service: friend: Implement GetCompletionEvent | Morph | 1 | -2/+21 |
2021-11-30 | input_interpreter: Make use of NpadButton instead of a u64 | Morph | 2 | -9/+9 |
2021-11-30 | npad: Return NpadButton in GetAndResetPressState | Morph | 3 | -7/+6 |
2021-11-30 | core: hid: hid_types: Add "All" to NpadButton | Morph | 1 | -0/+2 |
2021-11-29 | core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration | Morph | 2 | -0/+32 |
2021-11-29 | general: Fix handheld typo | Morph | 1 | -1/+1 |
2021-11-29 | core: hid: Mark constructors as explicit | Morph | 2 | -2/+2 |
2021-11-29 | core: hid: Cleanup and amend documentation | Morph | 4 | -69/+76 |
2021-11-28 | core/ns: Implement GetReadOnlyApplicationControlDataInterface | Narr the Reg | 2 | -1/+26 |
2021-11-28 | core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId | Narr the Reg | 4 | -0/+107 |
2021-11-28 | settings: Add debug setting to enable all controllers | german77 | 2 | -0/+24 |
2021-11-27 | core/hid: Stub GetUniquePadsFromNpad | Narr the Reg | 1 | -1/+13 |
2021-11-27 | config: Remove vibration configuration | german77 | 1 | -2/+3 |
2021-11-26 | input_common: Fully implement UDP controllers | Narr the Reg | 1 | -2/+4 |
2021-11-25 | service/hid: Finish converting LIFO objects and address some nits | Narr the Reg | 14 | -95/+50 |
2021-11-25 | bootmanager: Use cross-platform keyboard input | german77 | 1 | -1/+1 |
2021-11-25 | kraken: Address comments from review | german77 | 3 | -6/+6 |
2021-11-25 | core/hid: Improve accuary of mouse implementation | german77 | 10 | -38/+61 |
2021-11-25 | core/hid: Fully implement native mouse | german77 | 6 | -60/+170 |
2021-11-25 | input_common: Allow keyboard to be backwards compatible | german77 | 1 | -6/+22 |
2021-11-25 | core/hid: Improve accuracy of the keyboard implementation | german77 | 5 | -136/+303 |
2021-11-25 | core/hid: Fix keyboard alignment | german77 | 2 | -12/+14 |
2021-11-25 | core/hid: Remove usage of native types, fix a couple of errors with motion | german77 | 9 | -419/+613 |
2021-11-25 | service/hid: Remove includes of core.h and settings.h | german77 | 25 | -54/+58 |
2021-11-25 | service/hid: Add support for new controllers | german77 | 2 | -2/+31 |
2021-11-25 | settings: Fix controller preview not displaying the correct controller | german77 | 1 | -2/+2 |
2021-11-25 | core/hid: Rename NpadType to NpadStyleIndex | german77 | 7 | -114/+125 |
2021-11-25 | config: Cleanup and documentation | german77 | 1 | -1/+5 |
2021-11-25 | core/hid: Prevent Emulated controller from flapping with multiple inputs devices | german77 | 2 | -13/+61 |
2021-11-25 | core/hid: Fully emulate motion from button | german77 | 4 | -36/+70 |
2021-11-25 | second commit lion review | german77 | 15 | -16/+44 |
2021-11-25 | settings: Fix Debug controller type options | german77 | 3 | -6/+12 |
2021-11-25 | kraken: Address comments from review | german77 | 12 | -154/+178 |
2021-11-25 | input_common: Revert deleted TAS functions | german77 | 1 | -22/+22 |
2021-11-25 | core/hid: Explain better what a temporary value does | german77 | 2 | -24/+28 |
2021-11-25 | core/hid: Update structs to 13.1.0 | german77 | 12 | -50/+107 |
2021-11-25 | core/hid: Add TAS input | german77 | 2 | -0/+81 |
2021-11-25 | input_common: Add multiple vibration curves | german77 | 1 | -1/+9 |
2021-11-25 | core/hid: Rework battery mappings | german77 | 5 | -32/+63 |
2021-11-25 | input_common: Add manual update options to input devices | german77 | 1 | -0/+9 |
2021-11-25 | service/hid: Fix memory allocated incorrectly | german77 | 5 | -7/+7 |
2021-11-25 | settings: Fix mouse and keyboard mappings | german77 | 3 | -11/+19 |
2021-11-25 | Morph review first wave | german77 | 22 | -135/+116 |
2021-11-25 | service/hid: Match shared memory closer to HW | german77 | 2 | -26/+75 |
2021-11-25 | yuzu: Fix loading input profiles | german77 | 1 | -0/+2 |
2021-11-25 | kraken: Address comments from review | german77 | 11 | -51/+47 |
2021-11-25 | service/hid: Use ring buffer for gestures | german77 | 2 | -79/+52 |
2021-11-25 | service/hid: Fix gesture input | german77 | 5 | -88/+129 |
2021-11-25 | configuration: Migrate controller settings to emulated controller | german77 | 5 | -15/+33 |
2021-11-25 | core/hid: Fix rumble too strong at 1% | german77 | 1 | -12/+22 |
2021-11-25 | core/hid: Only signal when needed | german77 | 4 | -128/+145 |
2021-11-25 | hid: Fix controller connection/disconnection | german77 | 7 | -56/+151 |
2021-11-25 | core/hid: Documment some files | german77 | 4 | -52/+265 |
2021-11-25 | kraken: Fix errors from rebase and format files | german77 | 2 | -2/+5 |
2021-11-25 | core/hid: Add output devices | german77 | 5 | -69/+126 |
2021-11-25 | core: Update input interpreter | german77 | 2 | -51/+18 |
2021-11-25 | core/frontend: Update applets | german77 | 2 | -10/+15 |
2021-11-25 | core: Remove frontend/input | german77 | 1 | -217/+0 |
2021-11-25 | service/hid: Rewrite npad to use ring lifo and the emulated controller | german77 | 2 | -890/+605 |
2021-11-25 | service/hid: Update console sixaxis to the emulated console | german77 | 2 | -28/+26 |
2021-11-25 | service/hid: Update mouse and keyboard to use ring lifo and the emulated device | german77 | 4 | -158/+71 |
2021-11-25 | service/hid: Update touch and gestures to use ring lifo and the emulated console | german77 | 4 | -370/+191 |
2021-11-25 | service/hid: Update debug pad, xpad, stubbed and controller base to use ring lifo and the emulated controller | german77 | 7 | -166/+80 |
2021-11-25 | service/hid: Use remove duplicated code, update names | german77 | 2 | -64/+30 |
2021-11-25 | service/hid: Create ring LIFO | german77 | 2 | -1/+55 |
2021-11-25 | settings: Cleanup settings | german77 | 4 | -5/+4 |
2021-11-25 | core/emu_window: Remove touch input | german77 | 2 | -113/+15 |
2021-11-25 | core: Register HID | german77 | 2 | -3/+21 |
2021-11-25 | core/hid: Add emulated controllers | german77 | 9 | -0/+2025 |
2021-11-25 | core/hid: Move motion_input, create input converter and hid_types | german77 | 6 | -0/+1164 |
2021-11-25 | core/hid: Move input_interpreter to hid | german77 | 3 | -3/+3 |
2021-11-22 | arm: dynarmic: Cleanup icache op handling | jam1garner | 1 | -10/+9 |
2021-11-22 | arm: dynarmic: Implement icache op handling for 'ic iallu' instruction | jam1garner | 1 | -0/+3 |
2021-11-22 | arm: dynarmic: Implement icache op handling for 'ic ivau' instruction | jam1garner | 1 | -0/+18 |
2021-11-21 | kernel: svc: Move all IsValid functions to an anonymous namespace | Morph | 1 | -3/+15 |
2021-11-21 | kernel: svc: Implement SetProcessMemoryPermission | Morph | 1 | -1/+41 |
2021-11-21 | kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission | Morph | 4 | -8/+8 |
2021-11-21 | service: pm: Implement AtmosphereGetProcessId | Morph | 1 | -0/+24 |
2021-11-21 | service: pm: Add all relevant result codes | Morph | 1 | -3/+8 |
2021-11-21 | service: pm: Rename title id to program id | Morph | 1 | -6/+6 |
2021-11-20 | Fix screenshot dimensions when at 1x scale | ameerj | 2 | -11/+7 |
2021-11-18 | Fix crash on exit due to static scoped dummy threads | Adam Heinermann | 1 | -8/+14 |
2021-11-16 | bootmanager: Fix screenshot resolution factor usage | ameerj | 2 | -10/+7 |
2021-11-16 | Settings: eliminate rescaling_factor. | Fernando Sahmkow | 3 | -29/+12 |
2021-11-11 | program_metadata: Add default ThreadInfo kernel capability | OatmealDome | 1 | -1/+4 |
2021-11-08 | applets/swkbd: Fix text check message encoding | Morph | 1 | -7/+15 |
2021-11-08 | applets/swkbd: Skip text checking if the text has been confirmed | Morph | 4 | -13/+21 |
2021-11-05 | service/pctl: Stub EndFreeCommunication | Narr the Reg | 1 | -1/+8 |
2021-11-05 | core: Reorder perf_stats destruction order on Shutdown | ameerj | 1 | -1/+1 |
2021-11-04 | general: Get the current process program id directly from the system | Morph | 18 | -50/+38 |
2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | 21 | -39/+42 |
2021-11-04 | service: aoc: Stub NotifyUnmountAddOnContent | Morph | 2 | -1/+9 |
2021-11-04 | service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent | Morph | 2 | -0/+21 |
2021-11-04 | service/acc: Rename Unknown160 to InitializeApplicationInfoV2 | german77 | 3 | -3/+3 |
2021-11-04 | service: acc: Stub acc:u0 '160' | Morph | 3 | -0/+9 |
2021-11-04 | core: Fix transitive include build errors | ameerj | 5 | -0/+9 |
2021-11-04 | core: Remove unused includes | ameerj | 133 | -221/+1 |
2021-11-03 | svc: Correct WaitSynchronization num_handles param type | Morph | 2 | -4/+4 |
2021-11-02 | general: Remove MakeResult helpers | Morph | 13 | -69/+48 |
2021-11-02 | hle/result: Amend ResultVal documentation | Morph | 1 | -12/+10 |
2021-11-02 | hle/result: Reimplement ResultVal using Common::Expected | Morph | 1 | -117/+63 |
2021-10-29 | file_sys: control_metadata: Add BrazilianPortuguese | Morph | 2 | -2/+4 |
2021-10-29 | ns: language: Add BrazilianPortuguese to ApplicationLanguage | Morph | 2 | -1/+26 |
2021-10-28 | hle/result: Declare copy/move constructor/assignment as noexcept | Morph | 1 | -3/+3 |
2021-10-28 | hle/result: Add move assignment operator in ResultVal | Morph | 1 | -0/+20 |
2021-10-28 | hle/result: Remove cv-qualifiers from Arg in MakeResult | Morph | 1 | -2/+2 |
2021-10-27 | Fix dangling kernel objects when exiting | Feng Chen | 2 | -11/+13 |
2021-10-27 | Revert PR7009 | Feng Chen | 2 | -15/+5 |
2021-10-27 | Fix memory leak | Feng Chen | 4 | -0/+38 |
2021-10-24 | Fixed ARM_Dynamic_64 Step | Andrew Strelsky | 1 | -1/+1 |
2021-10-24 | Fixup channel submit IOCTL syncpoint parameters | Billy Laws | 2 | -21/+9 |
2021-10-17 | settings: Remove std::chrono usage | ameerj | 2 | -8/+10 |
2021-10-16 | SVC: Implement svcInfo:IdleTickCount | Fernando Sahmkow | 2 | -0/+22 |
2021-10-16 | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184) | Feng Chen | 1 | -1/+11 |
2021-10-16 | NvHost/Core: Address Feedback. | Fernando Sahmkow | 3 | -19/+27 |
2021-10-16 | Suspend temporally | FernandoS27 | 3 | -1/+31 |
2021-10-16 | NVHost_Ctrl: Force wait if the gpu falls behind too long. | FernandoS27 | 2 | -0/+13 |
2021-10-15 | core: Move ResultStatus outside of System | Morph | 2 | -43/+45 |
2021-10-15 | core: Remove static system instance | Morph | 2 | -28/+5 |
2021-10-13 | KPageTable: Perform ranged invalidation when unmapping code memory | Morph | 1 | -0/+2 |
2021-10-11 | applets/web: Fallback to loader to get the manual romfs if none is found | Feng Chen | 1 | -0/+10 |
2021-10-07 | kernel: hle_ipc: Foward declare KAutoObject | Morph | 2 | -1/+2 |
2021-10-07 | service: Reduce header include overhead | Morph | 30 | -38/+10 |
2021-10-03 | nvflinger: Use jthread and stop_token for VSync thread | ameerj | 2 | -32/+8 |
2021-10-03 | nvhost_ctrl: Refactor usage of gpu.LockSync() | ameerj | 1 | -15/+15 |
2021-10-03 | gpu: Migrate implementation to the cpp file | ameerj | 2 | -5/+13 |
2021-10-02 | service: am: Make use of Exit to exit the currently running application | Morph | 1 | -2/+2 |
2021-10-02 | core: Add Exit and ExitCallback | Morph | 2 | -0/+25 |
2021-10-02 | service: Replace service event creation with ServiceContext::CreateEvent | Morph | 26 | -271/+367 |
2021-10-02 | network: Do not log IP address | Morph | 1 | -2/+0 |
2021-10-02 | common/logging: Reduce scope of fmt include | ameerj | 2 | -0/+3 |
2021-10-02 | common/logging: Move Log::Entry declaration to a separate header | ameerj | 2 | -0/+3 |
2021-09-30 | prevent access violation from iob in Memory::IsValidVirtualAddress | Andrew Strelsky | 1 | -1/+5 |
2021-09-29 | style: Remove extra space preceding the :: operator | Morph | 6 | -7/+7 |
2021-09-29 | service: bcat: Remove BoxCat BCAT implementation | Morph | 4 | -631/+0 |
2021-09-29 | externals: Remove libzip | Morph | 1 | -1/+1 |
2021-09-29 | file_sys: Remove vfs_libzip | Morph | 3 | -103/+0 |
2021-09-29 | Fix KShareMemory object leak | Feng Chen | 5 | -3/+106 |
2021-09-27 | service/es: Update to 13.0.0 | german77 | 1 | -0/+6 |
2021-09-27 | service/npns: Update to 13.0.0 | german77 | 1 | -0/+1 |
2021-09-27 | service/vi: Update to 13.0.0 | german77 | 2 | -0/+2 |
2021-09-27 | service/am: Update to 13.0.0 | german77 | 1 | -0/+4 |
2021-09-27 | service/audio: Update to 13.0.0 | german77 | 2 | -1/+10 |
2021-09-27 | service/hid: Update to 13.0.0 | german77 | 2 | -0/+10 |
2021-09-27 | service/btdrv: Update to 13.0.0 | german77 | 1 | -0/+4 |
2021-09-27 | service/usb: Update to 13.0.0 | german77 | 1 | -3/+3 |
2021-09-25 | Fix KScopedAutoObject object leak when SendSyncRequest | Feng Chen | 1 | -6/+8 |
2021-09-25 | service: bsd: Stub Read | Morph | 1 | -6/+5 |
2021-09-24 | service: bsd: Implement Read | Morph | 2 | -1/+15 |
2021-09-24 | general: Update style to clang-format-12 | ameerj | 4 | -27/+19 |
2021-09-24 | video_core: Fix jthread related hangs when stopping emulation | ameerj | 1 | -1/+1 |
2021-09-23 | core/profile_select: Avoid uninitialized read in SelectProfile() | Lioncash | 1 | -1/+2 |
2021-09-22 | common/uuid: Add validity checking functions to interface | Lioncash | 3 | -7/+7 |
2021-09-18 | input_common/tas: Fallback to simple update | MonsterDruide1 | 2 | -5/+0 |
2021-09-18 | config: Move TAS options to it's own menu | german77 | 1 | -1/+1 |
2021-09-18 | core: Hacky TAS syncing & load pausing | MonsterDruide1 | 2 | -0/+5 |
2021-09-16 | remove-audio-stretching-setting | Moonlacer | 1 | -2/+0 |
2021-09-16 | gpu: Use std::jthread for async gpu thread | ameerj | 1 | -5/+1 |
2021-09-15 | audin_u: Return a buffer event in RegisterBufferEvent | lat9nq | 2 | -2/+12 |
2021-09-15 | audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAuto | lat9nq | 2 | -26/+57 |
2021-09-15 | ngct: Stub Match | Narr the Reg | 1 | -1/+14 |
2021-09-14 | vfs: Partially implement GetFileTimeStampRaw | Morph | 8 | -1/+83 |
2021-09-14 | core: Destroy main_process during shutdown | ameerj | 1 | -3/+12 |
2021-09-12 | FS: Mark recursive CreateDirectory as inaccurate and temporary | Morph | 1 | -0/+5 |
2021-09-11 | kernel: Add missing <functional> include | Morph | 1 | -0/+1 |
2021-09-11 | file_sys/kernel_executable: Add missing <string> include | Morph | 1 | -0/+1 |
2021-09-11 | common: Move error handling to error.cpp/h | Morph | 1 | -2/+3 |
2021-09-10 | am: Implement GetNotificationStorageChannelEvent | german77 | 2 | -2/+16 |
2021-09-10 | hid: Stub SetTouchScreenConfiguration | german77 | 3 | -1/+28 |
2021-09-10 | api_version: Update and add AtmosphereTargetFirmware | Morph | 1 | -5/+12 |
2021-09-08 | Addressed issues | Chloe | 1 | -1/+1 |
2021-09-08 | Mark is_complete as atomic | Chloe Marcec | 2 | -4/+5 |
2021-09-08 | Addressed issues | Chloe Marcec | 3 | -15/+14 |
2021-09-07 | nvflinger: Use external surface format for framebuffer creation | ameerj | 3 | -7/+8 |
2021-09-06 | address name shadowing with system | Chloe Marcec | 1 | -2/+2 |
2021-09-06 | account: EnsureTokenIdCacheAsync | Chloe Marcec | 4 | -19/+154 |
2021-09-06 | FS: Recursively create directories for CreateDirectory | Chloe Marcec | 1 | -8/+13 |
2021-09-05 | core: hle: service: buffer_queue: Improve management of KEvent. | bunnei | 3 | -14/+24 |
2021-09-04 | core: hle: service: nvflinger/vi: Improve management of KEvent. | bunnei | 4 | -16/+30 |
2021-09-04 | core: cpu_manager: Use jthread. | bunnei | 2 | -18/+13 |
2021-08-27 | ngct: Stub NGCT:U service | german77 | 4 | -0/+70 |
2021-08-27 | service: nifm: Populate fields in GetCurrentNetworkProfile | Morph | 1 | -29/+37 |
2021-08-27 | service: nifm: Cleanup GetCurrentIpConfigInfo | Morph | 1 | -26/+21 |
2021-08-27 | network_interface: Cleanup code | Morph | 1 | -76/+83 |
2021-08-27 | network_interface: Replace default return value with std::nullopt | Morph | 1 | -6/+6 |
2021-08-26 | Revert "kernel: Various improvements to scheduler" | bunnei | 23 | -224/+140 |
2021-08-24 | logging: Fix log filter during initialization | ameerj | 2 | -7/+10 |
2021-08-19 | applet_error: Fix 64-bit error code conversion | Morph | 1 | -6/+25 |
2021-08-19 | Fix crash in logging in CreateStrayLayer | Valeri | 1 | -1/+1 |
2021-08-19 | Fix check is thread current in GetThreadContext | Valeri | 1 | -1/+1 |
2021-08-16 | configure_graphics: Add GPU nvdec decoding as an option | ameerj | 1 | -2/+14 |
2021-08-16 | kernel: Optimize GetHostThreadID | BreadFish64 | 1 | -10/+13 |
2021-08-16 | network_interface: correct formatting | Sönke Holz | 1 | -1/+1 |
2021-08-16 | network_interface: fix mingw-w64 build | spholz | 1 | -1/+1 |
2021-08-16 | network: retrieve subnet mask and gateway info | Sönke Holz | 5 | -24/+137 |
2021-08-14 | core: hle: kernel: Disable dispatch count tracking on single core. | bunnei | 3 | -5/+12 |
2021-08-13 | logging: Simplify and make thread-safe | yzct12345 | 2 | -4/+14 |
2021-08-13 | network: don't use reinterpret_cast in GetAvailableNetworkInterfaces | spholz | 1 | -7/+4 |
2021-08-13 | network: fix mingw-w64 build | Sönke Holz | 1 | -4/+4 |
2021-08-13 | network: don't use assert to check if no network interfaces are returned | Sönke Holz | 1 | -2/+4 |
2021-08-13 | network: use Common::BitCast instead of std::bit_cast | Sönke Holz | 1 | -2/+3 |
2021-08-13 | network: narrow down scope of "result" in win32 code for | Sönke Holz | 1 | -4/+5 |
2021-08-13 | network: use explicit bool conversions in GetAvailableNetworkInterfaces | Sönke Holz | 1 | -1/+1 |
2021-08-13 | network: initialize ip_addr in GetHostIPv4Address() | Sönke Holz | 1 | -1/+1 |
2021-08-13 | nifm: use operator*() instead of .value() to get value of std::optional | Sönke Holz | 1 | -2/+2 |
2021-08-13 | nifm: treat a missing host IP address as a non-critical error | Sönke Holz | 1 | -2/+2 |
2021-08-12 | network: correct formatting in network.cpp and network_interface.cpp | Sönke Holz | 2 | -8/+6 |
2021-08-12 | configuration: add option to select network interface | spholz | 6 | -37/+187 |
2021-08-07 | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard. | bunnei | 1 | -1/+1 |
2021-08-07 | core: cpu_manager: Use invalid core_id on init and simplify shutdown. | bunnei | 1 | -7/+3 |
2021-08-07 | core: hle: service: buffer_queue: Improve management of KEvent. | bunnei | 3 | -14/+24 |
2021-08-07 | core: hle: kernel: k_auto_object: Add GetName method. | bunnei | 1 | -0/+4 |
2021-08-07 | core: hle: service: nvflinger/vi: Improve management of KEvent. | bunnei | 4 | -16/+30 |
2021-08-07 | core: hle: kernel: DisableDispatch on suspend threads. | bunnei | 1 | -0/+3 |
2021-08-07 | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. | bunnei | 1 | -14/+9 |
2021-08-07 | core: cpu_manager: Use KScopedDisableDispatch. | bunnei | 1 | -7/+8 |
2021-08-07 | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate. | bunnei | 1 | -6/+2 |
2021-08-07 | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. | bunnei | 1 | -5/+0 |
2021-08-07 | core: hle: kernel: k_scheduler: Improve ScheduleImpl. | bunnei | 1 | -6/+7 |
2021-08-07 | core: hle: kernel: k_scheduler: Improve Unload. | bunnei | 1 | -17/+29 |
2021-08-07 | core: hle: kernel: k_process: DisableDispatch on main thread. | bunnei | 1 | -0/+1 |
2021-08-07 | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. | bunnei | 2 | -0/+8 |
2021-08-07 | core: hle: kernel: k_thread: Add KScopedDisableDispatch. | bunnei | 2 | -1/+47 |
2021-08-07 | core: hle: kernel: Ensure idle threads are closed before destroying scheduler. | bunnei | 3 | -24/+22 |
2021-08-07 | core: hle: kernel: Reflect non-emulated threads as core 3. | bunnei | 7 | -13/+15 |
2021-08-07 | core: cpu_manager: Use jthread. | bunnei | 2 | -18/+13 |
2021-08-07 | memory: Address lioncash's review | yzct12345 | 1 | -52/+6 |
2021-08-07 | memory: Dedup Read and Write and fix logging bugs | yzct12345 | 1 | -129/+115 |
2021-08-07 | network: GetAndLogLastError: ignore Errno::AGAIN | Sönke Holz | 1 | -1/+5 |
2021-08-07 | network: GetCurrentIpConfigInfo: return host IP address | Sönke Holz | 1 | -1/+4 |
2021-08-07 | nvhost_nvdec_common: Remove BufferMap | ameerj | 2 | -76/+0 |
2021-08-07 | nvhost_nvdec_common: Stub UnmapBuffer Ioctl | ameerj | 1 | -23/+4 |
2021-08-06 | network: fix fcntl cmds | Sönke Holz | 1 | -2/+2 |
2021-08-05 | memory: Clean up CopyBlock too | yzct12345 | 1 | -36/+15 |
2021-08-05 | memory: Address lioncash's review | yzct12345 | 2 | -7/+8 |
2021-08-05 | memory: Clean up code | yzct12345 | 2 | -329/+81 |
2021-08-05 | applet_swkbd: Include the null terminator in the buffer size calculation | Morph | 1 | -2/+4 |
2021-08-02 | network: fix ternary operator in Socket::SendTo | spholz | 1 | -1/+1 |
2021-08-01 | service: set: Correct copy amount in GetAvailableLanguageCodes | Morph | 1 | -1/+2 |
2021-07-31 | hle: api_version: Update HOS version to 12.1.0 | Morph | 1 | -7/+7 |
2021-07-30 | applet_swkbd: Correct string buffer size calculation | Morph | 1 | -2/+2 |
2021-07-30 | service: set: Correct 4.0.0 max_entries to 0x40 (64) instead of 17 | Morph | 1 | -8/+8 |
2021-07-30 | service: ns, set: Add PT_BR (Brazilian Portuguese) | Morph | 3 | -2/+6 |
2021-07-27 | service: ns: Remove unused ns_language header | Morph | 1 | -42/+0 |
2021-07-27 | service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified Chinese | Morph | 1 | -0/+2 |
2021-07-27 | common: uuid: Return a lower-case hex string in Format | Morph | 2 | -14/+14 |
2021-07-24 | general: Rename "Frame Limit" references to "Speed Limit" | ameerj | 6 | -26/+26 |
2021-07-24 | config, nvflinger: Add FPS cap setting | ameerj | 1 | -5/+6 |
2021-07-23 | cmake: Remove shader cache version | ReinUsesLisp | 1 | -1/+0 |
2021-07-23 | general: Add setting shader_backend | lat9nq | 1 | -2/+2 |
2021-07-21 | hle: service: kernel_helpers: Remove unnecessary pragma once. | bunnei | 1 | -2/+0 |
2021-07-21 | hle: kernel: svc: Remove part of ExitProcess. | bunnei | 1 | -5/+0 |
2021-07-21 | hle: service: nvdrv: Remove unused kernel reference. | bunnei | 1 | -1/+0 |
2021-07-21 | hle: service: hid: npad: Remove unused kernel reference. | bunnei | 1 | -1/+0 |
2021-07-21 | hle: kernel: Track and release server sessions, and protect methods with locks. | bunnei | 4 | -13/+82 |
2021-07-21 | hle: kernel: KProcess: Change process termination assert to a warning. | bunnei | 1 | -1/+1 |
2021-07-21 | hle: kernel: Ensure current running process is closed. | bunnei | 1 | -5/+6 |
2021-07-21 | hle: kernel: Ensure global handle table is finalized before closing. | bunnei | 1 | -0/+1 |
2021-07-21 | kernel: svc: ConnectToNamedPort: Close extra reference to port. | bunnei | 1 | -0/+1 |
2021-07-21 | hle: service: sm: Refactor to better manage ports. | bunnei | 4 | -45/+47 |
2021-07-21 | hle: kernel: k_process: Close the handle table on shutdown. | bunnei | 1 | -0/+3 |
2021-07-21 | hle: kernel: k_process: Close main thread reference after it is inserted into handle table. | bunnei | 1 | -0/+3 |
2021-07-21 | hle: kernel: Ensure global handle table is initialized. | bunnei | 1 | -0/+1 |
2021-07-21 | hle: service: Add a helper module for managing kernel objects. | bunnei | 10 | -20/+146 |
2021-07-21 | hle: kernel: Provide methods for tracking dangling kernel objects. | bunnei | 4 | -2/+43 |
2021-07-20 | applet_controller: Add preliminary support for version 8 | Morph | 2 | -3/+33 |
2021-07-20 | file_sys: Support load game collection (#6582) | Feng Chen | 12 | -83/+116 |
2021-07-15 | applets/web: Resolve Nintendo CDN URLs | Morph | 1 | -0/+13 |
2021-07-15 | nvhost_nvdec_common: Read Submit ioctl data from object addr | ameerj | 1 | -8/+2 |
2021-07-15 | nvhost_nvdec_common: Fix {Slice/Write}Vectors return | ameerj | 1 | -37/+38 |
2021-07-14 | service: Append service name prefix to common filenames | Morph | 41 | -56/+56 |
2021-07-14 | applets: Append applet_ prefix to backend applets | Morph | 19 | -33/+33 |
2021-07-12 | content_archive: Remove unnecessary include to <ranges> | ReinUsesLisp | 1 | -1/+0 |
2021-07-12 | boxcat: Silence -Wmaybe-uninitialized in httplib.h | ReinUsesLisp | 1 | -0/+3 |
2021-07-11 | npad: Disable vibration check if disabled | german77 | 1 | -0/+5 |
2021-07-08 | settings, arm_dynarmic, yuzu qt: Move CPU debugging option | lat9nq | 2 | -2/+2 |
2021-07-08 | arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto setting | lat9nq | 1 | -0/+1 |
2021-07-08 | arm_dynarmic{32,64}: Fixes from test build | lat9nq | 2 | -18/+5 |
2021-07-08 | core,common,yuzu qt: Add CPU accuracy option 'Auto' | lat9nq | 2 | -8/+36 |
2021-07-08 | general: Code formatting improvements | lat9nq | 1 | -2/+2 |
2021-07-06 | Report 2 channels active. Fixes Tales of Vesperia's mono channel audio. | Kelebek1 | 1 | -1/+1 |
2021-07-06 | CMakeLists: Treat -Wsign-compare as an error on GCC/Clang | Morph | 1 | -2/+0 |
2021-07-04 | service: mii: Retrieve the correct default miis. | Morph | 1 | -2/+3 |
2021-07-01 | Fix XC2/VOEZ crashing, add audio looping and a few misc fixes | Kelebek1 | 1 | -1/+1 |
2021-06-29 | core, input_common: Miscellaneous fixes | lat9nq | 2 | -4/+6 |
2021-06-28 | general: Make most settings a BasicSetting | lat9nq | 10 | -16/+17 |
2021-06-28 | core: Enforce C4242 | Morph | 1 | -6/+3 |
2021-06-28 | patch_manager: Do not apply LayeredFS mods when dumping | Morph | 2 | -3/+6 |
2021-06-28 | filesystem: Open a read-only directory for SDMC mods | Morph | 3 | -19/+25 |
2021-06-28 | core: Simplify SDMC mod loading | lat9nq | 3 | -21/+10 |
2021-06-28 | core: Support LayeredFS mod from SDMC directory | lat9nq | 5 | -2/+47 |
2021-06-27 | Decouple audio processing and run at variable rate | Kelebek1 | 1 | -4/+6 |
2021-06-26 | hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size. | bunnei | 1 | -1/+30 |
2021-06-25 | hle: hle_helpers: Skip data payload offset checks on TIPC requests. | bunnei | 1 | -2/+6 |
2021-06-25 | hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecoderEx. | bunnei | 2 | -5/+15 |
2021-06-25 | hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId. | bunnei | 2 | -1/+10 |
2021-06-24 | common: Replace common_sizes into user-literals | Wunkolo | 9 | -62/+83 |
2021-06-24 | general: Add missing #pragma once directives | Morph | 3 | -0/+6 |
2021-06-24 | Add missing includes (#6521) | Chloe | 1 | -0/+2 |
2021-06-23 | General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable | Lioncash | 4 | -9/+13 |
2021-06-22 | vfs_real: Fix Mode to FileAccessMode conversion | Morph | 1 | -6/+1 |
2021-06-22 | common: fs: Remove [[nodiscard]] attribute on Remove* functions | Morph | 1 | -2/+2 |
2021-06-22 | core: Make is_powered_on atomic | Rodrigo Locatti | 1 | -2/+3 |
2021-06-22 | npad: Fix data race when updating devices | Rodrigo Locatti | 2 | -0/+8 |
2021-06-22 | Implement audout GetAudioOutPlayedSampleCount | Kelebek1 | 1 | -1/+9 |
2021-06-20 | Update dynarmic and add new unsafe CPU option. | Fernando Sahmkow | 1 | -0/+3 |
2021-06-18 | service: time: Use GetFileRelative to get files within subdirectories | Morph | 1 | -1/+1 |
2021-06-18 | kernel: Fix missing peak set in KResourceLimit::SetLimitValue | Morph | 1 | -0/+1 |
2021-06-17 | nvflinger: Add toggle to disable buffer swap interval limits | ameerj | 1 | -0/+3 |
2021-06-16 | spl: Mark the other functions as unimplemented | Morph | 1 | -5/+30 |
2021-06-16 | spl: Implement spl::GetConfig | Morph | 2 | -1/+90 |
2021-06-16 | hle: api_version: Add HLE API version constants | Morph | 3 | -33/+54 |
2021-06-16 | spl: Add the general SPL interface | Morph | 4 | -45/+64 |
2021-06-16 | spl: Add SPL types | Morph | 2 | -0/+231 |
2021-06-16 | spl: Add SPL result codes | Morph | 2 | -0/+30 |
2021-06-16 | fsp_srv: Fix filesystem access logging | Morph | 4 | -34/+38 |
2021-06-16 | configure_graphics: Add Accelerate ASTC decoding setting | ameerj | 1 | -0/+1 |
2021-06-15 | lm: Demote guest logs to LOG_DEBUG | ameerj | 1 | -27/+20 |
2021-06-13 | general: Remove extraneous includes | Morph | 3 | -3/+0 |
2021-06-11 | hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor | german77 | 2 | -1/+23 |
2021-06-11 | General: Add settings for fastmem and disabling adress space check. | FernandoS27 | 3 | -6/+21 |
2021-06-11 | core: Make use of fastmem | Markus Wick | 5 | -8/+28 |
2021-06-11 | kernel: Unconditionally set thread state when appropriate | Morph | 2 | -23/+12 |
2021-06-11 | kernel: KLightConditionVariable: Update implementation to 12.x | Morph | 2 | -14/+31 |
2021-06-10 | Fix GCC undefined behavior sanitizer. | Markus Wick | 1 | -1/+3 |
2021-06-10 | hle: service: sm: Remove redundant session reservation, etc. | bunnei | 2 | -18/+13 |
2021-06-10 | hle: service: Increase arbitrary max sessions limit. | bunnei | 1 | -4/+1 |
2021-06-10 | hle: kernel: KClientPort: Add an assert for session count. | bunnei | 1 | -0/+3 |
2021-06-10 | hle: service: sm: Fix GetService setup of session & port. | bunnei | 2 | -5/+5 |
2021-06-10 | hle: service: Use correct size for ServerSessionCountMax. | bunnei | 1 | -4/+6 |
2021-06-10 | hle: kernel: KServerSession: Fix client disconnected. | bunnei | 3 | -9/+8 |
2021-06-10 | kernel: svc: Add missing error check to CancelSynchronization. | bunnei | 1 | -2/+2 |
2021-06-09 | hle: service: Increase arbitrary max sessions limit. | bunnei | 1 | -1/+1 |
2021-06-08 | hle: kernel: KServerSession: Work-around scenario where session is closed too early. | bunnei | 1 | -7/+24 |
2021-06-08 | hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid. | bunnei | 3 | -5/+26 |
2021-06-08 | hle: kernel: Remove service thread manager and use weak_ptr. | bunnei | 3 | -18/+8 |
2021-06-07 | hle: kernel: KServerSession: Use ASSERT_MSG where appropriate. | bunnei | 1 | -1/+1 |
2021-06-07 | hle: kernel: k_server_session: Return service thread by strong pointer. | bunnei | 2 | -4/+4 |
2021-06-07 | hle: kernel: k_server_session: Ensure service thread is valid before dereference. | bunnei | 1 | -1/+3 |
2021-06-07 | hle: kernel: hle_ipc: Use default destructor for SessionRequestManager. | bunnei | 1 | -1/+1 |
2021-06-07 | hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree. | bunnei | 11 | -22/+26 |
2021-06-05 | result: Add [[nodiscard]] specifiers where applicable | Lioncash | 1 | -20/+20 |
2021-06-05 | hle: kernel: Refactor to allocate a ServiceThread per service handler. | bunnei | 13 | -67/+75 |
2021-06-03 | fsp-srv: Replace one last instance of RESULT_SUCCESS | Morph | 1 | -1/+1 |
2021-06-03 | fspsrv: Implement DisableAutoSaveDataCreation (#6355) | Chloe | 6 | -2/+25 |
2021-06-02 | general: Replace RESULT_UNKNOWN with ResultUnknown | Morph | 13 | -45/+45 |
2021-06-02 | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 111 | -931/+928 |
2021-05-31 | common_funcs: Move R_ macros to result.h | Lioncash | 1 | -0/+25 |
2021-05-30 | input_common: Analog button, use time based position instead of frequent updates | german77 | 1 | -0/+15 |
2021-05-29 | k_class_token: Use variable templates where applicable | Lioncash | 1 | -43/+36 |
2021-05-29 | core/memory: Check our memory fallbacks for out-of-bound behavior. | Markus Wick | 1 | -4/+39 |
2021-05-29 | core/arm_interface: Improve the performance of memory fallbacks. | Markus Wick | 2 | -29/+31 |
2021-05-29 | kernel: Add missing override specifiers | Lioncash | 15 | -53/+48 |
2021-05-29 | Fix two GCC 11 warnings: Unneeded copies. | Markus Wick | 1 | -1/+1 |
2021-05-29 | externals: Update dynarmic. | Markus Wick | 6 | -11/+11 |
2021-05-29 | k_thread: Move dereference after null check in Initialize() | Lioncash | 1 | -5/+5 |
2021-05-29 | hle: kernel: KSlabHeap: Allow host or guest allocations. | bunnei | 2 | -11/+191 |
2021-05-28 | touchscreen: Make use of common point struct | Lioncash | 2 | -10/+10 |
2021-05-28 | common: Extract point into a common struct | Lioncash | 1 | -29/+7 |
2021-05-28 | applets/swkbd: Make use of std::move where applicable | Morph | 1 | -8/+8 |
2021-05-28 | applets/swkbd: Only read the text check message on Failure/Confirm | Morph | 1 | -2/+7 |
2021-05-27 | core/arm_interface: Call SVC after end of dynarmic block. | Markus Wick | 6 | -18/+42 |
2021-05-26 | core/arm: Drop ChangeProcessorID. | Markus Wick | 5 | -12/+0 |
2021-05-26 | ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkService | german77 | 1 | -0/+141 |
2021-05-26 | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) | Morph | 31 | -340/+387 |
2021-05-25 | kernel: process_capability: Add MapRegion capability | Morph | 2 | -0/+12 |
2021-05-24 | hid: ApplyNpadSystemCommonPolicy | Chloe Marcec | 1 | -1/+10 |
2021-05-21 | hle: kernel: service_thread: Take reference to KServerSession on service request. | bunnei | 1 | -9/+5 |
2021-05-21 | hle: kernel: k_port: Use AcceptSession to ensure SessionList state is correct. | bunnei | 1 | -1/+1 |
2021-05-21 | hle: kernel: Use host memory allocations for KSlabMemory. | bunnei | 4 | -174/+20 |
2021-05-21 | Revert "WORKAROUND: Do not use slab heap while we track down issues with resource management." | bunnei | 1 | -2/+2 |
2021-05-21 | hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects. | bunnei | 3 | -62/+17 |
2021-05-21 | hle: kernel: Implement CloneCurrentObject and improve session management. | bunnei | 13 | -99/+184 |
2021-05-21 | Revert "WORKAROUND: temp. disable session resource limits while we work out issues" | bunnei | 4 | -11/+11 |
2021-05-18 | KTransferMemory: Return size instead of size * PageSize in GetSize() | Morph | 1 | -1/+1 |
2021-05-18 | hid/gesture: Factor out last gesture retrieval into its own function | Lioncash | 2 | -14/+23 |
2021-05-18 | hid/gesture: Ensure all ID arrays are initialized | Lioncash | 1 | -4/+4 |
2021-05-18 | hid/gesture: Make Point a template | Lioncash | 2 | -38/+46 |
2021-05-18 | hid/gesture: Replace x,y members of GestureState with a Point | Lioncash | 2 | -6/+4 |
2021-05-18 | hid/gesture: Add default comparators to Point | Lioncash | 2 | -10/+7 |
2021-05-18 | hid/gesture: Rename Points to Point | Lioncash | 1 | -5/+5 |
2021-05-17 | general: Demote custom_rtc to regular setting | lat9nq | 1 | -1/+1 |
2021-05-16 | main: Prevent installing base titles into NAND | Morph | 2 | -0/+8 |
2021-05-16 | hle_ipc: unsigned -> u32 | Morph | 1 | -7/+7 |
2021-05-16 | hle_ipc: Add a getter for PID | Morph | 2 | -2/+7 |
2021-05-16 | core: Make variable shadowing a compile-time error | Lioncash | 99 | -279/+304 |
2021-05-16 | nifm, ssl: Fix incorrect response sizes | Morph | 2 | -2/+2 |
2021-05-16 | general: Make CPU accuracy and related a Settings::Setting | lat9nq | 2 | -10/+10 |
2021-05-16 | perf_stats: Rework FPS counter to be more accurate | ameerj | 4 | -11/+14 |
2021-05-13 | ssl: Stub Import(Client/Server)Pki | Morph | 1 | -2/+40 |
2021-05-11 | hle: kernel: hle_ipc: Fix outgoing IPC response size calculation. | bunnei | 3 | -1/+15 |
2021-05-11 | WORKAROUND: temp. disable session resource limits while we work out issues | bunnei | 4 | -11/+11 |
2021-05-11 | WORKAROUND: Do not use slab heap while we track down issues with resource management. | bunnei | 1 | -2/+2 |
2021-05-11 | audren | bunnei | 2 | -25/+16 |
2021-05-11 | core: hle: ipc_helpers: Fix cast on raw_data_size calculation. | bunnei | 1 | -1/+1 |
2021-05-11 | hle: service: sm: Add TIPC support. | bunnei | 2 | -41/+66 |
2021-05-11 | hle: kernel: hle_ipc: Improve IPC code and add initial support for TIPC. | bunnei | 2 | -81/+57 |
2021-05-11 | hle: service: sm: GetService: Reserve session resource when we create a KSession. | bunnei | 1 | -0/+7 |
2021-05-11 | hle: service: Add support for dispatching TIPC requests. | bunnei | 2 | -1/+52 |
2021-05-11 | hle: service: Implement IPC::CommandType::Close. | bunnei | 3 | -11/+15 |
2021-05-11 | hle: service: sm: Use RegisterNamedService to register the service. | bunnei | 1 | -1/+1 |
2021-05-11 | hle: service: sm: Improve Initialize implementation. | bunnei | 2 | -0/+3 |
2021-05-11 | hle: kernel: svc: Update ConnectToNamedPort to use new CreateNamedServicePort interface. | bunnei | 1 | -4/+3 |
2021-05-11 | hle: kernel: Implement named service ports using service interface factory. | bunnei | 4 | -22/+30 |
2021-05-11 | hle: kernel: KSession: Improve implementation of CloneCurrentObject. | bunnei | 1 | -2/+10 |
2021-05-11 | hle: service: sm: Increase point buffer size. | bunnei | 1 | -1/+1 |
2021-05-11 | hle: ipc_helpers: Reserve session resource when we create a KSession. | bunnei | 1 | -0/+5 |
2021-05-11 | hle: kernel: KClientPort: Cleanup comment format. | bunnei | 1 | -1/+1 |
2021-05-11 | hle: ipc: Add declarations for TIPC. | bunnei | 1 | -1/+16 |
2021-05-11 | hle: kernel: Further cleanup and add TIPC helpers. | bunnei | 2 | -4/+12 |
2021-05-11 | hle: ipc_helpers: Update IPC response generation for TIPC. | bunnei | 2 | -19/+39 |
2021-05-09 | kernel: Delete unused files | german77 | 2 | -151/+0 |
2021-05-08 | kernel: Eliminate variable shadowing | Lioncash | 40 | -140/+138 |
2021-05-07 | ldr: Simplify memory copy within LoadNro() | Lioncash | 1 | -5/+3 |
2021-05-06 | nvflinger: Create layers when they are queried but not found | ameerj | 2 | -5/+35 |
2021-05-06 | hle: kernel: KPageTable: CanContain should not be constexpr. | bunnei | 2 | -2/+2 |
2021-05-06 | hle: kernel: Move slab resource counts to Kernel. | bunnei | 4 | -33/+52 |
2021-05-06 | fixup! hle: kernel: Migrate KSharedMemory to KAutoObject. | bunnei | 1 | -2/+2 |
2021-05-06 | fixup! hle: kernel: Migrate more of KThread to KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 1 | -2/+0 |
2021-05-06 | fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 1 | -2/+0 |
2021-05-06 | kernel: svc: Remove unused RetrieveResourceLimitValue function. | bunnei | 1 | -32/+0 |
2021-05-06 | hle: kernel: Fix un/sign mismatch errors with NUM_CPU_CORES. | bunnei | 1 | -3/+3 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of slab setup. | bunnei | 1 | -6/+2 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -0/+3 |
2021-05-06 | fixup! hle: kernel: Migrate more of KThread to KAutoObject. | bunnei | 1 | -7/+0 |
2021-05-06 | fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 2 | -2/+2 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KLinkedList. | bunnei | 1 | -12/+12 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. | bunnei | 3 | -22/+28 |
2021-05-06 | fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -60/+58 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer. | bunnei | 1 | -11/+9 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer. | bunnei | 1 | -9/+2 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KAutoObject. | bunnei | 1 | -46/+46 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of slab setup. | bunnei | 1 | -8/+8 |
2021-05-06 | common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix. | bunnei | 4 | -9/+9 |
2021-05-06 | fixup! hle: kernel: Rename Process to KProcess. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. | bunnei | 1 | -3/+3 |
2021-05-06 | hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve. | bunnei | 1 | -3/+8 |
2021-05-06 | hle: kernel: Migrate to KHandleTable. | bunnei | 20 | -377/+498 |
2021-05-06 | hle: kernel: KClassToken: Ensure class tokens are correct. | bunnei | 1 | -1/+127 |
2021-05-06 | hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. | bunnei | 10 | -95/+210 |
2021-05-06 | hle: kernel: Rename Process to KProcess. | bunnei | 76 | -240/+242 |
2021-05-06 | hle: kernel: Remove deprecated Object class. | bunnei | 37 | -407/+15 |
2021-05-06 | hle: kernel: Do not shutdown twice on emulator close. | bunnei | 1 | -3/+1 |
2021-05-06 | hle: kernel: Cleanup shutdown of persistent kernel objects. | bunnei | 1 | -14/+12 |
2021-05-06 | hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | bunnei | 22 | -166/+444 |
2021-05-06 | hle: kernel: Migrate KServerPort to KAutoObject. | bunnei | 8 | -52/+67 |
2021-05-06 | hle: kernel: Migrate KClientPort to KAutoObject. | bunnei | 18 | -63/+92 |
2021-05-06 | hle: kernel: HandleTable: Remove deprecated APIs. | bunnei | 5 | -106/+23 |
2021-05-06 | hle: kernel: Migrate KResourceLimit to KAutoObject. | bunnei | 13 | -122/+197 |
2021-05-06 | hle: kernel: svc: Migrate WaitSynchronization. | bunnei | 2 | -47/+78 |
2021-05-06 | hle: kernel: svc: Use new handle table API for Process. | bunnei | 2 | -16/+17 |
2021-05-06 | hle: kernel: Migrate KTransferMemory to KAutoObject. | bunnei | 12 | -68/+209 |
2021-05-06 | hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. | bunnei | 31 | -356/+412 |
2021-05-06 | hle: kernel: svc: Migrate GetThreadContext, GetThreadCoreMask. | bunnei | 1 | -2/+59 |
2021-05-06 | hle: kernel: svc: Migrate GetProcessId, CancelSynchronization, SetThreadActivity. | bunnei | 1 | -13/+67 |
2021-05-06 | hle: kernel: KThread: Remove incorrect resource release. | bunnei | 1 | -2/+1 |
2021-05-06 | hle: kernel: svc_results: Update naming.. | bunnei | 8 | -42/+43 |
2021-05-06 | hle: kernel: KThread: Add missing resource hint release. | bunnei | 1 | -1/+1 |
2021-05-06 | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 35 | -200/+215 |
2021-05-06 | hle: ipc_helpers: Add methods for copy/move references. | bunnei | 1 | -2/+24 |
2021-05-06 | hle: kernel: Move slab heaps to their own container. | bunnei | 2 | -10/+16 |
2021-05-06 | hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps. | bunnei | 11 | -59/+53 |
2021-05-06 | hle: kernel: Move slab heap management to KernelCore. | bunnei | 7 | -64/+106 |
2021-05-06 | hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 20 | -0/+55 |
2021-05-06 | hle: kernel: Use unique_ptr for suspend and dummy threads. | bunnei | 1 | -8/+8 |
2021-05-06 | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | 37 | -266/+269 |
2021-05-06 | hle: kernel: Migrate KSharedMemory to KAutoObject. | bunnei | 16 | -114/+128 |
2021-05-06 | hle: kernel: Migrate KProcess to KAutoObject. | bunnei | 13 | -57/+79 |
2021-05-06 | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | 28 | -59/+65 |
2021-05-06 | hle: kernel: Migrate more of KThread to KAutoObject. | bunnei | 17 | -289/+444 |
2021-05-06 | hle: kernel: svc: Migrate GetThreadPriority, StartThread, and ExitThread. | bunnei | 1 | -21/+12 |
2021-05-06 | hle: kernel: svc: Migrate CreateThread. | bunnei | 1 | -14/+21 |
2021-05-06 | hle: kernel: Migrate idle threads. | bunnei | 2 | -13/+9 |
2021-05-06 | hle: kernel: Migrate KThread to KAutoObject. | bunnei | 2 | -109/+91 |
2021-05-06 | hle: kernel: Add initial impl. of slab setup. | bunnei | 3 | -0/+227 |
2021-05-06 | hle: kernel: Refactor out various KThread std::shared_ptr usage. | bunnei | 10 | -58/+30 |
2021-05-06 | core: Defer CoreTiming initialization. | bunnei | 1 | -1/+1 |
2021-05-06 | core: memory: Add a work-around to allocate and access kernel memory regions by vaddr. | bunnei | 3 | -1/+46 |
2021-05-06 | hle: kernel: Add initial impl. of KLinkedList. | bunnei | 2 | -0/+234 |
2021-05-06 | hle: kernel: Add initial impl. of KSlabAllocated. | bunnei | 2 | -0/+153 |
2021-05-06 | hle: kernel: Add initial impl. of KAutoObjectWithListContainer. | bunnei | 3 | -0/+109 |
2021-05-06 | hle: kernel: Add initial impl. of KAutoObject. | bunnei | 3 | -0/+306 |
2021-05-06 | Update src/core/hle/service/nvdrv/interface.cpp | bunnei | 1 | -1/+1 |
2021-05-05 | hid: Improve hardware accuracy of gestures | german77 | 2 | -76/+340 |
2021-05-05 | service: Remove unused class variables | Lioncash | 3 | -7/+4 |
2021-05-04 | service: Resolve cases of member field shadowing | Lioncash | 60 | -117/+119 |
2021-05-03 | core: Resolve misc cases of variable shadowing | Lioncash | 10 | -25/+27 |
2021-05-03 | nvdrv: /dev/nvhost-prof-gpu for production | Chloe Marcec | 1 | -3/+14 |
2021-05-03 | hid: Fix touch not initializing properly if disabled | german77 | 2 | -2/+10 |
2021-05-02 | file_sys: Resolve cases of variable shadowing | Lioncash | 21 | -114/+132 |
2021-05-01 | service: filesystem: Return proper error codes for CreateFile | Morph | 2 | -2/+8 |
2021-05-01 | Disable touch if setting is not enabled | german77 | 2 | -2/+2 |
2021-04-28 | applets/web: Fix a use-after-free when passing in the URL string | Morph | 2 | -6/+7 |
2021-04-27 | loader: Resolve instances of variable shadowing | Lioncash | 19 | -169/+257 |
2021-04-27 | address comments | german77 | 2 | -5/+5 |
2021-04-26 | service: Eliminate cases of member shadowing | Lioncash | 15 | -76/+81 |
2021-04-25 | nvhost_vic: Fix device closure | ameerj | 2 | -10/+8 |
2021-04-24 | glue: Add ectx:aw placeholder | german77 | 4 | -0/+49 |
2021-04-24 | hid: Implement SevenSixAxis and ConsoleSixAxisSensor | german77 | 9 | -15/+212 |
2021-04-24 | ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled | Morph | 2 | -1/+10 |
2021-04-23 | program_metadata: Set a default resource size when a NPDM is not present | Morph | 3 | -4/+8 |
2021-04-23 | emu_window: Return pair from ClipToTouchScreen() instead of tuple | Lioncash | 2 | -5/+8 |
2021-04-23 | emu_window: unsigned -> u32 | Lioncash | 2 | -21/+21 |
2021-04-23 | aes_util: Make use of std::span | Lioncash | 2 | -9/+5 |
2021-04-23 | acc/lbl: Remove unused variables | Lioncash | 2 | -6/+0 |
2021-04-23 | lm: Make use of insert_or_assign() in Log() | Lioncash | 1 | -1/+1 |
2021-04-23 | lm: Prevent redundant map lookups in Log() | Lioncash | 1 | -4/+5 |
2021-04-23 | lm: Resolve -Wextra-semi warning | Lioncash | 1 | -1/+1 |
2021-04-23 | program_metadata: Explicitly specify copy/move functions | Lioncash | 1 | -0/+6 |
2021-04-22 | service: hid: Get transfer memory for InitializeSevenSixAxisSensor | Morph | 1 | -1/+38 |
2021-04-19 | general: Write buffers before pushing raw arguments | Morph | 3 | -5/+12 |
2021-04-19 | arp: Use type alias for issue function | Lioncash | 1 | -4/+4 |
2021-04-19 | arp: Prevent uninitialized read of launch member variable | Lioncash | 1 | -1/+1 |
2021-04-19 | npad: Remove duplicated class member variable | Lioncash | 2 | -2/+1 |
2021-04-19 | time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshot | Morph | 1 | -1/+2 |
2021-04-19 | time: Fix GetClockSnapshotFromSystemClockContext | Morph | 1 | -2/+3 |
2021-04-17 | applets: Send focus state change message on applet state change | Morph | 10 | -22/+56 |
2021-04-17 | applets: Make the applet mode a protected property of Applet | Morph | 14 | -22/+20 |
2021-04-15 | input_interpreter: Fix button hold being interpreted incorrectly on init | Morph | 2 | -1/+17 |
2021-04-15 | applets/swkbd: Implement the Default Software Keyboard frontend | Morph | 2 | -2/+236 |
2021-04-15 | applets/swkbd: Implement the Normal and Inline Software Keyboard Applet | Morph | 4 | -13/+1488 |
2021-04-15 | ILibraryAppletCreator: Implement CreateHandleStorage | Morph | 2 | -6/+64 |
2021-04-15 | hle_ipc: Add helper functions to get copy/move handles | Morph | 2 | -2/+16 |
2021-04-15 | ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logs | Morph | 1 | -2/+2 |
2021-04-15 | applets: Pass in the LibraryAppletMode each applet's constructor | Morph | 13 | -33/+58 |
2021-04-15 | applets: Remove the previous software keyboard applet implementation | Morph | 4 | -280/+7 |
2021-04-15 | common: Move settings to common from core. | bunnei | 45 | -462/+53 |
2021-04-15 | core: settings: Add setting for debug assertions and disable by default. | bunnei | 1 | -0/+1 |
2021-04-14 | k_resource_limit: Minor cleanup of member variables/headers | ameerj | 4 | -21/+13 |
2021-04-12 | kernel/process: Replace process resource limit instance with the kernel's resource limit | ameerj | 2 | -38/+27 |
2021-04-12 | k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled() | Lioncash | 1 | -1/+1 |
2021-04-09 | ns: Update to 12.x | Morph | 1 | -3/+38 |
2021-04-09 | aoc_u: Update to 12.x | Morph | 1 | -0/+2 |
2021-04-09 | nim: Update to 12.x | Morph | 1 | -44/+55 |
2021-04-09 | npns: Update to 12.x | Morph | 1 | -0/+3 |
2021-04-09 | bgtc: Update to 12.x and implement OpenTaskService | Morph | 2 | -1/+34 |
2021-04-09 | vi: Update to 12.x | Morph | 1 | -0/+8 |
2021-04-09 | erpt: Update to 12.x | Morph | 1 | -1/+6 |
2021-04-09 | btm: Update to 12.x | Morph | 1 | -0/+1 |
2021-04-09 | btdrv: Update to 12.x | Morph | 1 | -0/+19 |
2021-04-09 | wlan: Update to 12.x | german77 | 1 | -0/+7 |
2021-04-09 | usb: Use proper names | german77 | 1 | -21/+21 |
2021-04-09 | ITimeZoneService: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | spl: Update to 12.x | german77 | 1 | -0/+3 |
2021-04-09 | sfdnsres: Use proper names | german77 | 1 | -2/+2 |
2021-04-09 | nsd: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | ethc: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | sm: Use proper names, update to 12.x | german77 | 1 | -4/+5 |
2021-04-09 | set_sys: Update to 12.x | german77 | 1 | -0/+6 |
2021-04-09 | pctl_module: Update to 12.x | german77 | 1 | -0/+3 |
2021-04-09 | pcie: Use proper names | german77 | 1 | -1/+1 |
2021-04-09 | olsc: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | pl_u: Update to 12.x | german77 | 1 | -0/+4 |
2021-04-09 | ldr: Use proper names | german77 | 1 | -16/+16 |
2021-04-09 | arp: Use proper names, update to 12.x | german77 | 2 | -3/+10 |
2021-04-09 | caps_u: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | caps_a: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | bpc: Use proper names | german77 | 1 | -2/+2 |
2021-04-09 | bcat_module: Update to 12.x | german77 | 1 | -0/+2 |
2021-04-09 | codecctl: Use proper names | german77 | 1 | -13/+13 |
2021-04-09 | audren_u: Use proper names | german77 | 2 | -4/+4 |
2021-04-09 | audren_a: Use proper names | german77 | 1 | -6/+6 |
2021-04-09 | audrec_u: Use proper names, update to 12.x | german77 | 1 | -3/+4 |
2021-04-09 | audrec_a: Use proper names | german77 | 1 | -2/+2 |
2021-04-09 | audout_u: Use proper names | german77 | 1 | -3/+3 |
2021-04-09 | audout_a: Use proper names | german77 | 1 | -6/+6 |
2021-04-09 | audin_u: Use proper names | german77 | 1 | -7/+7 |
2021-04-09 | audin_a: Use proper names | german77 | 1 | -4/+4 |
2021-04-08 | externals: Search for shared opus installation. | Markus Wick | 1 | -1/+1 |
2021-04-08 | service: time: Setup the network clock with the local clock context | Morph | 6 | -21/+38 |
2021-04-08 | service: hid: Stub SetAnalogStickUseCenterClamp | Morph | 4 | -1/+29 |
2021-04-08 | service: time: Fix CalculateStandardUserSystemClockDifferenceByUser | Morph | 1 | -3/+8 |
2021-04-07 | video_core/gpu_thread: Implement a ShutDown method. | Markus Wick | 1 | -1/+1 |
2021-04-07 | hwopus: Update to 12.x | Morph | 1 | -0/+4 |
2021-04-07 | IFile: Update to 12.x | Morph | 1 | -3/+7 |
2021-04-07 | fsp-srv: Update to 12.x | Morph | 2 | -3/+8 |
2021-04-07 | dauth_o: Update to 11.x | Morph | 1 | -6/+11 |
2021-04-07 | acc_u1: Update to 12.x | Morph | 1 | -13/+15 |
2021-04-07 | acc_su: Update to 12.x | Morph | 1 | -17/+19 |
2021-04-07 | hid: Update service function tables | german77 | 2 | -0/+85 |
2021-04-07 | ISelfController: Update to 11.x | Morph | 1 | -0/+1 |
2021-04-07 | IApplicationFunctions: Update to 11.x | Morph | 1 | -0/+6 |
2021-04-07 | IDebugFunctions: Update to 12.x | Morph | 1 | -0/+2 |
2021-04-07 | ICommonStateGetter: Update to 12.x | Morph | 1 | -0/+9 |
2021-04-07 | IGlobalStateController: Update to 12.x | Morph | 1 | -0/+1 |
2021-04-07 | IHomeMenuFunctions: Update to 12.x | Morph | 1 | -0/+3 |
2021-04-07 | Amend bizarre clang-format suggestions | Lioncash | 3 | -5/+5 |
2021-04-07 | k_scoped_scheduler_lock_and_sleep: Mark class as [[nodiscard]] | Lioncash | 1 | -1/+1 |
2021-04-07 | k_scoped_lock: delete copy and move assignment operators | Lioncash | 1 | -2/+5 |
2021-04-07 | k_scoped_lock: Mark class as [[nodiscard]] | Lioncash | 1 | -1/+1 |
2021-04-07 | k_scheduler: Mark KScopedSchedulerLock as [[nodiscard]] | Lioncash | 1 | -1/+1 |
2021-04-07 | kernel: Increase event and session counts | ameerj | 1 | -2/+2 |
2021-04-07 | svc: Expand SVC tables | Lioncash | 1 | -0/+132 |
2021-04-07 | process_capability: Handle extended SVC range | Lioncash | 2 | -6/+1 |
2021-04-06 | configure_graphics: Add Borderless Windowed fullscreen mode | Morph | 1 | -0/+1 |
2021-04-05 | nvhost_nvdec_common: Avoid memcpy with null pointers | lat9nq | 1 | -6/+11 |
2021-04-05 | nvhost_ctrl_gpu: Avoid sending null pointer to memcpy | lat9nq | 1 | -1/+7 |
2021-04-02 | arm_dynarmic: Increase size of code cache | MerryMage | 2 | -0/+8 |
2021-04-02 | HID: Fix SL and SR buttons for right joycon | german77 | 1 | -2/+6 |
2021-03-30 | ISelfController: Stub SetAlbumImageTakenNotificationEnabled | Morph | 2 | -1/+17 |
2021-03-30 | configuration: Add auto stub toggle that resets on boot | ameerj | 2 | -4/+7 |
2021-03-30 | service: Auto stub fallback | ameerj | 1 | -0/+4 |
2021-03-30 | nvdrv: Cleanup CDMA Processor on device closure | Chloe Marcec | 1 | -6/+4 |
2021-03-30 | Addressed issues | Chloe Marcec | 2 | -21/+22 |
2021-03-27 | hle: kernel: Initialize preemption task after schedulers. | bunnei | 1 | -1/+1 |
2021-03-27 | service: friend: Change logging class from ACC to Friend | Morph | 1 | -11/+12 |
2021-03-27 | Friend: Stub GetPlayHistoryRegistrationKey | german77 | 1 | -1/+13 |
2021-03-26 | HID: Initialize correctly the gesture finger_id and filter invalid results | Narr the Reg | 2 | -3/+13 |
2021-03-26 | pctl: Rework how pctl works to be more accurate | Chloe Marcec | 6 | -31/+253 |
2021-03-25 | nvdrv: Pass device fd and handle device create methods for device opening and closing | Chloe Marcec | 20 | -78/+161 |
2021-03-24 | arm_dynarmic: Always have a 'valid' jit instance | MerryMage | 4 | -53/+26 |
2021-03-24 | hle: kernel: Breakup InitializeMemoryLayout. | bunnei | 1 | -3/+7 |
2021-03-24 | hle: kernel: k_memory_region_type: Minor code cleanup. | bunnei | 1 | -13/+12 |
2021-03-24 | hle: kernel: k_memory_region: Minor code cleanup. | bunnei | 1 | -7/+5 |
2021-03-24 | hle: kernel: k_memory_layout: Use pair instead of tuple. | bunnei | 1 | -2/+4 |
2021-03-24 | hle: kernel: k_system_control: Remove unnecessary inline. | bunnei | 1 | -4/+4 |
2021-03-24 | common: common_sizes: Move sizes to the Common namespace. | bunnei | 4 | -45/+46 |
2021-03-22 | nvdrv: Change InitializeEx to AllocAsEx | Chloe Marcec | 2 | -27/+49 |
2021-03-21 | hle: kernel: Merge KMemoryRegionAttr and KMemoryRegionType. | bunnei | 2 | -11/+9 |
2021-03-21 | hle: kernel: Remove unused variable. | bunnei | 1 | -1/+0 |
2021-03-21 | hle: kernel: k_memory_region_type: Remove extra ". | bunnei | 1 | -1/+1 |
2021-03-21 | core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes. | bunnei | 2 | -0/+10 |
2021-03-21 | hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global. | bunnei | 3 | -35/+47 |
2021-03-21 | hle: kernel: k_memory_layout: Derive memory regions based on board layout. | bunnei | 6 | -56/+1033 |
2021-03-21 | common: common_sizes: Move Invalid to Size_* prefix and add missing values. | bunnei | 1 | -14/+14 |
2021-03-21 | hle: kernel: k_memory_region: Refactor to simplify code. | bunnei | 2 | -83/+89 |
2021-03-21 | hle: kernel: board: k_system_control: Extend to include memory region sizes. | bunnei | 2 | -1/+125 |
2021-03-21 | hle: kernel: board: Add secure_monitor module. | bunnei | 2 | -0/+27 |
2021-03-21 | common: Move common sizes to their own header for code reuse. | bunnei | 1 | -13/+1 |
2021-03-21 | hle: kernel: k_address_space_info: Cleanup. | bunnei | 1 | -9/+9 |
2021-03-21 | hle: kernel: Add k_trace module. | bunnei | 2 | -0/+13 |
2021-03-21 | hle: kernel: KSystemControl: Update to reflect board-specific behavior. | bunnei | 4 | -10/+41 |
2021-03-21 | hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize. | bunnei | 2 | -0/+26 |
2021-03-21 | hle: kernel: KMemoryManager: Add aliases. | bunnei | 1 | -0/+4 |
2021-03-21 | hle: kernel: Add architecture and board specific memory regions. | bunnei | 2 | -0/+72 |
2021-03-21 | hle: kernel: KMemoryRegion: Derive region values. | bunnei | 1 | -0/+327 |
2021-03-21 | hle: kernel: Migrate some code from Common::SpinLock to KSpinLock. | bunnei | 5 | -25/+25 |
2021-03-21 | hle: kernel: Add initial KMemoryRegionType module. | bunnei | 3 | -18/+41 |
2021-03-21 | hle: kernel: Move KMemoryRegion to its own module and update. | bunnei | 4 | -31/+322 |
2021-03-17 | IApplicationDisplayService: Stub GetIndirectLayerImageMap | Morph | 1 | -1/+27 |
2021-03-16 | bsd: Avoid writing empty buffers | Morph | 1 | -2/+6 |
2021-03-14 | system_version: Update to 11.0.1 | Morph | 1 | -5/+5 |
2021-03-14 | system_archive: Update NgWord archive version | Morph | 1 | -2/+2 |
2021-03-11 | Fix casing on DeallocateAesKeySlot | zkitx | 1 | -3/+3 |
2021-03-11 | Update SPL to fit N's service refactor (4.0.0+) which split into new services. | zkitx | 3 | -9/+178 |
2021-03-10 | time: Fix CalculateSpanBetween implementation | Morph | 1 | -3/+9 |
2021-03-10 | time: Assign the current time point to the ClockSnapshot | Morph | 1 | -0/+2 |
2021-03-07 | common: Fiber: use a reference for YieldTo. | bunnei | 2 | -12/+7 |
2021-03-06 | hle: kernel: KThread: Rework dummy threads & fix memory leak. | bunnei | 6 | -36/+65 |
2021-03-06 | Revert "core: Switch to unique_ptr for usage of Common::Fiber." | bunnei | 7 | -31/+29 |
2021-03-05 | aes_util: Remove malformed mbedtls_cipher_finish function call | Morph | 1 | -2/+0 |
2021-03-02 | core: Shutdown: Move kernel cleanup to later in shutdown. | bunnei | 1 | -12/+1 |
2021-02-28 | [network] Error handling reform | comex | 2 | -95/+84 |
2021-02-28 | Implements touch, pan, pinch and rotation gestures | german | 2 | -11/+240 |
2021-02-27 | core: hle: ldn: Error out on call to Initialization. | bunnei | 1 | -1/+1 |
2021-02-27 | core: Switch to unique_ptr for usage of Common::Fiber. | bunnei | 7 | -29/+31 |
2021-02-21 | hid: Implement GameCube Controller Vibrations | Morph | 2 | -3/+130 |
2021-02-21 | acc: Stub GetNintendoAccountUserResourceCacheForApplication | Morph | 1 | -1/+17 |
2021-02-21 | kernel: Fix resource release exception on exit | ameerj | 4 | -2/+16 |
2021-02-19 | hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. | bunnei | 23 | -146/+130 |
2021-02-19 | hle: kernel: Migrate MemoryManager to KMemoryManager. | bunnei | 8 | -47/+48 |
2021-02-19 | hle: kernel: Migrate PageLinkedList to KPageLinkedList. | bunnei | 8 | -38/+41 |
2021-02-19 | hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others. | bunnei | 18 | -476/+479 |
2021-02-19 | hle: kernel: Migrate SlabHeap to KSlabHeap. | bunnei | 4 | -22/+21 |
2021-02-19 | hle: kernel: Migrate MemoryLayout to KMemoryLayout. | bunnei | 5 | -31/+30 |
2021-02-19 | hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo. | bunnei | 4 | -59/+54 |
2021-02-19 | hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous. | bunnei | 2 | -4/+28 |
2021-02-19 | hle: kernel: KSystemControl does not belong in Memory namespace. | bunnei | 7 | -31/+38 |
2021-02-19 | hle: kernel: memory: PageHeap: Migrate to KPageBitmap class. | bunnei | 4 | -197/+23 |
2021-02-19 | hle: kernel: Add KPageBitmap class. | bunnei | 2 | -0/+280 |
2021-02-19 | hle: kernel: system_control: Add function GenerateRandomU64. | bunnei | 2 | -3/+5 |
2021-02-19 | hle: kernel: Add KSpinLock implementation. | bunnei | 3 | -0/+89 |
2021-02-19 | core: memory: Add templated GetPointer methods. | bunnei | 1 | -0/+10 |
2021-02-19 | hle: kernel: Rename SharedMemory to KSharedMemory. | bunnei | 13 | -54/+54 |
2021-02-15 | core: core_timing_util: Optimize core timing math. | bunnei | 3 | -98/+48 |
2021-02-15 | core/CMakeLists: Add web_types.h | Morph | 1 | -0/+1 |
2021-02-14 | hle: service: ldn: IUserLocalCommunicationService: Improve the stub. | bunnei | 1 | -5/+29 |
2021-02-14 | hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled. | bunnei | 3 | -3/+19 |
2021-02-14 | hle: service: am: IStorageAccessor: Fix out of bounds error handling. | bunnei | 1 | -6/+7 |
2021-02-13 | Address PR feedback | ameerj | 2 | -4/+2 |
2021-02-13 | nvdec cleanup | ameerj | 1 | -1/+7 |
2021-02-13 | kernel: More accurately reserve and release resources | ameerj | 6 | -14/+42 |
2021-02-13 | kernel: KScopedReservation implementation | ameerj | 6 | -26/+152 |
2021-02-13 | kernel: Unify result codes (#5890) | Chloe | 21 | -256/+223 |
2021-02-11 | software_keyboard: Implement Finalize request command | Morph | 1 | -0/+4 |
2021-02-10 | core: Add -fsized-dealloction as a Clang flag | lat9nq | 1 | -0/+2 |
2021-02-09 | bsd: Remove usage of optional emplace() with no arguments | Lioncash | 1 | -2/+4 |
2021-02-09 | am/controller: Remove [[fallthrough]] from unreachable path | Lioncash | 1 | -1/+2 |
2021-02-09 | nfp: Correct uninitialized size being used within GetTagInfo() | Lioncash | 1 | -1/+1 |
2021-02-08 | hid: Implement GC controller | german | 3 | -1/+89 |
2021-02-08 | olsc: Stub GetSaveDataBackupSetting | german | 1 | -1/+12 |
2021-02-08 | Add mouse panning | german | 1 | -2/+3 |
2021-02-07 | lm: Fix ReadLeb128 | Chloe Marcec | 1 | -7/+9 |
2021-02-06 | pl_u: Fix read out of bounds | Alessandro Astone | 1 | -2/+7 |
2021-02-06 | Make settings controller image change with controller input | german | 1 | -0/+11 |
2021-02-06 | k_address_arbiter: Unfold R_UNLESS macros | Lioncash | 1 | -5/+8 |
2021-02-06 | k_address_arbiter: Remove unnecessary usages of std::addressof | Lioncash | 1 | -10/+10 |
2021-02-06 | k_address_arbiter: Remove dead code | Lioncash | 1 | -40/+13 |
2021-02-06 | svc: Provide more detailed error logs for svc functions | Lioncash | 1 | -59/+188 |
2021-02-05 | hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement. | bunnei | 2 | -3/+11 |
2021-02-05 | hle: kernel: KAddressArbiter: Remove noisy error log. | bunnei | 1 | -1/+1 |
2021-02-05 | hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs. | bunnei | 5 | -69/+89 |
2021-02-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | 38 | -298/+341 |
2021-02-05 | hle: kernel: Implement KEvent. | bunnei | 3 | -0/+91 |
2021-02-05 | hle: kernel: KAddressArbiter: Use R_UNLESS_NOLOG where applicable. | bunnei | 1 | -1/+1 |
2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | 44 | -101/+101 |
2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | 40 | -76/+77 |
2021-02-04 | k_affinity_mask: Avoid implicit truncation to bool | Lioncash | 1 | -1/+1 |
2021-02-04 | k_priority_queue: Unfold several declval usages | Lioncash | 1 | -5/+5 |
2021-02-04 | k_priority_queue: Simplify affinity mask type alias | Lioncash | 1 | -2/+2 |
2021-02-04 | k_priority_queue: Resolved reserved identifier | Lioncash | 1 | -2/+2 |
2021-02-04 | key_manager: Create the keys directory if it does not exist | Morph | 1 | -0/+5 |
2021-02-04 | Add footer types and address comments | german | 7 | -58/+106 |
2021-02-04 | Fix npad struct to match switchbrew | german | 3 | -105/+134 |
2021-02-04 | Adds missing controller types and properties | german | 9 | -30/+191 |
2021-02-03 | Simplify limitableresource names | Chloe Marcec | 6 | -36/+29 |
2021-02-02 | Prevent over scheduling audio events and terminate properly the motion update event | german | 1 | -0/+1 |
2021-02-02 | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent | Morph | 2 | -1/+14 |
2021-02-02 | settings: Log the cache, config, and mod load directories | Morph | 1 | -0/+3 |
2021-02-02 | Compile error | Chloe Marcec | 1 | -1/+1 |
2021-02-02 | Address issues | Chloe Marcec | 3 | -19/+15 |
2021-02-01 | arm_dynarmic_32: Print out CPSR.T on exception | MerryMage | 2 | -2/+7 |
2021-02-01 | Only update motion for npad and prevent over scheduling events | german | 1 | -2/+11 |
2021-01-31 | nifm: Stub GetCurrentIpConfigInfo | Morph | 1 | -1/+29 |
2021-01-31 | prepo: Stub GetTransmissionStatus | Morph | 1 | -1/+11 |
2021-01-31 | prepo: Stub RequestImmediateTransmission | Morph | 1 | -1/+8 |
2021-01-31 | nifm: Stub GetCurrentNetworkProfile | Morph | 1 | -1/+41 |
2021-01-31 | nifm: Add several structs | Morph | 1 | -0/+87 |
2021-01-31 | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | Morph | 2 | -1/+12 |
2021-01-31 | bsd: Fix EventFd stub | Morph | 1 | -3/+3 |
2021-01-31 | nifm: Fix GetAppletInfo stub | Morph | 1 | -1/+5 |
2021-01-31 | bsd: Fix GetSockOpt stub | Morph | 1 | -1/+5 |
2021-01-31 | bsd: Stub EventFd | ameerj | 2 | -1/+12 |
2021-01-31 | am: Stub TryPopFromFriendInvitationStorageChannel | ameerj | 2 | -1/+10 |
2021-01-30 | fix compile error | Chloe Marcec | 1 | -1/+1 |
2021-01-30 | cleanup commenting | Chloe Marcec | 1 | -2/+2 |
2021-01-30 | Drop m_ from lock | Chloe Marcec | 2 | -9/+9 |
2021-01-30 | Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailable | Chloe Marcec | 3 | -9/+7 |
2021-01-30 | kernel: Rewrite resource limit to be more accurate | Chloe Marcec | 13 | -231/+357 |
2021-01-30 | Stub GetSystemSessionId | german | 1 | -1/+10 |
2021-01-29 | hle: kernel: KLightLock: Fix several bugs. | bunnei | 1 | -3/+3 |
2021-01-29 | arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext. | bunnei | 2 | -0/+12 |
2021-01-29 | hle: kernel: KThread: Release thread resource on thread exit. | bunnei | 1 | -0/+1 |
2021-01-29 | yuzu: debugger: Ignore HLE threads. | bunnei | 2 | -7/+13 |
2021-01-29 | hle: kernel: process: Add state lock. | bunnei | 3 | -6/+15 |
2021-01-29 | hle: kernel: threading: Fix bug with host thread naming. | bunnei | 1 | -3/+2 |
2021-01-29 | hle: kernel: k_scheduler_lock: Cleanup. | bunnei | 1 | -3/+3 |
2021-01-29 | core: arm: Remove unnecessary JIT checks. | bunnei | 2 | -24/+0 |
2021-01-29 | hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling. | bunnei | 7 | -41/+45 |
2021-01-29 | hle: kernel: k_scheduler: Use atomics for current_thread, etc. | bunnei | 2 | -26/+28 |
2021-01-29 | hle: kernel: k_scheduler: Fix for single core mode. | bunnei | 1 | -1/+2 |
2021-01-29 | kernel: Fix build errors. | bunnei | 2 | -4/+9 |
2021-01-29 | core: cpu_manager: Remove unused variable. | bunnei | 1 | -1/+0 |
2021-01-29 | hle: kernel: KScheduler: Introduce thread context_guard. | bunnei | 2 | -3/+16 |
2021-01-29 | hle: kernel: Recode implementation of KThread to be more accurate. | bunnei | 13 | -769/+1554 |
2021-01-29 | kernel: svc_types: Add ThreadActivity. | bunnei | 1 | -0/+5 |
2021-01-29 | kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority. | bunnei | 1 | -1/+1 |
2021-01-29 | kernel: k_light_lock: Simplify EmuThreadHandle implementation. | bunnei | 5 | -51/+33 |
2021-01-29 | hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation. | bunnei | 6 | -69/+25 |
2021-01-29 | core: hle: kernel: object: Implement Finalize() virtual method. | bunnei | 15 | -6/+29 |
2021-01-29 | core: hle: kernel: svc_results: Populate with several missing error codes. | bunnei | 1 | -0/+3 |
2021-01-29 | core: hle: kernel: Implement KLightLock. | bunnei | 3 | -0/+173 |
2021-01-29 | core: hle: kernel: Implement KThreadQueue. | bunnei | 2 | -0/+82 |
2021-01-29 | hle: kernel: KThread: Clean up thread priorities. | bunnei | 9 | -75/+41 |
2021-01-29 | hle: kernel: KThread: Reorganize thread priority defaults. | bunnei | 9 | -31/+31 |
2021-01-29 | hle: kernel: KThread: Fix ThreadType definition. | bunnei | 5 | -11/+12 |
2021-01-29 | hle: kernel: Move single core "phantom mode" out of KThread. | bunnei | 4 | -16/+31 |
2021-01-29 | hle: kernel: KThread: Remove thread types that do not exist. | bunnei | 5 | -45/+28 |
2021-01-29 | arm: arm_dynarmic: Skip calls when JIT is invalid. | bunnei | 2 | -0/+24 |
2021-01-29 | core: hle: kernel: Rename Thread to KThread. | bunnei | 43 | -255/+254 |
2021-01-29 | Fix user changing to 0 if valid | german | 1 | -2/+8 |
2021-01-28 | hid: Add static_assert for Parameter size | Morph | 1 | -15/+19 |
2021-01-28 | prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReport | Morph | 1 | -24/+42 |
2021-01-28 | hle_ipc: Add Can(Read, Write)Buffer | Morph | 2 | -0/+28 |
2021-01-28 | Stub GetSockOpt | german | 2 | -1/+17 |
2021-01-27 | npad: Remove unused device handle parameter | Morph | 3 | -11/+9 |
2021-01-25 | Omit system reference | Chloe Marcec | 1 | -2/+1 |
2021-01-25 | psm: IPsmSession | Chloe Marcec | 1 | -2/+114 |
2021-01-24 | Stub Set/Get/Reset SixaxisSensorFusionParameters | german | 4 | -3/+104 |
2021-01-24 | Print Process ID and Thread ID as hex | Chloe Marcec | 1 | -2/+2 |
2021-01-24 | hle: Implement remaining services for Stereo Vision | Chloe Marcec | 3 | -7/+60 |
2021-01-24 | audout: FlushAudioOutBuffers | Chloe Marcec | 1 | -1/+9 |
2021-01-23 | vfs_real: When moving files or directories, don't assume file opening will succeed | comex | 1 | -4/+10 |
2021-01-23 | Simplify condition | Chloe Marcec | 1 | -2/+1 |
2021-01-23 | nvdrv: Unregister already registered events | Chloe Marcec | 1 | -1/+8 |
2021-01-23 | Clamp string reads to buffer size | Chloe Marcec | 1 | -3/+5 |
2021-01-21 | hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero. | bunnei | 1 | -1/+8 |
2021-01-20 | lbl: Implement most of lbl | Chloe Marcec | 1 | -22/+261 |
2021-01-20 | mii: Fix BuildRandomStoreData & Cleanup raw_data | Chloe Marcec | 4 | -2274/+1657 |
2021-01-20 | Mark DestinationToString as static | Chloe Marcec | 1 | -1/+1 |
2021-01-20 | Mark LogPacketHeaderEntry hash as noexcept | Chloe Marcec | 1 | -1/+1 |
2021-01-20 | lm: Recode LM service | Chloe Marcec | 8 | -345/+286 |
2021-01-19 | acc: Stub StoreSaveDataThumbnail | Chloe Marcec | 5 | -6/+66 |
2021-01-18 | npad: Add check for HANDHELD_INDEX in UpdateControllerAt() | Morph | 1 | -1/+1 |
2021-01-16 | input_interpreter: Mark two member functions as const | Lioncash | 1 | -4/+4 |
2021-01-16 | input_interpreter: Add method to check for a button press state | Morph | 2 | -0/+25 |
2021-01-15 | core/cmake: Enforce Wclass-memaccess | ReinUsesLisp | 1 | -0/+1 |
2021-01-15 | core: Silence Wclass-memaccess warnings | ReinUsesLisp | 13 | -181/+191 |
2021-01-15 | common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT | ReinUsesLisp | 3 | -19/+19 |
2021-01-15 | Always initialize keyboard input | german | 3 | -12/+8 |
2021-01-15 | Add mutitouch support for touch screens | german | 4 | -42/+56 |
2021-01-15 | Allow to return up to 16 touch inputs per engine | german | 4 | -61/+84 |
2021-01-15 | Allow all touch inputs at the same time and remove config options that are not longer necesary | german | 2 | -11/+20 |
2021-01-15 | Add multitouch support | german | 2 | -23/+93 |
2021-01-15 | common/bit_util: Replace CLZ/CTZ operations with standardized ones | Lioncash | 4 | -8/+12 |
2021-01-15 | core/cmake: Remove Werror flags already defined code-base wide | ReinUsesLisp | 1 | -2/+0 |
2021-01-11 | hle: kernel: thread: Preserve thread wait reason for debugging only. | bunnei | 7 | -1/+34 |
2021-01-11 | hle: kernel: k_scheduler_lock: Fix shadowing errors. | bunnei | 1 | -1/+1 |
2021-01-11 | core: arm: arm_interface: Fix shadowing errors. | bunnei | 1 | -3/+4 |
2021-01-11 | core: hle: Add missing calls to MicroProfileOnThreadExit. | bunnei | 2 | -0/+5 |
2021-01-11 | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | bunnei | 14 | -1177/+503 |
2021-01-11 | core: hle: kernel: Update KAddressArbiter. | bunnei | 3 | -0/+437 |
2021-01-11 | core: hle: kernel: Update KConditionVariable. | bunnei | 4 | -0/+413 |
2021-01-11 | core: hle: kernel: Begin moving common SVC defintions to its own header. | bunnei | 2 | -0/+14 |
2021-01-11 | hle: kernel: Remove unnecessary AddressArbiter definition. | bunnei | 1 | -1/+0 |
2021-01-11 | hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged. | bunnei | 2 | -6/+3 |
2021-01-11 | hle: kernel: Rename thread "status" to "state". | bunnei | 1 | -2/+2 |
2021-01-11 | hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. | bunnei | 11 | -127/+97 |
2021-01-11 | core: hle: kernel: Add some useful functions for checking kernel addresses. | bunnei | 1 | -0/+19 |
2021-01-11 | core: hle: kernel: svc_types: Add type definitions for KAddressArbiter. | bunnei | 1 | -0/+12 |
2021-01-11 | core: hle: kernel: Update KSynchronizationObject. | bunnei | 31 | -603/+379 |
2021-01-11 | core: hle: kernel: Begin moving common SVC results to its own header. | bunnei | 2 | -0/+21 |
2021-01-11 | hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState. | bunnei | 1 | -6/+0 |
2021-01-09 | file_sys/registered_cache: Silence virtual functions without override warnings | ReinUsesLisp | 1 | -4/+4 |
2021-01-09 | core: Silence unhandled enum in switch warnings | ReinUsesLisp | 2 | -10/+5 |
2021-01-08 | Stub IsCpuOverclockEnabled | german | 2 | -1/+10 |
2021-01-07 | fix for nvdec disabled, cleanup host1x | ameerj | 1 | -11/+14 |
2021-01-07 | nvdec syncpt incorporation | ameerj | 7 | -20/+43 |
2021-01-05 | core: Enforce C4715 (not all control paths return a value) | ReinUsesLisp | 1 | -0/+2 |
2021-01-05 | core: Silence warnings when compiling without asserts | ReinUsesLisp | 5 | -8/+11 |
2021-01-04 | buffer_queue: Protect queue_sequence list access with a mutex | ameerj | 2 | -13/+21 |
2021-01-03 | main: Resolve error string not displaying | Lioncash | 2 | -0/+5 |
2021-01-03 | hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect. | bunnei | 1 | -2/+0 |
2021-01-02 | dynarmic: Add Unsafe_InaccurateNaN optimization | MerryMage | 3 | -0/+7 |
2021-01-02 | general: Fix various spelling errors | Morph | 6 | -20/+20 |
2021-01-01 | typo fix | Timotej Leginus | 1 | -1/+1 |
2021-01-01 | memory: Remove MemoryHook | MerryMage | 2 | -64/+0 |
2020-12-30 | service/pcie: Fix invalid initialization argument | ReinUsesLisp | 1 | -1/+1 |
2020-12-30 | core/memory: Read and write page table atomically | ReinUsesLisp | 4 | -124/+67 |
2020-12-30 | hle: kernel: service_thread: Make thread naming more consistent. | bunnei | 1 | -1/+1 |
2020-12-30 | hle: kernel: Manage service threads on another thread. | bunnei | 1 | -9/+20 |
2020-12-30 | hle: kernel: Manage host thread IDs using TLS. | bunnei | 1 | -46/+31 |
2020-12-29 | k_priority_queue: Fix concepts use | comex | 1 | -3/+5 |
2020-12-29 | Add missing include of "core/hle/kernel/kernel.h" | comex | 1 | -0/+1 |
2020-12-29 | svc: demote SleepThread log to LOG_TRACE | ameerj | 1 | -1/+1 |
2020-12-29 | hle: kernel: Move ServiceThread ownership to KernelCore. | bunnei | 4 | -5/+48 |
2020-12-29 | hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession. | bunnei | 3 | -11/+22 |
2020-12-29 | hle: service: Acquire and release a lock on requests. | bunnei | 5 | -25/+35 |
2020-12-29 | core: Do not reset device_memory on shutdown. | bunnei | 1 | -1/+0 |
2020-12-29 | core: hle: kernel: Clear process list on boot. | bunnei | 1 | -2/+2 |
2020-12-29 | hle: service: vi: Refactor to grab buffer only once. | bunnei | 1 | -15/+4 |
2020-12-29 | service: nvflinger: Improve synchronization for BufferQueue. | bunnei | 5 | -19/+72 |
2020-12-29 | hle: service: Ensure system is powered on before writing IPC result. | bunnei | 1 | -1/+5 |
2020-12-29 | core: kernel: Clear process list earlier. | bunnei | 1 | -2/+2 |
2020-12-29 | core: settings: Untangle multicore from asynchronous GPU. | bunnei | 3 | -9/+1 |
2020-12-29 | hle: kernel: hle_ipc: Remove SleepClientThread. | bunnei | 2 | -54/+0 |
2020-12-29 | hle: service: bsd: Update to work with service threads, removing SleepClientThread. | bunnei | 4 | -250/+45 |
2020-12-29 | hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread. | bunnei | 23 | -211/+83 |
2020-12-29 | hle: kernel: service_thread: Add parameter for thread pool size. | bunnei | 3 | -7/+7 |
2020-12-29 | hle: service: nvflinger: Refactor locking and interfaces. | bunnei | 3 | -45/+31 |
2020-12-29 | hle: service: vi: Remove usage of SleepClientThread. | bunnei | 1 | -34/+43 |
2020-12-29 | core: hle: server_session: Use separate threads for each service connection. | bunnei | 6 | -23/+140 |
2020-12-25 | core: memory: Ensure thread safe access when pages are rasterizer cached (#5206) | bunnei | 1 | -12/+40 |
2020-12-19 | yuzu: Remove gdbstub configuration | FearlessTobi | 1 | -2/+0 |
2020-12-18 | applets/web: Implement the online web browser applet | Morph | 4 | -3/+28 |
2020-12-18 | main, applets/web: Re-add progress dialog for RomFS extraction | Morph | 4 | -40/+52 |
2020-12-18 | pl_u, applets/web: Decrypt shared fonts to TTF files | Morph | 3 | -18/+117 |
2020-12-18 | ns_vm: Stub NeedsUpdateVulnerability | Morph | 1 | -1/+10 |
2020-12-18 | frontend/input_interpreter: Add InputInterpreter API | Morph | 3 | -0/+167 |
2020-12-18 | controllers/npad: Make press_state atomic | Morph | 2 | -2/+3 |
2020-12-18 | applets/web: Implement the default web browser applet frontend | Morph | 3 | -1/+24 |
2020-12-18 | applets/web: Implement the offline browser applet backend | Morph | 2 | -13/+143 |
2020-12-18 | applets/web: Initial implementation of the web browser applet | Morph | 3 | -2/+428 |
2020-12-18 | applets: Remove the previous web browser applet implementation | Morph | 8 | -745/+37 |
2020-12-18 | system_archive: Add + and - buttons to the Nintendo Extended OSS font | Morph | 2 | -315/+343 |
2020-12-18 | buffer_queue: better use of std::array | ameerj | 1 | -59/+46 |
2020-12-17 | Overwrite slots instead of queuing them, add disconnect signal | ameerj | 3 | -27/+33 |
2020-12-17 | system_archive: Update Nintendo Extended OSS font | Morph | 2 | -182/+347 |
2020-12-12 | controllers/npad: Validate device handles before use | Morph | 2 | -0/+45 |
2020-12-12 | Revert "Merge pull request #5176 from Morph1984/fix-createfile" | Morph | 1 | -6/+2 |
2020-12-10 | vfs: Use existing type aliases consistently | Lioncash | 28 | -136/+142 |
2020-12-09 | vfs_real: Fix CreateFile for files without a file extension | Morph | 1 | -2/+6 |
2020-12-08 | svc: Remove unnecessary casts | Lioncash | 1 | -35/+25 |
2020-12-08 | IPurchaseEventManager: Implement GetPurchasedEventReadableHandle | Morph | 1 | -1/+14 |
2020-12-08 | IPurchaseEventManager: Stub Set(Default)DeliveryTarget | Morph | 1 | -2/+27 |
2020-12-08 | aoc_u: Stub Create(Permanent)EcPurchasedEventManager | Morph | 2 | -2/+38 |
2020-12-08 | memory: Resolve -Wdocumentation warning for Write() | Lioncash | 1 | -2/+0 |
2020-12-08 | fsp_srv: Implement OpenDataStorageWithProgramIndex | Morph | 6 | -1/+83 |
2020-12-08 | file_sys: Consolidate common Title ID operations | Morph | 4 | -9/+64 |
2020-12-08 | core: Remove unnecessary enum casts in log calls | Lioncash | 25 | -96/+90 |
2020-12-08 | controller: Use std::move within ConvertToFrontendParameters() | Lioncash | 1 | -3/+3 |
2020-12-08 | controller: Avoid unnecessary copies in ConfigurationComplete() | Lioncash | 1 | -9/+8 |
2020-12-08 | Disable analog joystick from buttons by default | german | 1 | -0/+2 |
2020-12-07 | network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` | comex | 6 | -71/+82 |
2020-12-07 | Fix "explicitly defaulted but implicitly deleted" warning | comex | 1 | -1/+1 |
2020-12-07 | hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp | comex | 2 | -34/+37 |
2020-12-07 | CMakeLists,network: Create YUZU_UNIX macro to replace __unix__ | comex | 2 | -5/+5 |
2020-12-07 | core: Mark unused fields as [[maybe_unused]] | comex | 2 | -3/+3 |
2020-12-07 | boxcat: Avoid unnecessary object copy | comex | 1 | -1/+1 |
2020-12-07 | nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass | comex | 1 | -33/+0 |
2020-12-06 | hle: kernel: Process: Various style fixes based on code review feedback. | bunnei | 1 | -2/+2 |
2020-12-06 | core: cpu_manager: Fix a typo in PreemptSingleCore, which broke many games. | bunnei | 1 | -21/+26 |
2020-12-06 | hle: kernel: Thread: Various style fixes based on code review feedback. | bunnei | 1 | -22/+25 |
2020-12-06 | hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback. | bunnei | 1 | -6/+6 |
2020-12-06 | hle: kernel: KScopedLock: Various style fixes based on code review feedback. | bunnei | 1 | -6/+8 |
2020-12-06 | hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review feedback. | bunnei | 1 | -9/+7 |
2020-12-06 | hle: kernel: KScheduler: Various style fixes based on code review feedback. | bunnei | 2 | -50/+41 |
2020-12-06 | hle: kernel: KPriorityQueue: Various style fixes based on code review feedback. | bunnei | 1 | -29/+36 |
2020-12-06 | hle: kernel: KAffinityMask: Various style fixes based on code review feedback. | bunnei | 1 | -17/+13 |
2020-12-06 | hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback. | bunnei | 2 | -5/+10 |
2020-12-06 | hle: kernel: Use C++ style comments in KScheduler, etc. | bunnei | 4 | -152/+136 |
2020-12-06 | kernel: KScopedSchedulerLockAndSleep: Remove unused ctor. | bunnei | 1 | -13/+7 |
2020-12-06 | kernel: time_manager: Add missing lock guards. | bunnei | 1 | -3/+10 |
2020-12-06 | hle: kernel: Migrate to KScopedSchedulerLock. | bunnei | 15 | -48/+92 |
2020-12-06 | hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. | bunnei | 11 | -69/+72 |
2020-12-06 | hle: kernel: Separate KScheduler from GlobalSchedulerContext class. | bunnei | 5 | -118/+140 |
2020-12-06 | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei | 25 | -1220/+1212 |
2020-12-06 | hle: kernel: physical_core: Clear exclusive state after each run. | bunnei | 3 | -0/+7 |
2020-12-06 | hle: kernel: Port KAbstractSchedulerLock from Mesosphere. | bunnei | 2 | -0/+77 |
2020-12-06 | hle: kernel: svc: Remove reschedule on svcBreak. | bunnei | 1 | -5/+0 |
2020-12-06 | hle: kernel: process: Add schedule count tracking, to be used for yield impl. | bunnei | 1 | -0/+13 |
2020-12-06 | hle: kernel: svc: Remove unnecessary hack in svcSleep. | bunnei | 1 | -7/+0 |
2020-12-06 | common: Port KPriorityQueue from Mesosphere. | bunnei | 2 | -0/+444 |
2020-12-06 | hle: kernel: Port KAffinityMask from Mesosphere. | bunnei | 6 | -14/+78 |
2020-12-05 | video_core: Resolve more variable shadowing scenarios pt.3 | Lioncash | 2 | -9/+9 |
2020-12-05 | applets: Resolve variable shadowing | Morph | 1 | -1/+1 |
2020-12-05 | system_version: Update to 11.0.0 | Chloe Marcec | 1 | -6/+6 |
2020-12-04 | nim: Stub IsLargeResourceAvailable | Morph | 1 | -1/+13 |
2020-12-03 | audio_core: Make shadowing and unused parameters errors | Lioncash | 2 | -5/+5 |
2020-11-29 | kernel: scheduler: Minor cleanup to remove duplicated code. | bunnei | 2 | -46/+14 |
2020-11-29 | kernel: time_manager: Protect access with a mutex. | bunnei | 2 | -1/+5 |
2020-11-29 | hle: kernel: thread: Remove unused "Running" state. | bunnei | 2 | -6/+0 |
2020-11-29 | core: arm: Implement InvalidateCacheRange for CPU cache invalidation. | bunnei | 12 | -16/+56 |
2020-11-29 | hle: kernel: time_manager: Avoid a crash on process exit. | bunnei | 1 | -1/+4 |
2020-11-29 | hle: kernel: AddressArbiter: Remove unused code. | bunnei | 2 | -9/+0 |
2020-11-29 | hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. | bunnei | 1 | -1/+2 |
2020-11-29 | common: fiber: Use boost::context instead of native fibers on Windows. | bunnei | 1 | -1/+1 |
2020-11-29 | hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. | bunnei | 15 | -72/+124 |
2020-11-29 | Add missing types to NpadCommunicationMode | german | 1 | -0/+2 |
2020-11-27 | core: Eliminate remaining usages of the global system instance | Lioncash | 12 | -1558/+16 |
2020-11-27 | savedata_factory: Eliminate usage of the global system instance | Lioncash | 3 | -12/+20 |
2020-11-27 | Stub set and get NpadCommunicationMode | german | 4 | -2/+50 |
2020-11-27 | service: Eliminate usages of the global system instance | Lioncash | 219 | -897/+1207 |
2020-11-26 | core: Reduce string copies in GetGameFileFromPath() | Lioncash | 1 | -12/+22 |
2020-11-26 | Implement full mouse support | german | 1 | -2/+7 |
2020-11-26 | Add multiple udp server support | german | 1 | -3/+1 |
2020-11-25 | hid: Check if applet_resource exists in InitializeVibrationDevice | Morph | 1 | -2/+4 |
2020-11-25 | core: cpu_manager: Fix shutdown crash when closing before emulation starts. | bunnei | 1 | -7/+17 |
2020-11-25 | service: am: Implement ExecuteProgram and required stubs. | bunnei | 2 | -3/+34 |
2020-11-25 | core: loader: Implement support for loading indexed programs. | bunnei | 12 | -26/+74 |
2020-11-24 | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) | bunnei | 17 | -100/+104 |
2020-11-24 | nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID | comex | 1 | -2/+2 |
2020-11-24 | nvservices: Reintroducee IoctlCtrl | Chloe Marcec | 24 | -91/+214 |
2020-11-24 | Fix warnings in core/frontend/input.h with [[maybe_unused]] | bunnei | 1 | -1/+3 |
2020-11-23 | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread | comex | 1 | -2/+2 |
2020-11-23 | svc: Remove unnecessary [[maybe_unused]] tag | Lioncash | 1 | -1/+1 |
2020-11-22 | input_common: Treat warnings as errors | Lioncash | 1 | -1/+1 |
2020-11-20 | olsc: Move member initialization to after member functions. | bunnei | 1 | -2/+2 |
2020-11-19 | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. | bunnei | 4 | -0/+89 |
2020-11-18 | patch_manager: Remove usages of the global system instance | Lioncash | 22 | -126/+209 |
2020-11-18 | core: Remove unused private Init function for the System class | Lioncash | 2 | -16/+4 |
2020-11-18 | core: Make use of [[nodiscard]] with the System class | Lioncash | 2 | -81/+78 |
2020-11-16 | hid: Reimplement Begin/EndPermitVibrationSession | Morph | 3 | -5/+17 |
2020-11-16 | controllers/npad: Load input devices on init | Morph | 1 | -0/+2 |
2020-11-16 | general: Fix compiler warnings on linux and miscellaneous changes | Morph | 2 | -8/+11 |
2020-11-16 | controllers/npad: Remove the old vibration filter | Morph | 3 | -50/+64 |
2020-11-16 | hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted | Morph | 3 | -12/+66 |
2020-11-16 | input_common: Add VibrationDevice and VibrationDeviceFactory | Morph | 4 | -33/+34 |
2020-11-16 | configure_input: Add per-player vibration | Morph | 2 | -2/+12 |
2020-11-16 | settings: Remove global vibration strength modifier | Morph | 3 | -5/+1 |
2020-11-16 | hid: Mark Begin/EndPermitVibrationSession as stubs | Morph | 3 | -18/+4 |
2020-11-16 | controllers/npad: Send an empty vibration on destruction/deactivation | Morph | 3 | -22/+38 |
2020-11-16 | hid: Stub IsVibrationDeviceMounted | Morph | 2 | -1/+23 |
2020-11-16 | controllers/npad: Add heuristics to reduce rumble state changes | Morph | 2 | -6/+47 |
2020-11-16 | configure_input: Hook up the vibration percentage spinbox | Morph | 3 | -1/+4 |
2020-11-16 | controllers/npad: Stop games from vibrating incorrect controllers | Morph | 1 | -0/+10 |
2020-11-16 | hid: Fix controller rumble based on new research | Morph | 3 | -43/+69 |
2020-11-16 | hid: Pop a struct of parameters instead of popping individual parameters | Morph | 1 | -103/+237 |
2020-11-16 | hid: Reorder all HID commands | Morph | 5 | -217/+232 |
2020-11-16 | hid: Implement GetVibrationDeviceInfo | Morph | 2 | -3/+39 |
2020-11-16 | hid: Stub InitializeVibrationDevice | Morph | 1 | -3/+11 |
2020-11-16 | controllers/npad: Rename NPadType to NpadStyleSet | Morph | 3 | -9/+9 |
2020-11-16 | controllers/npad: Add DeviceHandle struct | Morph | 1 | -27/+50 |
2020-11-16 | settings: Preparation for per-game input settings | Morph | 11 | -41/+89 |
2020-11-16 | controllers/npad: Connect a controller on init if none are connected | Morph | 1 | -0/+13 |
2020-11-10 | Addressed issues | Chloe Marcec | 10 | -17/+86 |
2020-11-10 | core: Make nvservices more standardized | Chloe Marcec | 26 | -903/+1156 |
2020-11-08 | ipc_helpers: Remove usage of the global system instance | Lioncash | 16 | -7/+23 |
2020-11-08 | cpu_interrupt_handler: Mark move contructor/assignment as deleted | Lioncash | 1 | -2/+2 |
2020-11-08 | applets: Rename LibraryAppletVersion to ControllerAppletVersion | Morph | 2 | -15/+15 |
2020-11-08 | applets/controller: Pop normal data for StrapGuide and FirmwareUpdate | Morph | 2 | -6/+19 |
2020-11-08 | applets/controller: Introduce additional checks for mode and caller | Morph | 2 | -5/+39 |
2020-11-08 | applets/controller: Add ControllerUpdateFirmwareArg struct | Morph | 1 | -0/+7 |
2020-11-07 | settings: log value of CPU_Accuracy | lat9nq | 1 | -0/+1 |
2020-11-07 | video_core: dma_pusher: Remove integrity check on command lists. | bunnei | 1 | -1/+0 |
2020-11-07 | hle: service: caps_u: Stub GetAlbumFileList3AaeAruid. | bunnei | 2 | -9/+17 |
2020-11-06 | settings: Simplify initializer of resolution factor | Lioncash | 1 | -1/+1 |
2020-11-04 | core/settings: Move configuring_global behind an API | Lioncash | 2 | -10/+21 |
2020-11-04 | core: Remove usage of unicorn | Lioncash | 8 | -412/+15 |
2020-11-01 | fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. | bunnei | 2 | -3/+11 |
2020-11-01 | core: Initialize GPU before services. | bunnei | 1 | -4/+6 |
2020-11-01 | hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. | bunnei | 3 | -46/+106 |
2020-11-01 | service: hle: nvflinger: Fix potential shutdown crash when GPU is destroyed. | bunnei | 1 | -0/+4 |
2020-11-01 | hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager. | bunnei | 3 | -9/+31 |
2020-11-01 | hle service: nvdrv: Update to instantiate SyncpointManager. | bunnei | 2 | -5/+18 |
2020-11-01 | hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints. | bunnei | 4 | -1/+127 |
2020-11-01 | Rename to align with switchbrew and remove gpu function (#4714) | Levi Behunin | 2 | -16/+10 |
2020-10-31 | hle: service: ldr: Implement UnloadNrr. | bunnei | 1 | -1/+15 |
2020-10-30 | video_core: unbreak -Werror in NVDEC with Clang | Jan Beich | 1 | -1/+1 |
2020-10-30 | General: Resolve a few missing initializer warnings | Lioncash | 2 | -2/+14 |
2020-10-29 | kernel/process: Add missing <ctime> include | Morph | 1 | -0/+1 |
2020-10-28 | service: Update function tables | Lioncash | 5 | -1/+7 |
2020-10-27 | hle/kernel: Remove unused registered_core_threads to fix data races | ReinUsesLisp | 1 | -5/+0 |
2020-10-27 | video_core: NVDEC Implementation | ameerj | 12 | -288/+475 |
2020-10-27 | kernel: Use the current time as the default RNG seed | lat9nq | 1 | -1/+1 |
2020-10-27 | controller: Pass ControllerParameters by reference in ReconfigureControllers() | Lioncash | 2 | -3/+3 |
2020-10-27 | hle: services: TimeZoneContentManager: This can be made explicit. | bunnei | 1 | -1/+1 |
2020-10-27 | core: cpu_manager: Add missing call to MicroProfileOnThreadExit(). | bunnei | 1 | -0/+2 |
2020-10-25 | general: Use template deduction guides for lock_guard | Lioncash | 1 | -1/+1 |
2020-10-22 | core: Fix clang build pt.3 | Lioncash | 3 | -14/+4 |
2020-10-21 | core: Fix clang build pt.2 | Lioncash | 1 | -2/+5 |
2020-10-21 | Revert "core: Fix clang build" | bunnei | 83 | -667/+483 |
2020-10-21 | kernel: Fix build with recent compiler flag changes | Lioncash | 1 | -4/+8 |
2020-10-20 | Added remaining params | David Marcec | 1 | -1/+4 |
2020-10-20 | nifm: GetAppletInfo stub | David Marcec | 1 | -1/+8 |
2020-10-18 | core: Add boxcat sources with target_sources | Lioncash | 1 | -7/+7 |
2020-10-18 | core: Fix clang build | Lioncash | 83 | -483/+667 |
2020-10-17 | mii/manager: Make use of unused lower bound in GetRandomValue() | Lioncash | 1 | -1/+1 |
2020-10-17 | service: bcat: Check client connection before interacting with socket. | bunnei | 1 | -0/+10 |
2020-10-15 | service: acc: Stub IManagerForApplication::StoreOpenContext. | bunnei | 1 | -1/+7 |
2020-10-14 | hle: service: vi: Implement BufferQueue::CancelBuffer. | bunnei | 3 | -14/+53 |
2020-10-13 | kernel: Implement host thread register methods without locking | ReinUsesLisp | 1 | -28/+38 |
2020-10-13 | core/CMakeLists: Make some warnings errors | Lioncash | 28 | -132/+133 |
2020-10-13 | filesystem: Fix CreateDirectory and DeleteFile | Morph | 1 | -2/+3 |
2020-10-13 | service: time: Update current time with changes to RTC setting. | bunnei | 8 | -189/+324 |
2020-10-13 | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace. | bunnei | 2 | -0/+25 |
2020-10-02 | Only use inputs corresponding to controller type | german | 1 | -49/+58 |
2020-09-30 | Stubbed EnableSixAxisSensorFusion | german | 2 | -1/+15 |
2020-09-30 | caps_c: Stub SetShimLibraryVersion | Morph | 2 | -1/+18 |
2020-09-30 | caps_u: Stub SetShimLibraryVersion | Morph | 2 | -2/+14 |
2020-09-30 | caps_su: Properly stub SetShimLibraryVersion | Morph | 1 | -1/+6 |
2020-09-30 | hid: Stub HomeButtonInputProtection service commands | Morph | 4 | -2/+50 |
2020-09-29 | First implementation of controller rumble | german | 4 | -13/+25 |
2020-09-26 | core: Mark GetInstance() as deprecated | Lioncash | 1 | -1/+1 |
2020-09-26 | frontend/controller: Eliminate dependency on the global system instance | Lioncash | 3 | -5/+14 |
2020-09-25 | service: Restore "unused" function | Lioncash | 1 | -0/+17 |
2020-09-24 | submission_package: Fix updates integrated into cartridge images. | Morph | 1 | -3/+22 |
2020-09-24 | Use different timing for motion | german | 5 | -76/+157 |
2020-09-23 | memory: Resolve a -Wdocumentation warning | Lioncash | 1 | -1/+1 |
2020-09-22 | General: Make use of std::nullopt where applicable | Lioncash | 10 | -27/+31 |
2020-09-22 | ips_layer: Eliminate a redundant copy in Parse() | Lioncash | 1 | -2/+4 |
2020-09-21 | acc: Stub LoadOpenContext | Morph | 3 | -1/+13 |
2020-09-18 | hid: Implement Get/SetNpadHandheldActivationMode | Morph | 3 | -5/+28 |
2020-09-18 | am: Stub GetPreviousProgramIndex | Morph | 2 | -1/+11 |
2020-09-18 | submission_package: Account for multi-content NSPs | Morph | 1 | -5/+5 |
2020-09-17 | nfp: Eliminate two unnecessary copies | Lioncash | 1 | -10/+13 |
2020-09-17 | arm_dynarmic_cp15: Initialize member variables | Lioncash | 1 | -2/+2 |
2020-09-17 | control_metadata: Resolve typo in Portuguese language name | Lioncash | 1 | -1/+1 |
2020-09-17 | service: Remove unused funcation | Lioncash | 1 | -22/+0 |
2020-09-17 | service/sm: Slightly more efficient string name validation | Lioncash | 1 | -2/+2 |
2020-09-17 | service/sm: Eliminate dependency on the global system instance | Lioncash | 3 | -7/+9 |
2020-09-17 | file_sys/romfs_factory: Eliminate usage of the global system accessor | Lioncash | 5 | -34/+49 |
2020-09-17 | file_sys/bis_factory: Eliminate usage of the global system accessor | Lioncash | 5 | -11/+11 |
2020-09-17 | loader/nso: Remove unnecessary [[maybe_unused]] | Lioncash | 1 | -2/+1 |
2020-09-16 | core/loader: Remove dependencies on the global system instance | Lioncash | 20 | -45/+85 |
2020-09-15 | nca_patch: Significantly reduce the stack usage size within SearchBucketEntry() | Lioncash | 1 | -4/+4 |
2020-09-15 | nca_patch: Make SearchBucketEntry() internally linked | Lioncash | 2 | -44/+43 |
2020-09-15 | cheat_engine: Convert ExtractName into a non-template function | Lioncash | 1 | -19/+17 |
2020-09-15 | cheat_engine: Remove unnecessary system argument to CheatParser's Parse function | Lioncash | 3 | -15/+9 |
2020-09-15 | patch_manager: Resolve implicit truncations in FormatTitleVersion() | Lioncash | 1 | -3/+4 |
2020-09-15 | patch_manager: Make use of type aliases | Lioncash | 2 | -69/+79 |
2020-09-15 | patch_manager: Make a few functions internally linked | Lioncash | 2 | -15/+12 |
2020-09-14 | crypto/key_manager: Remove dependency on the global system accessor | Lioncash | 2 | -5/+8 |
2020-09-14 | kernel: Remove all dependencies on the global system instance | Lioncash | 5 | -11/+20 |
2020-09-10 | Test: Decrease pad_update_ns | FearlessTobi | 1 | -1/+1 |
2020-09-07 | service: Remove two usages of the global system accessor | Lioncash | 3 | -7/+5 |
2020-09-07 | bsd: Resolve unused value within SendToImpl | Lioncash | 1 | -0/+1 |
2020-09-07 | bsd: Resolve sign comparison warnings | Lioncash | 1 | -3/+3 |
2020-09-07 | sockets_translate: Make use of designated initializers | Lioncash | 1 | -12/+12 |
2020-09-07 | blocking_worker: Make use of templated lambda | Lioncash | 1 | -3/+2 |
2020-09-07 | blocking_worker: Resolve -Wdocumentation warning | Lioncash | 1 | -1/+1 |
2020-09-06 | video_core: Remove all Core::System references in renderer | ReinUsesLisp | 1 | -1/+0 |
2020-09-05 | configure_input: Hook up the motion button and checkbox | Morph | 2 | -1/+2 |
2020-09-05 | Add cemu hook changes related to PR #4609 | german | 1 | -2/+1 |
2020-09-05 | Remove RealMotionDevice | german | 3 | -28/+16 |
2020-09-05 | controllers/npad: Simplify motion entry assignment | Morph | 1 | -29/+18 |
2020-09-05 | Include HID and configuration changes related to motion | german | 5 | -15/+222 |
2020-09-04 | hid: Implement MergeSingleJoyasDualJoy | Morph | 3 | -5/+24 |
2020-09-04 | applets/controller: Resolve several compiler warnings | Morph | 1 | -1/+2 |
2020-09-04 | Address feedback | Morph | 3 | -0/+9 |
2020-09-04 | applets/controller: Set min_players to have a minimum value of 1. | Morph | 1 | -1/+1 |
2020-09-04 | applets/controller: Modify heuristic to account for certain games | Morph | 1 | -7/+12 |
2020-09-04 | applets/controller: Implement fallback applet for the SDL frontend | Morph | 3 | -90/+34 |
2020-09-04 | applets/controller: Implement "Explain Text" | Morph | 3 | -16/+29 |
2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph | 9 | -42/+487 |
2020-09-03 | file_sys/patch_manager: Add missing include | ReinUsesLisp | 1 | -0/+1 |
2020-08-30 | Address second batch of reviews | FearlessTobi | 1 | -0/+1 |
2020-08-29 | yuzu: Add motion and touch configuration | FearlessTobi | 3 | -3/+22 |
2020-08-26 | controllers/npad: Fix inconsistencies with controller connection statuses | Morph | 1 | -1/+7 |
2020-08-26 | controllers/npad: Fix LibNX controller connection statuses | Morph | 1 | -1/+9 |
2020-08-26 | controllers/npad: Fix LedPattern for P1-4 | Morph | 1 | -3/+3 |
2020-08-26 | Project Mjölnir: Part 1 | Morph | 5 | -510/+117 |
2020-08-26 | hle/scheduler: Fix data race in is_context_switch_pending | ReinUsesLisp | 1 | -2/+6 |
2020-08-26 | hle/kernel: Fix data race in GetCurrentHostThreadID | ReinUsesLisp | 1 | -1/+2 |
2020-08-26 | cpu_interrupt_handler: Misc style changes | ReinUsesLisp | 2 | -5/+3 |
2020-08-26 | cpu_interrupt_handler: Make is_interrupted an atomic | ReinUsesLisp | 2 | -2/+3 |
2020-08-25 | logging/settings: Increase maximum log size to 100 MB and add extended logging option | M&M | 1 | -0/+1 |
2020-08-23 | fsp_srv: Resolve -Wunused-but-set-variable warning | Lioncash | 1 | -1/+8 |
2020-08-23 | file_sys: Replace inclusions with forward declarations where applicable | Lioncash | 27 | -37/+66 |
2020-08-23 | fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem() | Lioncash | 1 | -2/+5 |
2020-08-23 | registered_cache: Make use of ends_with for string suffix checking | Lioncash | 1 | -2/+1 |
2020-08-23 | registered_cache: Make use of designated initializers | Lioncash | 1 | -15/+15 |
2020-08-23 | key_manager: Make data arrays constexpr | Lioncash | 2 | -75/+82 |
2020-08-23 | cpu_manager: Make use of ranged for where applicable | Lioncash | 1 | -16/+13 |
2020-08-23 | core_timing: Remove unused header | Lioncash | 3 | -2/+2 |
2020-08-23 | core_timing: Move clock initializer into constructor initializer list | Lioncash | 1 | -4/+2 |
2020-08-23 | core_timing: Resolve sign conversion warning | Lioncash | 1 | -2/+2 |
2020-08-18 | common/telemetry: Migrate namespace into the Common namespace | Lioncash | 3 | -8/+11 |
2020-08-18 | vfs_real: Resolve sign conversion warnings | Lioncash | 1 | -2/+2 |
2020-08-18 | vfs_real: Avoid redundant map lookups | Lioncash | 1 | -30/+46 |
2020-08-16 | dynarmic: Add unsafe optimizations | MerryMage | 3 | -3/+29 |
2020-08-16 | common/fileutil: Convert namespace to Common::FS | Lioncash | 20 | -320/+398 |
2020-08-14 | time_zone_content_manager: Collapse auto and default case | Lioncash | 1 | -3/+1 |
2020-08-14 | software_keyboard: Resolve a pessimizing move warning | Lioncash | 1 | -2/+1 |
2020-08-14 | core: Resolve several -Wextra-semi warnings | Lioncash | 3 | -7/+12 |
2020-08-14 | emu_window: Mark Scoped constructor and Acquire() as nodiscard | Lioncash | 1 | -2/+2 |
2020-08-14 | kernel/scheduler: Mark SchedulerLock constructor as nodiscard | Lioncash | 1 | -1/+1 |
2020-08-13 | General: Tidy up clang-format warnings part 2 | Lioncash | 7 | -43/+52 |
2020-08-07 | common/concepts: Rename IsBaseOf to DerivedFrom | Lioncash | 2 | -2/+2 |
2020-08-06 | freezer: Move entry finding to its own function | Lioncash | 2 | -12/+21 |
2020-08-06 | freezer: Take address values by value | Lioncash | 1 | -3/+3 |
2020-08-06 | freezer: Make use of std::erase_if | Lioncash | 1 | -4/+1 |
2020-08-06 | cheat_engine: Resolve implicit bool->u64 conversion | Lioncash | 1 | -1/+1 |
2020-08-06 | cheat_engine: Make use of designated initializers | Lioncash | 1 | -6/+18 |
2020-08-06 | partition_data_manager: Update master key hashes | Lioncash | 1 | -5/+5 |
2020-08-06 | partition_data_manager: Make data arrays constexpr | Lioncash | 2 | -98/+118 |
2020-08-06 | partition_data_manager: Eliminate magic value | Lioncash | 1 | -2/+2 |
2020-08-06 | aes_util: Make use of non-template variant of Transcode | Lioncash | 1 | -1/+1 |
2020-08-06 | Fix thread naming on Linux, which limits names to 15 bytes. | comex | 1 | -1/+1 |
2020-08-05 | system_control: Make functions internally linked where applicable | Lioncash | 2 | -15/+11 |
2020-08-05 | kernel: Remove unused variables | Lioncash | 2 | -18/+11 |
2020-08-05 | scheduler: Resolve sign conversion warning | Lioncash | 1 | -1/+2 |
2020-08-05 | address_arbiter: Resolve sign conversion warning | Lioncash | 1 | -1/+1 |
2020-08-05 | ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw() | Lioncash | 1 | -0/+4 |
2020-08-05 | vfs_vector: Make creation of array vfs files less verbose | Lioncash | 4 | -41/+41 |
2020-08-03 | aes_util: Allow SetIV to be non-allocating | Lioncash | 7 | -27/+36 |
2020-08-03 | perf_stats: Make use of designated initializers | Lioncash | 1 | -6/+7 |
2020-08-03 | perf_stats: Mark GetMeanFrametime() as const | Lioncash | 2 | -9/+9 |
2020-08-03 | yuzu: Resolve C++20 deprecation warnings related to lambda captures | Lioncash | 3 | -21/+21 |
2020-08-03 | service/ldr: Resolve sign mismatch warnings | Lioncash | 1 | -3/+2 |
2020-08-03 | time_zone_binary: Make use of designated initializers | Lioncash | 1 | -17/+25 |
2020-08-03 | buffer_queue: Make use of std::nullopt | Lioncash | 1 | -5/+6 |
2020-08-03 | buffer_queue: Make use of designated initializers | Lioncash | 1 | -5/+5 |
2020-08-03 | profile_manager: Make use of std::nullopt | Lioncash | 1 | -4/+4 |
2020-08-03 | profile_manager: Make use of designated initializers | Lioncash | 1 | -13/+22 |
2020-08-03 | dmnt_cheat_vm: Make use of designated initializers | Lioncash | 1 | -105/+121 |
2020-08-03 | file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with Mode | Lioncash | 2 | -18/+21 |
2020-08-03 | sm: Make use of IsBaseOf for GetService | David Marcec | 1 | -3/+2 |
2020-08-03 | patch_manager: Resolve -Wignored-qualifier warnings | Lioncash | 1 | -2/+2 |
2020-08-03 | registered_cache: Resolve -Wmaybe_uninitialized warnings | Lioncash | 1 | -10/+15 |
2020-08-03 | Place in anonymous namespace | David Marcec | 1 | -0/+4 |
2020-08-03 | loader: Make IdentifyFile typesafe | David Marcec | 1 | -20/+32 |
2020-08-03 | ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) | David | 9 | -30/+30 |
2020-07-31 | minor nits | Morph | 1 | -1/+3 |
2020-07-31 | am: Unstub SetScreenShotPermission | David Marcec | 2 | -1/+12 |
2020-07-30 | fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute | Morph | 2 | -23/+56 |
2020-07-30 | fs: Rename SaveDataDescriptor to SaveDataAttribute | Morph | 5 | -41/+63 |
2020-07-29 | xts_archive: Check if the file is nullptr prior to parsing | Morph | 1 | -5/+9 |
2020-07-29 | registered_cache: Add support for removing folder ncas | Morph | 2 | -53/+54 |
2020-07-28 | configure_graphics: Remove Force 30 FPS mode | Morph | 2 | -2/+0 |
2020-07-28 | common/atomic_ops: Don't cast away volatile from pointers | Lioncash | 1 | -6/+4 |
2020-07-28 | service/bsd: Handle Poll with no entries accurately | ReinUsesLisp | 1 | -0/+5 |
2020-07-28 | services/bsd: Implement most of bsd:s | ReinUsesLisp | 5 | -55/+911 |
2020-07-28 | service/sockets: Add worker pool abstraction | ReinUsesLisp | 1 | -0/+30 |
2020-07-28 | service/sockets: Add worker abstraction to execute blocking calls asynchronously | ReinUsesLisp | 2 | -0/+133 |
2020-07-28 | service/sockets: Add translate functions | ReinUsesLisp | 3 | -0/+215 |
2020-07-28 | service/sockets: Add enumerations and structures | ReinUsesLisp | 2 | -0/+81 |
2020-07-28 | services/nifm: Implement GetCurrentIpAddress | ReinUsesLisp | 1 | -1/+12 |
2020-07-28 | device_memory: Remove unused system member | Lioncash | 3 | -11/+4 |
2020-07-28 | cpu_manager: Remove redundant std::function declarations | Lioncash | 1 | -3/+3 |
2020-07-28 | Update src/core/hle/service/nvdrv/devices/nvmap.cpp | bunnei | 1 | -1/+1 |
2020-07-28 | core_timing: Make use of uintptr_t to represent user_data | Lioncash | 13 | -38/+46 |
2020-07-27 | remove unused variable; | CrazyMax | 1 | -1/+0 |
2020-07-26 | hle: nvdrv: Rewrite of GPU memory management. | bunnei | 4 | -93/+227 |
2020-07-26 | nvflinger: Mark interface functions with return values as [[nodiscard]] | Lioncash | 1 | -16/+14 |
2020-07-26 | nvflinger: Use return value of Lock() | Lioncash | 3 | -4/+4 |
2020-07-25 | audio_core: Apollo Part 1, AudioRenderer refactor | David Marcec | 1 | -72/+77 |
2020-07-23 | network: add missing include for BSDs | Jan Beich | 1 | -0/+2 |
2020-07-21 | vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfo | David Marcec | 1 | -1/+19 |
2020-07-20 | Address issues | David Marcec | 1 | -2/+2 |
2020-07-19 | swkbd: Return result for Calc request for inlined swkbd | David Marcec | 2 | -13/+49 |
2020-07-19 | core/network: Add network abstraction | ReinUsesLisp | 5 | -0/+840 |
2020-07-18 | file_sys/nsp: Make SetTicketKeys actually do something | FearlessTobi | 2 | -32/+30 |
2020-07-17 | Drop settings namespace | David Marcec | 1 | -2/+1 |
2020-07-17 | Rebase for per game settings | David Marcec | 3 | -0/+6 |
2020-07-17 | core/CMakeLists: Add missing physical_memory.h header file | Lioncash | 1 | -0/+1 |
2020-07-17 | constants: Add missing <array> include | Lioncash | 1 | -0/+1 |
2020-07-17 | mii/manager: Resolve sign mismatch warnings | Lioncash | 1 | -3/+3 |
2020-07-17 | mii/manager: Make use of designated initializers | Lioncash | 1 | -53/+54 |
2020-07-16 | kernel/thread: Remove unimplemented function prototype | Lioncash | 1 | -2/+0 |
2020-07-16 | kernel: Remove unused variables | Lioncash | 3 | -7/+2 |
2020-07-16 | kernel: Add missing include | Lioncash | 1 | -0/+1 |
2020-07-16 | cpu_manager: Mark function getters as static | Lioncash | 4 | -10/+11 |
2020-07-16 | cpu_manager: Remove unused preemption_count variable | Lioncash | 1 | -1/+0 |
2020-07-16 | cpu_manager: Add missing includes | Lioncash | 1 | -0/+3 |
2020-07-16 | hid: Only update keyboard & debug pad inputs if enabled | David Marcec | 2 | -33/+37 |
2020-07-16 | Check for empty section0 and CNMT prior to install | Morph | 1 | -3/+19 |
2020-07-16 | Add comment to clarify the nullptr check | Morph | 1 | -0/+1 |
2020-07-16 | filesystem: Create subdirectories prior to creating a file | Morph | 1 | -0/+3 |
2020-07-16 | core_timing: Remove unused data member | Lioncash | 1 | -2/+0 |
2020-07-16 | core_timing: Make TimedCallback take std::chrono::nanoseconds | Lioncash | 13 | -44/+45 |
2020-07-16 | core_timing: Make use of std::chrono with ScheduleEvent | Lioncash | 10 | -32/+42 |
2020-07-15 | settings: Resolve a sign conversion warning within GetTimeZoneString() | Lioncash | 1 | -5/+5 |
2020-07-15 | kernel/process: Move name and system context to the bottom of the member list | Lioncash | 1 | -6/+6 |
2020-07-15 | kernel/handle_table: Remove usages of the global system instance | Lioncash | 4 | -8/+15 |
2020-07-15 | settings: Make use of std::string_view over std::string for logging | Lioncash | 1 | -33/+34 |
2020-07-15 | kernel/thread: Remove global GetCurrentThread() | Lioncash | 3 | -23/+7 |
2020-07-15 | clang format | Morph | 1 | -3/+3 |
2020-07-15 | Use proper install result when overwriting files | Morph | 1 | -1/+1 |
2020-07-15 | Remove global system instance and address feedback | Morph | 2 | -14/+10 |
2020-07-15 | registered_cache: Remove previous update/dlc if it exists on install | Morph | 2 | -13/+83 |
2020-07-15 | clang-format | VolcaEM | 1 | -1/+2 |
2020-07-15 | dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister) | VolcaEM | 2 | -1/+41 |
2020-07-14 | clang-format | lat9nq | 1 | -2/+1 |
2020-07-14 | settings: Move settings sanitization to its own function | lat9nq | 2 | -0/+9 |
2020-07-13 | memory_layout: Remove unused data member | Lioncash | 1 | -2/+0 |
2020-07-13 | address_space_info: Use type alias to simplify code | Lioncash | 1 | -14/+13 |
2020-07-13 | address_space_info: Make use of designated initializers | Lioncash | 2 | -46/+27 |
2020-07-13 | kernel/scheduler: Use std::mutex instead of spin lock | ReinUsesLisp | 1 | -1/+1 |
2020-07-12 | fs: Fix RomFS building when zero byte files are present | Morph | 4 | -10/+10 |
2020-07-12 | hle: service: mii: Rewrite service to properly support creation of random and default miis. | bunnei | 9 | -914/+3270 |
2020-07-11 | configure_cpu: Show/Hide debugging options | MerryMage | 3 | -46/+57 |
2020-07-11 | configuration: Add settings to enable/disable specific CPU optimizations | MerryMage | 3 | -11/+60 |
2020-07-10 | vfs_real: Fix MoveFile | Morph | 1 | -10/+17 |
2020-07-10 | KeyManager: Prevent writing of invalid keys | Morph | 1 | -4/+8 |
2020-07-10 | bis_factory: Set User NAND free space to be 1 MiB less than total. | Morph | 1 | -1/+3 |
2020-07-10 | sdmc_factory: Set the SDMC total size to 1 TiB | Morph | 1 | -1/+3 |
2020-07-10 | bis_factory: Use hardware default NAND partition sizes | Morph | 1 | -10/+11 |
2020-07-10 | settings: Remove storage size options | Morph | 1 | -29/+0 |
2020-07-10 | configuration: implement per-game configurations (#4098) | lat9nq | 12 | -103/+190 |
2020-07-08 | AM: fix GetDesiredLanguage: | CrazyMax | 1 | -1/+13 |
2020-07-07 | cpu_interrupt_handler: Remove #pragma once from .cpp file | MerryMage | 1 | -2/+0 |
2020-07-07 | GetDisplayVersion should return a null-terminated version string. | CrazyMax | 1 | -4/+16 |
2020-07-05 | memory: Set page-table pointers before setting attribute = Memory | MerryMage | 1 | -2/+5 |
2020-07-05 | AM/ISelfController: Stub CreateManagedDisplaySeparableLayer | Morph | 2 | -1/+20 |
2020-07-02 | Rename two functions in NS | VolcaEM | 1 | -2/+2 |
2020-07-02 | Rename GetApplicationArea2 to GetApplicationAreaSize | VolcaEM | 1 | -2/+2 |
2020-07-01 | externals: Track opus as submodule instead of using conan | David Marcec | 1 | -1/+1 |
2020-07-01 | key_manager: Correct casing of instance() | Lioncash | 9 | -9/+9 |
2020-07-01 | key_manager: Delete move operations | Lioncash | 1 | -0/+3 |
2020-07-01 | key_manager: Make use of canonical deleted operator= | Lioncash | 1 | -2/+2 |
2020-06-29 | Remove duplicate functions | VolcaEM | 1 | -2/+0 |
2020-06-29 | Use decimal instead of hexadecimal | VolcaEM | 1 | -3/+5 |
2020-06-29 | Fix typo | VolcaEM | 1 | -1/+1 |
2020-06-29 | Clang-format | VolcaEM | 1 | -1/+1 |
2020-06-29 | service: Update function tables | VolcaEM | 27 | -157/+285 |
2020-06-29 | core_timing,scheduler: Use std::scoped_lock when possible | ReinUsesLisp | 2 | -15/+12 |
2020-06-28 | ldr: Cleanup NRO & NRR structs | David Marcec | 1 | -8/+8 |
2020-06-28 | am: Stub GetIndirectLayerConsumerHandle | David Marcec | 1 | -1/+13 |
2020-06-28 | acc: ListOpenContextStoredUsers partial stub | David Marcec | 5 | -4/+14 |
2020-06-28 | Core/Common: Address Feedback. | Fernando Sahmkow | 16 | -45/+44 |
2020-06-27 | NvFlinger: Clang Format. | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | SVC: Implement 32-bits wrappers and update Dynarmic. | Fernando Sahmkow | 4 | -34/+282 |
2020-06-27 | SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 | Fernando Sahmkow | 2 | -6/+39 |
2020-06-27 | ARM: Update Dynarmic and Setup A32 according to latest interface. | Fernando Sahmkow | 8 | -93/+174 |
2020-06-27 | SVC: Add GetThreadPriority32 & SetThreadPriority32 | Fernando Sahmkow | 2 | -2/+30 |
2020-06-27 | ArmDynarmic32: Setup CNTPCT correctly | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | Audio: Correct buffer release for host timing. | Fernando Sahmkow | 1 | -0/+5 |
2020-06-27 | Common/Kernel: Corrections and small bug fixing. | Fernando Sahmkow | 1 | -2/+2 |
2020-06-27 | Services/NvFlinger: Do vSync in a sepparate thread on Multicore. | Fernando Sahmkow | 4 | -5/+69 |
2020-06-27 | ARMDynarmicInterface: Correct GCC Build Errors. | Fernando Sahmkow | 2 | -6/+6 |
2020-06-27 | Kernel: Correct Host Context on Threads and Scheduler. | Fernando Sahmkow | 4 | -11/+11 |
2020-06-27 | Clang Format. | Fernando Sahmkow | 7 | -18/+15 |
2020-06-27 | ARMInterface/Externals: Update dynarmic and fit to latest version. | Fernando Sahmkow | 1 | -7/+7 |
2020-06-27 | ARMInterface: Correct rebase errors. | Fernando Sahmkow | 3 | -5/+5 |
2020-06-27 | CoreTiming: Correct rebase bugs and other miscellaneous things. | Fernando Sahmkow | 1 | -0/+2 |
2020-06-27 | Core: Split Microprofile Dynarmic timing per Core | Fernando Sahmkow | 1 | -3/+12 |
2020-06-27 | General: Tune the priority of main emulation threads so they have higher priority than less important helper threads. | Fernando Sahmkow | 2 | -0/+2 |
2020-06-27 | Dynarmic Interface: don't clear cache if JIT has not been created. | Fernando Sahmkow | 2 | -0/+6 |
2020-06-27 | General: Correct rebase, sync gpu and context management. | Fernando Sahmkow | 3 | -18/+3 |
2020-06-27 | CoreTiming/CycleTimer: Correct Idling. | Fernando Sahmkow | 1 | -2/+5 |
2020-06-27 | SingleCore: Correct ticks reset to be on preemption. | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | General: Cleanup legacy code. | Fernando Sahmkow | 17 | -739/+6 |
2020-06-27 | Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBreak. | Fernando Sahmkow | 2 | -3/+13 |
2020-06-27 | Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL. | Fernando Sahmkow | 1 | -6/+9 |
2020-06-27 | HLE_IPC: Correct HLE Event behavior on timeout. | Fernando Sahmkow | 3 | -1/+19 |
2020-06-27 | SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock. | Fernando Sahmkow | 3 | -2/+4 |
2020-06-27 | FrameLimiting: Enable frame limiting for single core. | Fernando Sahmkow | 2 | -1/+2 |
2020-06-27 | SingleCore: Use Cycle Timing instead of Host Timing. | Fernando Sahmkow | 15 | -80/+152 |
2020-06-27 | Scheduler: Correct Reload/Unload | Fernando Sahmkow | 2 | -3/+5 |
2020-06-27 | Thread: Release the ARM Interface on exitting. | Fernando Sahmkow | 3 | -1/+8 |
2020-06-27 | General: Move ARM_Interface into Threads. | Fernando Sahmkow | 18 | -170/+136 |
2020-06-27 | Core: Refactor ARM Interface. | Fernando Sahmkow | 10 | -42/+69 |
2020-06-27 | X64 Clock: Reduce accuracy to be less or equal to guest accuracy. | Fernando Sahmkow | 1 | -0/+3 |
2020-06-27 | ARM/WaitTree: Better track the CallStack for each thread. | Fernando Sahmkow | 2 | -0/+60 |
2020-06-27 | SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. | Fernando Sahmkow | 3 | -5/+20 |
2020-06-27 | SingleCore: Move Host Timing from a sepparate thread to main cpu thread. | Fernando Sahmkow | 7 | -10/+48 |
2020-06-27 | GUI: Make multicore only work with Async and add GUI for multicore. | Fernando Sahmkow | 3 | -2/+34 |
2020-06-27 | ARM: Addapt to new Exclusive Monitor Interface. | Fernando Sahmkow | 5 | -31/+24 |
2020-06-27 | CPU_Manager: Correct stopping on SingleCore. | Fernando Sahmkow | 1 | -3/+8 |
2020-06-27 | Scheduler: Correct yielding interaction with SetThreadActivity. | Fernando Sahmkow | 1 | -0/+15 |
2020-06-27 | General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running. | Fernando Sahmkow | 10 | -11/+77 |
2020-06-27 | General: Fix Stop function | Fernando Sahmkow | 3 | -3/+21 |
2020-06-27 | Kernel: Rewind on SVC change. | Fernando Sahmkow | 3 | -5/+16 |
2020-06-27 | Kernel: Preempt Single core on redudant yields. | Fernando Sahmkow | 6 | -21/+42 |
2020-06-27 | CPU_Manager: Unload/Reload threads on preemption on SingleCore | Fernando Sahmkow | 4 | -7/+64 |
2020-06-27 | Synchronization: Correct wide Assertion. | Fernando Sahmkow | 1 | -2/+4 |
2020-06-27 | General: Initial Setup for Single Core. | Fernando Sahmkow | 6 | -34/+215 |
2020-06-27 | Scheduler: Set last running time on thread. | Fernando Sahmkow | 2 | -4/+2 |
2020-06-27 | Kernel: Corrections to TimeManager, Scheduler and Mutex. | Fernando Sahmkow | 3 | -5/+5 |
2020-06-27 | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | Fernando Sahmkow | 8 | -38/+38 |
2020-06-27 | Scheduler: Correct yields. | Fernando Sahmkow | 2 | -7/+25 |
2020-06-27 | Mutex: Revert workaround due to poor exclusive memory. | Fernando Sahmkow | 1 | -9/+2 |
2020-06-27 | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow | 9 | -24/+236 |
2020-06-27 | SVC: WaitSynchronization add Termination Pending Result. | Fernando Sahmkow | 2 | -1/+5 |
2020-06-27 | Scheduler: Remove arm_interface lock and a few corrections. | Fernando Sahmkow | 2 | -17/+3 |
2020-06-27 | SVC: Correct SetThreadActivity. | Fernando Sahmkow | 4 | -38/+59 |
2020-06-27 | SCC: Small corrections to CancelSynchronization | Fernando Sahmkow | 3 | -2/+14 |
2020-06-27 | Scheduler: Correct locking for hle threads. | Fernando Sahmkow | 1 | -1/+2 |
2020-06-27 | Scheduler: Fix HLE Threads on guard | Fernando Sahmkow | 1 | -4/+6 |
2020-06-27 | Scheduler: Protect on closed threads. | Fernando Sahmkow | 1 | -7/+17 |
2020-06-27 | Scheduler: Correct assert. | Fernando Sahmkow | 1 | -4/+2 |
2020-06-27 | Core: Correct rebase. | Fernando Sahmkow | 2 | -18/+11 |
2020-06-27 | Scheduler: Release old thread fiber before trying to switch to the next thread fiber. | Fernando Sahmkow | 2 | -11/+35 |
2020-06-27 | NVDRV: Remove frame limiting as Host Timing already takes care. | Fernando Sahmkow | 1 | -1/+0 |
2020-06-27 | Mutex: Correct Result writting to clear exclusivity. | Fernando Sahmkow | 1 | -3/+11 |
2020-06-27 | SVC: Correct svcWaitForAddress and svcSignalToAddress. | Fernando Sahmkow | 4 | -68/+161 |
2020-06-27 | Scheduler: Correct Select Threads Step 2. | Fernando Sahmkow | 1 | -0/+1 |
2020-06-27 | Kernel: Corrections to Scheduling. | Fernando Sahmkow | 5 | -19/+23 |
2020-06-27 | Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for Debugging | Fernando Sahmkow | 3 | -15/+17 |
2020-06-27 | Core: Correct HLE Event Callbacks and other issues. | Fernando Sahmkow | 5 | -37/+39 |
2020-06-27 | Process: Protect TLS region and Modules. | Fernando Sahmkow | 1 | -0/+4 |
2020-06-27 | General: Add Asserts | Fernando Sahmkow | 4 | -0/+24 |
2020-06-27 | General: Add better safety for JIT use. | Fernando Sahmkow | 5 | -7/+39 |
2020-06-27 | SVC: Correct races on physical core switching. | Fernando Sahmkow | 2 | -10/+10 |
2020-06-27 | NVFlinger: Lock race condition between CPU, Host Timing, VSync. | Fernando Sahmkow | 3 | -0/+11 |
2020-06-27 | SVC: Add locks to the memory management. | Fernando Sahmkow | 1 | -0/+21 |
2020-06-27 | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | Fernando Sahmkow | 9 | -33/+84 |
2020-06-27 | SVC: Cleanup old methods. | Fernando Sahmkow | 1 | -13/+9 |
2020-06-27 | CPU_Manager: Reconfigre guest threads for dynamrmic downsides | Fernando Sahmkow | 3 | -1/+7 |
2020-06-27 | SVC: Correct SendSyncRequest. | Fernando Sahmkow | 8 | -54/+116 |
2020-06-27 | SVC: Correct ArbitrateUnlock | Fernando Sahmkow | 3 | -33/+37 |
2020-06-27 | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock | Fernando Sahmkow | 8 | -90/+134 |
2020-06-27 | SVC: Remove global HLE Lock. | Fernando Sahmkow | 1 | -3/+0 |
2020-06-27 | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThreadCoreMask, GetCurrentProcessorNumber | Fernando Sahmkow | 5 | -15/+26 |
2020-06-27 | SVC: Correct CreateThread, StartThread, ExitThread, SleepThread. | Fernando Sahmkow | 3 | -37/+31 |
2020-06-27 | HostTiming: Pause the hardware clock on pause. | Fernando Sahmkow | 3 | -1/+8 |
2020-06-27 | General: Setup yuzu threads' microprofile, naming and registry. | Fernando Sahmkow | 2 | -3/+7 |
2020-06-27 | CPU_Manager: remove debugging code. | Fernando Sahmkow | 1 | -8/+4 |
2020-06-27 | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 48 | -696/+1216 |
2020-06-27 | nfc: Update function table | VolcaEM | 1 | -3/+3 |
2020-06-27 | ncm: Update function table | VolcaEM | 1 | -10/+10 |
2020-06-27 | mm: Update function table | VolcaEM | 1 | -16/+16 |
2020-06-27 | mig: Update function table | VolcaEM | 1 | -0/+6 |
2020-06-27 | ldn: Update function table | VolcaEM | 1 | -0/+1 |
2020-06-27 | Oops (fix typo) | VolcaEM | 1 | -1/+1 |
2020-06-27 | lbl: Update function table | VolcaEM | 1 | -0/+1 |
2020-06-27 | grc: Update function table | VolcaEM | 1 | -0/+3 |
2020-06-27 | friend: Update function table | VolcaEM | 1 | -0/+6 |
2020-06-27 | Use better names for "Unknown"s | VolcaEM | 1 | -39/+39 |
2020-06-27 | Update function names | VolcaEM | 1 | -4/+4 |
2020-06-27 | btm: Give better names for unknown functions | David Marcec | 1 | -5/+5 |
2020-06-27 | btdrv: Update function table (#4174) | VolcaEM | 1 | -83/+84 |
2020-06-27 | bpc: Update function tables (#4173) | VolcaEM | 1 | -7/+13 |
2020-06-27 | bcat: Update function tables and add missing classes (#4172) | VolcaEM | 2 | -0/+5 |
2020-06-27 | am: Update function tables and add missing classes (#4169) | VolcaEM | 3 | -17/+19 |
2020-06-27 | aoc: Update function table (#4170) | VolcaEM | 1 | -0/+1 |
2020-06-27 | eupld: Update function table | VolcaEM | 1 | -0/+1 |
2020-06-27 | es: Update function table | VolcaEM | 1 | -2/+41 |
2020-06-27 | btm: Update function tables | VolcaEM | 1 | -71/+76 |
2020-06-26 | caps_u: Fix GetAlbumContentsFileListForApplication stub | Morph | 1 | -9/+15 |
2020-06-26 | caps: Use enum classes and check struct sizes on compile time | Morph | 1 | -34/+40 |
2020-06-26 | caps: Update copyright headers | Morph | 14 | -14/+14 |
2020-06-26 | Add a "Mute Audio" hotkey | Kewlan | 2 | -0/+10 |
2020-06-25 | memory_manager: Remove useless assertion | David Marcec | 1 | -1/+0 |
2020-06-24 | hid: Stub a series of "SevenSixAxisSensor" service commands | Morph | 2 | -21/+85 |
2020-06-24 | Prevent nullptr dereference on swkbd error case | David Marcec | 1 | -1/+1 |
2020-06-24 | prepo: : Don't read extra buffer from report unless passed | David Marcec | 1 | -1/+6 |
2020-06-24 | Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG | David Marcec | 1 | -25/+22 |
2020-06-24 | Move GetKeyCodeMapImpl to an anonymous namespace | David Marcec | 1 | -19/+19 |
2020-06-24 | Fixed logging output | David Marcec | 1 | -1/+1 |
2020-06-24 | Implement GetKeyCodeMap & GetKeyCodeMap2 | David Marcec | 2 | -2/+72 |
2020-06-23 | lm: Silence no return value warning | Morph | 1 | -1/+2 |
2020-06-22 | account: Update function tables and add missing classes (#4145) | VolcaEM | 5 | -42/+384 |
2020-06-22 | arm_dynarmic_64: Log the instruction when an exception is raised | Morph | 1 | -2/+2 |
2020-06-22 | arm_dynarmic_32: Log under Core_ARM instead of HW_GPU | Morph | 1 | -1/+1 |
2020-06-21 | hid: Implement Get/ResetGyroscopeZeroDriftMode | Morph | 4 | -6/+56 |
2020-06-21 | Clang Formatting | Ameer | 1 | -26/+16 |
2020-06-21 | GC Adapter Implementation | Ameer | 1 | -16/+26 |
2020-06-20 | software_keyboard: Eliminate trivial redundant copies | Lioncash | 1 | -2/+2 |
2020-06-19 | mii_model: Remove redundant std::move | MerryMage | 1 | -1/+1 |
2020-06-19 | Fix compilation when not building with boxcat | David Marcec | 1 | -2/+2 |
2020-06-18 | Host Timing: Correct clang format. | Fernando Sahmkow | 1 | -1/+0 |
2020-06-18 | HostTiming: Correct rebase and implement AddTicks. | Fernando Sahmkow | 2 | -1/+19 |
2020-06-18 | Core/HostTiming: Allow events to be advanced manually. | Fernando Sahmkow | 2 | -26/+41 |
2020-06-18 | Common/Tests: Address Feedback | Fernando Sahmkow | 4 | -7/+19 |
2020-06-18 | Common/Tests: Clang Format. | Fernando Sahmkow | 2 | -4/+6 |
2020-06-18 | Common: Refactor & Document Wall clock. | Fernando Sahmkow | 1 | -2/+1 |
2020-06-18 | Common: Implement WallClock Interface and implement a native clock for x64 | Fernando Sahmkow | 2 | -14/+11 |
2020-06-18 | Tests: Add base tests to host timing | Fernando Sahmkow | 2 | -41/+90 |
2020-06-18 | Core: Implement a Host Timer. | Fernando Sahmkow | 5 | -0/+295 |
2020-06-18 | arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0 | ReinUsesLisp | 1 | -1/+1 |
2020-06-18 | memory_manager: Explicitly specifcy std::min<size_t> | MerryMage | 1 | -2/+2 |
2020-06-18 | shared_font: Service::NS::EncryptSharedFont takes a size_t& | MerryMage | 1 | -1/+1 |
2020-06-18 | Move SHA256Hash to its original position | VolcaEM | 1 | -2/+2 |
2020-06-17 | arm_dynarmic_cp15: Implement CNTPCT | MerryMage | 1 | -0/+13 |
2020-06-17 | arm_dynarmic_cp15: Update CP15 | MerryMage | 4 | -142/+73 |
2020-06-17 | arm_dynarmic_32: InterpreterFallback should never happen | MerryMage | 1 | -2/+3 |
2020-06-16 | Remove unnecessary pragmas | VolcaEM | 1 | -8/+0 |
2020-06-16 | Revert IsValidNRO refactor but make it more readable | VolcaEM | 1 | -26/+13 |
2020-06-16 | Update assert string | VolcaEM | 1 | -1/+1 |
2020-06-14 | Clang-format again | VolcaEM | 1 | -2/+2 |
2020-06-14 | Use consistent variable names | VolcaEM | 1 | -4/+4 |
2020-06-14 | Clang-format | VolcaEM | 1 | -1/+2 |
2020-06-14 | Make assert strings consistent | VolcaEM | 1 | -3/+3 |
2020-06-14 | Attempt to fix crashes in SSBU and refactor IsValidNRO | VolcaEM | 1 | -36/+59 |
2020-06-10 | nvdrv: Fix GetTPCMasks for ioctl3 | David Marcec | 2 | -21/+22 |
2020-06-10 | kernel: Account for system resource size for memory usage | David Marcec | 1 | -2/+4 |
2020-06-06 | yuzu/frontend: Remove internal resolution option | Morph | 1 | -1/+1 |
2020-06-05 | service: nvhost_vic: Ignore Submit commands. | bunnei | 2 | -1/+18 |
2020-06-05 | nvdrv: Stub nvdec/vic ioctls to bypass nvdec movies | Zach Hilman | 4 | -3/+239 |
2020-06-04 | Downgrade "handle not signaled" error to trace | David Marcec | 1 | -1/+1 |
2020-06-02 | Address review comments | VolcaEM | 1 | -4/+4 |
2020-06-01 | Clang-format | VolcaEM | 1 | -2/+1 |
2020-06-01 | hid: Stub GetXpadIDs | VolcaEM | 2 | -1/+14 |
2020-05-31 | Add comment to nrr_kind | VolcaEM | 1 | -1/+1 |
2020-05-31 | ldr: Update NRR/NRO structs | VolcaEM | 1 | -40/+72 |
2020-05-30 | Implement macro JIT | David Marcec | 1 | -0/+1 |
2020-05-29 | kernel: ResourceLimit::Reserve remove useless while loop | David Marcec | 1 | -5/+1 |
2020-05-28 | Make copying directory string more concise | lat9nq | 1 | -2/+1 |
2020-05-28 | Address requested changes | lat9nq | 2 | -4/+4 |
2020-05-28 | *nix systems can read any-case patch directories | lat9nq | 2 | -8/+32 |
2020-05-21 | clang-format | VolcaEM | 1 | -1/+2 |
2020-05-21 | nifm: correct assert in CreateTemporaryNetworkProfile | VolcaEM | 1 | -1/+1 |
2020-05-20 | crypto: Make KeyManager a singleton class | FearlessTobi | 12 | -20/+26 |
2020-05-19 | yuzu: Add frontend settings for assembly shaders | ReinUsesLisp | 3 | -0/+3 |
2020-05-16 | file_sys: Update SystemVersion archive to version 10.0.2 | David Marcec | 1 | -7/+7 |
2020-05-16 | nv_flinger: Use enum for pixel format instead of u32 | David Marcec | 2 | -3/+11 |
2020-05-15 | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) | Morph | 2 | -1/+6 |
2020-05-13 | time_zone: Use std::chrono::seconds for strong typing. | bunnei | 1 | -1/+1 |
2020-05-12 | hid: Clear keyboard states & fix logic issue | David Marcec | 1 | -3/+4 |
2020-05-11 | hle: service: time_zone_manager: Use current time zone setting. | bunnei | 2 | -3/+32 |
2020-05-11 | core: settings: Add a setting for time zone. | bunnei | 2 | -0/+20 |
2020-05-11 | service: fsp_srv: Stub implementation of OpenMultiCommitManager. | bunnei | 2 | -1/+38 |
2020-05-11 | file_sys: savefata_factory: Update to support DeviceSaveData. | bunnei | 1 | -3/+6 |
2020-05-11 | file_sys: control_metadata: Expose device_save_data_size. | bunnei | 2 | -0/+5 |
2020-05-11 | Stub SendKeyboardLockKeyEvent | David Marcec | 2 | -1/+11 |
2020-05-08 | Replace externals with Conan (#3735) | James Rowe | 3 | -4/+5 |
2020-05-03 | kernel/memory: Remove #pragma once within cpp file | Lioncash | 1 | -2/+0 |
2020-05-03 | kernel/memory: Remove unused includes | Lioncash | 7 | -8/+1 |
2020-05-03 | kernel/memory: Remove unused variables in memory_block_manager | Lioncash | 1 | -3/+0 |
2020-05-03 | kernel/memory: Make use of std::array consistently in address_space_info | Lioncash | 1 | -6/+6 |
2020-05-03 | kernel/memory: Resolve -Wshadow warnings | Lioncash | 1 | -4/+4 |
2020-05-03 | kernel/memory: Amend potential encoding warnings | Lioncash | 6 | -12/+12 |
2020-05-03 | hle_ipc: Eliminate core memory globals | Lioncash | 3 | -10/+16 |
2020-05-03 | settings: Add anisotropic filtering level to the yuzu configuration log (#3875) | Morph | 1 | -0/+1 |
2020-05-03 | Update src/core/hle/service/am/am.cpp | bunnei | 1 | -1/+1 |
2020-05-02 | readable_event: Remove unnecessary semicolon in Signal() | Lioncash | 1 | -4/+6 |
2020-05-01 | nvdrv: Fix GetGpuTime stack corruption | David Marcec | 1 | -2/+3 |
2020-05-01 | am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent | David Marcec | 3 | -4/+20 |
2020-04-30 | caps:su Stub out SetShimLibraryVersion | Jason Parker | 2 | -1/+13 |
2020-04-30 | fs-srv: GetFreeSpaceSize & GetTotalSpaceSize | David Marcec | 1 | -2/+2 |
2020-04-30 | nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface | David Marcec | 1 | -1/+69 |
2020-04-30 | caps: Add missing service names to caps:su | David Marcec | 1 | -0/+3 |
2020-04-30 | am: GetFriendInvitationStorageChannelEvent | David Marcec | 2 | -1/+14 |
2020-04-29 | psm: Mark as debug instead of warning | David Marcec | 1 | -7/+14 |
2020-04-29 | am: Properly implement GetDisplayVersion | David Marcec | 1 | -3/+14 |
2020-04-29 | am: IsVrModeEnabled & SetVrModeEnabled fixes | David Marcec | 2 | -16/+6 |
2020-04-29 | acc: Return a unique value per account for GetAccountId | David Marcec | 1 | -5/+8 |
2020-04-29 | acc: Fix InitializeApplicationInfo | David Marcec | 2 | -22/+15 |
2020-04-29 | kernel: Don't fail silently | David Marcec | 7 | -0/+51 |
2020-04-29 | Don't fail silently for vi, sm, set and ns services | David Marcec | 4 | -3/+27 |
2020-04-28 | kernel: Bad GetInfo ids should not be marked as stubs | David Marcec | 1 | -2/+2 |
2020-04-28 | Updated comment to reflect ListQualifiedUsers better | David Marcec | 1 | -1/+3 |
2020-04-28 | style: Change AMs & Glues error codes to be dec instead of hex | David Marcec | 2 | -7/+7 |
2020-04-28 | marked stubs | David Marcec | 1 | -4/+5 |
2020-04-28 | account: ListQualifiedUsers | David Marcec | 5 | -3/+13 |
2020-04-28 | Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified | David Marcec | 2 | -5/+93 |
2020-04-26 | services: hid: Stub StopSevenSixAxisSensor. | M&M | 2 | -1/+13 |
2020-04-24 | vi: Don't let uninitialized data pass as a response for SetBufferCount | David Marcec | 1 | -1/+9 |
2020-04-24 | physical_core: Make use of std::make_unique instead of std::make_shared in ctor | Lioncash | 4 | -8/+15 |
2020-04-24 | shared_memory: Amend doxygen reference | Lioncash | 2 | -5/+5 |
2020-04-24 | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory | Lioncash | 1 | -2/+138 |
2020-04-23 | svc: Remove unused variable | Lioncash | 1 | -3/+0 |
2020-04-23 | page_table: Remove unused captures | Lioncash | 1 | -2/+2 |
2020-04-23 | kernel: memory: Improve implementation of device shared memory. (#3707) | bunnei | 5 | -3/+105 |
2020-04-23 | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | 1 | -0/+1 |
2020-04-22 | Correct Linux Compile Error. | Fernando Sahmkow | 2 | -7/+10 |
2020-04-22 | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | 3 | -4/+30 |
2020-04-21 | audio_renderer: Preliminary BehaviorInfo (#3736) | David | 1 | -2/+7 |
2020-04-21 | loader: nro: Fix process initialization using ProgramMetadata default. | bunnei | 2 | -11/+14 |
2020-04-21 | loader: elf: Fix process initialization using ProgramMetadata default. | bunnei | 1 | -0/+5 |
2020-04-21 | file_sys: program_metadata: Add a helper function for generating reasonable default metadata. | bunnei | 2 | -1/+16 |
2020-04-20 | service: Update function tables | Lioncash | 19 | -7/+108 |
2020-04-20 | npad: Lower log level for VibrateController to Debug | FearlessTobi | 1 | -1/+1 |
2020-04-20 | audren: Lower log level for RequestUpdateImpl to Debug | FearlessTobi | 1 | -1/+1 |
2020-04-20 | dynarmic: Add option to disable CPU JIT optimizations | MerryMage | 2 | -2/+9 |
2020-04-19 | service/time: Remove reliance on the global system accessor | Lioncash | 1 | -24/+26 |
2020-04-19 | thread: FPCR.FZ is likely not 1 | MerryMage | 1 | -2/+1 |
2020-04-19 | core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction page. | bunnei | 1 | -0/+11 |
2020-04-18 | service: hid: npad: Fix implicit fallthrough errors. | bunnei | 1 | -0/+2 |
2020-04-18 | time/system_clock_core: Remove unnecessary initializer | Lioncash | 1 | -1/+1 |
2020-04-18 | service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as const | Lioncash | 1 | -1/+1 |
2020-04-18 | service/time: Add virtual destructors where applicable | Lioncash | 3 | -2/+3 |
2020-04-18 | service: Remove unused RequestParser instances | Lioncash | 2 | -3/+0 |
2020-04-18 | memory/slab_heap: Make use of static_cast over reinterpret_cast | Lioncash | 1 | -2/+2 |
2020-04-18 | loader/nso: Resolve moves not occurring in DecompressSegment | Lioncash | 1 | -1/+1 |
2020-04-18 | am: Resolve ineffective moves | Lioncash | 1 | -2/+2 |
2020-04-17 | core: hle: Address various feedback & code cleanup. | bunnei | 11 | -251/+153 |
2020-04-17 | core: device_memory: Remove incorrect usage of constexpr. | bunnei | 1 | -2/+6 |
2020-04-17 | memory: Add copyright notice for Atmosphere where applicable. | bunnei | 6 | -0/+18 |
2020-04-17 | kernel: Remove old VMManager class. | bunnei | 3 | -1973/+0 |
2020-04-17 | loader: nso: Fix loader size and arguments. | bunnei | 3 | -25/+47 |
2020-04-17 | loader: elf/kip/nro: Updates for new VMM. | bunnei | 3 | -5/+7 |
2020-04-17 | service: ldr: Updates for new VMM. | bunnei | 1 | -150/+215 |
2020-04-17 | kernel: memory: page_table: Simplify GetPhysicalAddr impl. | bunnei | 4 | -19/+6 |
2020-04-17 | kernel: svc: Updates for new VMM. | bunnei | 1 | -488/+116 |
2020-04-17 | core: memory: Fix memory access on page boundaries. | bunnei | 1 | -6/+39 |
2020-04-17 | core: memory: Updates for new VMM. | bunnei | 2 | -114/+53 |
2020-04-17 | core: gdbstub: Updates for new VMM. | bunnei | 1 | -2/+2 |
2020-04-17 | core: reporter: Updates for new VMM. | bunnei | 1 | -3/+5 |
2020-04-17 | memory: cheat_engine: Updates for new VMM. | bunnei | 1 | -5/+8 |
2020-04-17 | kernel: process: Updates for new VMM. | bunnei | 2 | -79/+151 |
2020-04-17 | service: pl_u: Update for new shared memory layout. | bunnei | 1 | -7/+5 |
2020-04-17 | service: time: Update for new shared memory layout. | bunnei | 1 | -3/+2 |
2020-04-17 | service: hid: Update for new shared memory layout. | bunnei | 1 | -3/+2 |
2020-04-17 | service: irs: Update for new shared memory layout. | bunnei | 1 | -3/+3 |
2020-04-17 | kernel: resource_limit: Reserve physical memory. | bunnei | 1 | -1/+6 |
2020-04-17 | kernel: Initialize memory layout for new VMM. | bunnei | 2 | -0/+159 |
2020-04-17 | core: system: Rename GetDeviceManager -> DeviceManager. | bunnei | 3 | -7/+7 |
2020-04-17 | kernel: transfer_memory: Refactor for new VMM. | bunnei | 2 | -130/+16 |
2020-04-17 | core: Construct/Destruct DeviceMemory on Init/Shutdown. | bunnei | 1 | -4/+7 |
2020-04-17 | kernel: shared_memory: Refactor for new VMM. | bunnei | 2 | -220/+58 |
2020-04-17 | core: device_memory: Update to use VirtualBuffer class. | bunnei | 2 | -39/+12 |
2020-04-17 | kernel: errors: Add ERR_OUT_OF_RESOURCES. | bunnei | 1 | -0/+1 |
2020-04-17 | kernel: process_capability: Update to use Memory::PageTable. | bunnei | 2 | -23/+25 |
2020-04-17 | kernel: memory: Add PageTable class, to manage process address space. | bunnei | 3 | -0/+1510 |
2020-04-17 | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei | 2 | -0/+74 |
2020-04-17 | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei | 3 | -0/+276 |
2020-04-17 | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei | 3 | -0/+256 |
2020-04-17 | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei | 3 | -0/+483 |
2020-04-17 | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei | 2 | -0/+94 |
2020-04-17 | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei | 3 | -0/+61 |
2020-04-17 | physical_memory: Add missing include for <vector>. | bunnei | 1 | -0/+2 |
2020-04-17 | kernel: memory: Add MemoryBlock class, for managing memory blocks and their state. | bunnei | 2 | -0/+316 |
2020-04-17 | kernel: memory: Add memory_types.h, for things that are commonly used in memory code. | bunnei | 2 | -0/+19 |
2020-04-17 | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei | 2 | -0/+162 |
2020-04-17 | kernel: memory: Add AddressSpaceInfo class, for managing the memory address space. | bunnei | 3 | -0/+166 |
2020-04-17 | core: device_manager: Add a simple class to manage device RAM. | bunnei | 5 | -1/+118 |
2020-04-17 | dynarmic: Enable strict alignment checks. | bunnei | 1 | -1/+4 |
2020-04-17 | core: memory: Move to Core::Memory namespace. | bunnei | 33 | -80/+81 |
2020-04-17 | core: kernel: Add svc_types header to include SVC-specific types. | bunnei | 3 | -0/+70 |
2020-04-17 | core: kernel: Move SVC to its own namesapce. | bunnei | 5 | -9/+9 |
2020-04-17 | kernel: resource_limit: Improvements to implementation. | bunnei | 2 | -12/+50 |
2020-04-17 | loader: nso: Fix loading of static objects to be properly sized and aligned. | bunnei | 1 | -19/+9 |
2020-04-17 | process: SetupMainThread: Zero out argument on process start. | bunnei | 1 | -0/+2 |
2020-04-17 | arm_interface: Ensure ThreadContext is zero'd out. | bunnei | 1 | -16/+16 |
2020-04-17 | General: Resolve warnings related to missing declarations | Lioncash | 3 | -10/+5 |
2020-04-17 | gdbstub: Fix some gdbstub jankiness | MerryMage | 1 | -4/+3 |
2020-04-17 | key_manager: Resolve missing field initializer warning | Lioncash | 1 | -1/+2 |
2020-04-17 | time_zone_manager: Resolve sign conversion warnings | Lioncash | 1 | -2/+2 |
2020-04-17 | hle_ipc: Remove std::size_t casts where applicable | Lioncash | 2 | -21/+23 |
2020-04-16 | externals: Move LibreSSL linking to httplib. | Markus Wick | 1 | -5/+2 |
2020-04-16 | CMakeLists: Specify -Wextra on linux builds | Lioncash | 13 | -43/+54 |
2020-04-15 | CMakeLists: Make -Wreorder a compile-time error | Lioncash | 1 | -1/+1 |
2020-04-15 | kernel/thread: Resolve -Wswitch warnings | Lioncash | 1 | -0/+2 |
2020-04-15 | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. | bunnei | 3 | -1/+25 |
2020-04-14 | file_sys: patch_manager: Return early when there are no layers to apply. | bunnei | 1 | -0/+6 |
2020-04-14 | service: friend: Stub IFriendService::GetBlockedUserListIds. | bunnei | 1 | -1/+10 |
2020-04-10 | Buffer queue: Correct behavior of free buffer. | Fernando Sahmkow | 2 | -9/+33 |
2020-04-10 | service/vi: Partially implement BufferQueue disconnect | ReinUsesLisp | 3 | -10/+44 |
2020-04-08 | Memory: Address Feedback. | Fernando Sahmkow | 1 | -0/+68 |
2020-04-07 | yuzu: Drop SDL2 and Qt frontend Vulkan requirements | ReinUsesLisp | 1 | -5/+36 |
2020-04-07 | file_sys: fix LayeredFS error when loading some games made with… (#3602) | enler | 1 | -1/+2 |
2020-04-06 | Buffer Cache: Use vAddr instead of physical memory. | Fernando Sahmkow | 2 | -0/+125 |
2020-04-06 | GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr | Fernando Sahmkow | 1 | -6/+6 |
2020-04-01 | capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571) | Morph | 15 | -151/+536 |
2020-03-27 | services: hid: Stub InitializeSevenSixAxisSensor. | bunnei | 2 | -1/+9 |
2020-03-27 | services: time: Implement CalculateSpanBetween. | bunnei | 3 | -1/+31 |
2020-03-27 | am: Implement VR related APIs | perillamint | 2 | -3/+42 |
2020-03-26 | services: ldr: Fix MemoryState for read/write regions of NROs. | bunnei | 1 | -5/+15 |
2020-03-26 | Address review and fix broken yuzu-tester build | James Rowe | 2 | -2/+4 |
2020-03-25 | Frontend/GPU: Refactor context management | James Rowe | 5 | -75/+32 |
2020-03-23 | sm/controller: Increase PointerBufferSize | FearlessTobi | 1 | -1/+1 |
2020-03-22 | core/web_browser: Allow WebApplet to exit gracefully when an error occurs | FearlessTobi | 1 | -0/+6 |
2020-03-19 | set: implement GetRegionCode | Dan | 4 | -1/+12 |
2020-03-18 | time_zone_content_manager: Fix out of bounds read | ReinUsesLisp | 1 | -1/+1 |
2020-03-17 | yuzu: Save sound output mode and set it to Stereo by default | FearlessTobi | 1 | -0/+1 |
2020-03-17 | gdbstub: small logic bug fix with defer_start | Gauvain "GovanifY" Roussel-Tarbouriech | 1 | -2/+4 |
2020-03-17 | gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization | Gauvain "GovanifY" Roussel-Tarbouriech | 3 | -2/+16 |
2020-03-12 | NVFlinger: Do the microprofile Flip after processing a valid frame. | Fernando Sahmkow | 1 | -2/+2 |
2020-03-11 | framebuffer_layout.h: drop the use of enum for screen dimensions. | Vitor Kiguchi | 2 | -10/+10 |
2020-03-03 | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei | 2 | -107/+380 |
2020-03-03 | core: Implement separate A32/A64 ARM interfaces. | bunnei | 20 | -120/+452 |
2020-03-03 | core: loader: Remove check for 32-bit. | bunnei | 1 | -6/+0 |
2020-03-03 | core: dynarmic: Add CP15 from Citra. | bunnei | 3 | -0/+234 |
2020-02-28 | video_core: Reintroduce dirty flags infrastructure | ReinUsesLisp | 1 | -0/+1 |
2020-02-28 | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. | Morph | 1 | -0/+1 |
2020-02-27 | AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) | Morph | 2 | -2/+14 |
2020-02-27 | renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace. | bunnei | 1 | -41/+0 |
2020-02-26 | ARM_Interface: Cache the JITs instead of deleting/recreating. | Fernando Sahmkow | 2 | -4/+19 |
2020-02-26 | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. | bunnei | 5 | -25/+28 |
2020-02-26 | frontend: sdl2: emu_window: Implement separate presentation thread. | bunnei | 1 | -3/+0 |
2020-02-26 | renderer_opengl: Add texture mailbox support for presenter thread. | bunnei | 1 | -0/+1 |
2020-02-26 | core: frontend: emu_window: Add TextureMailbox class. | bunnei | 1 | -0/+41 |
2020-02-26 | core: settings: Add setting to enable vsync, which is on by default. | bunnei | 3 | -0/+3 |
2020-02-22 | Scheduler: Inline global scheduler in Scheduler Lock. | Fernando Sahmkow | 1 | -4/+2 |
2020-02-22 | Kernel: Correct pending feedback. | Fernando Sahmkow | 1 | -3/+4 |
2020-02-22 | System: Expose Host thread registering routines from kernel. | Fernando Sahmkow | 2 | -0/+14 |
2020-02-22 | Kernel: Address Feedback. | Fernando Sahmkow | 6 | -30/+47 |
2020-02-22 | Kernel: Implement Scheduler locks | Fernando Sahmkow | 2 | -0/+89 |
2020-02-22 | Kernel: Implement Time Manager. | Fernando Sahmkow | 5 | -1/+98 |
2020-02-22 | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow | 5 | -24/+107 |
2020-02-22 | Kernel: Make global scheduler depend on KernelCore | Fernando Sahmkow | 4 | -8/+24 |
2020-02-19 | httplib compatibility | Brian Clinkenbeard | 1 | -3/+4 |
2020-02-18 | analog_from_button get direction implementation | CJBok | 1 | -5/+5 |
2020-02-16 | IUserLocalCommunicationService: add function Initialize2 | Nguyen Dac Nam | 1 | -1/+9 |
2020-02-16 | HLE: correct function name of IUserLocalCommunicationService | Nguyen Dac Nam | 1 | -1/+1 |
2020-02-16 | nvhost_gpu: implement ChannelSetTimeslice | namkazy | 2 | -0/+20 |
2020-02-14 | Add 4:3 aspect ratio and address feedback | Morph | 2 | -10/+13 |
2020-02-14 | Core: Correct compilition in GCC | Fernando Sahmkow | 1 | -0/+2 |
2020-02-14 | Address feedback | Morph | 2 | -18/+26 |
2020-02-14 | Use enumeration instead of magic numbers | Morph | 2 | -5/+11 |
2020-02-14 | Add following aspect ratios: 16:9, 21:9, Stretch to Window | Morph | 2 | -2/+16 |
2020-02-14 | Core: Address Feedback | Fernando Sahmkow | 6 | -24/+50 |
2020-02-12 | address_arbiter: Collapse loops in InsertThread() and RemoveThread() | Lioncash | 1 | -19/+17 |
2020-02-12 | address_arbiter: Simplify GetThreadsWaitingOnAddress() | Lioncash | 2 | -10/+9 |
2020-02-12 | bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase() | Lioncash | 1 | -1/+1 |
2020-02-12 | bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() | Lioncash | 1 | -1/+1 |
2020-02-12 | kernel/thread: Remove trivial usages of the global system accessor | Lioncash | 1 | -2/+2 |
2020-02-12 | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | 17 | -53/+88 |
2020-02-11 | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 23 | -80/+212 |
2020-02-11 | update hwopus DecodeInterleaved for FW 7.0.0+ | makigumo | 1 | -2/+4 |
2020-02-11 | Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. | Fernando Sahmkow | 20 | -73/+78 |
2020-02-08 | hle: services: Use std::shared_ptr instead of copy by value. | bunnei | 9 | -50/+52 |
2020-02-06 | kernel: transfer_memory: Properly reserve and reset memory region. | bunnei | 5 | -40/+116 |
2020-02-06 | wait_object: Make wait behavior only require one object to signal. | Zach Hilman | 1 | -11/+2 |
2020-02-06 | am: Correct IPC object count mismatch. | bunnei | 1 | -6/+4 |
2020-02-06 | services: am: Clear events on PopOutData and PopInteractiveOutData. | bunnei | 1 | -0/+2 |
2020-02-06 | am: Refactor IStorage interface. | bunnei | 7 | -43/+81 |
2020-02-06 | applets: software_keyboard: Signal state change on end of interactive session. | bunnei | 1 | -0/+1 |
2020-02-06 | applets: software_keyboard: Minor cleanup. | bunnei | 1 | -2/+2 |
2020-02-06 | services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. | bunnei | 1 | -15/+15 |
2020-02-06 | hle_ipc: Add error checking to read/write buffer access. | bunnei | 1 | -8/+42 |
2020-01-31 | Revert "system_archive: Fix Korean and Chinese fonts" | bunnei | 5 | -880167/+27164 |
2020-01-31 | core/arm: Remove usage of global GetCurrentThread() | Lioncash | 2 | -2/+4 |
2020-01-31 | kernel/physical_core: Make use of std::unique_ptr | Lioncash | 2 | -4/+10 |
2020-01-31 | core/cpu_manager: Remove unused includes | Lioncash | 1 | -2/+0 |
2020-01-31 | kernel/physical_core: Remove unused kernel reference member variable | Lioncash | 3 | -11/+7 |
2020-01-29 | yuzu: Implement Vulkan frontend | ReinUsesLisp | 1 | -0/+7 |
2020-01-29 | settings: Add settings for graphics backend | ReinUsesLisp | 2 | -1/+20 |
2020-01-29 | core: Only wait for idle on gpu_core when it was initialized | ReinUsesLisp | 1 | -1/+3 |
2020-01-27 | System: Address Feedback | Fernando Sahmkow | 11 | -24/+30 |
2020-01-26 | System: Correct PrepareReschedule. | Fernando Sahmkow | 1 | -1/+1 |
2020-01-26 | Kernel: Remove a few global instances from the kernel. | Fernando Sahmkow | 2 | -2/+2 |
2020-01-26 | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 15 | -128/+115 |
2020-01-26 | ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce. | Fernando Sahmkow | 3 | -16/+24 |
2020-01-25 | Core: Refactor CPU Management. | Fernando Sahmkow | 10 | -224/+168 |
2020-01-25 | bsd: Stub several more functions. | bunnei | 2 | -4/+48 |
2020-01-24 | Disable clang-format for font files | FearlessTobi | 3 | -0/+6 |
2020-01-24 | Kernel: Implement Physical Core. | Fernando Sahmkow | 2 | -0/+81 |
2020-01-23 | Input: UDP Client to provide motion and touch controls | fearlessTobi | 1 | -0/+3 |
2020-01-23 | service: time: Implement ToPosixTimeWithMyRule. | bunnei | 4 | -1/+34 |
2020-01-23 | loader: provide default arguments (zero byte) to NSOs | Michael Scire | 2 | -3/+10 |
2020-01-20 | time: Fix month off-by-one error. | bunnei | 1 | -2/+2 |
2020-01-19 | system_archive: Fix Chinese font | FearlessTobi | 2 | -13582/+694524 |
2020-01-19 | system_archive: Fix Korean font | FearlessTobi | 2 | -13582/+185637 |
2020-01-18 | core/memory: Create a special MapMemoryRegion for physical memory. | Markus Wick | 4 | -4/+31 |
2020-01-18 | core/hle: Simplify PhysicalMemory usage in vm_manager. | Markus Wick | 1 | -23/+11 |
2020-01-18 | core/loaders: Simplify PhysicalMemory usage. | Markus Wick | 3 | -8/+12 |
2020-01-15 | Moved analog direction logic to sdl_impl | CJBok | 2 | -9/+32 |
2020-01-14 | Corrected directional states sensitivity | CJBok | 1 | -9/+9 |
2020-01-11 | core/kernel: Fix GetTotalPhysicalMemoryUsed. | Markus Wick | 1 | -2/+2 |
2020-01-09 | hid: Fix analog sticks directional states | CJBok | 1 | -12/+12 |
2020-01-05 | service: time: Implement GetStandardLocalSystemClock. | bunnei | 3 | -1/+9 |
2020-01-04 | time: Remove overflow error checking (currently breaks ADO builds). | bunnei | 2 | -18/+2 |
2020-01-04 | service: time: Implement GetClockSnapshotFromSystemClockContext. | bunnei | 3 | -3/+27 |
2020-01-04 | service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. | bunnei | 5 | -1/+51 |
2020-01-04 | system_archive: Add a basic HLE implementation for time zone binary. | bunnei | 4 | -1/+675 |
2020-01-04 | service: time: Rewrite implementation of glue services. | bunnei | 35 | -444/+2834 |
2020-01-04 | core: Initialize several structs that make use of Common::UUID. | bunnei | 5 | -100/+101 |
2020-01-04 | service: vi: Implement CloseLayer. | bunnei | 5 | -11/+48 |
2020-01-03 | yuzu: Remove Maxwell debugger | ReinUsesLisp | 2 | -14/+0 |
2020-01-01 | core/memory + arm/dynarmic: Use a global offset within our arm page table. | Markus Wick | 2 | -9/+17 |
2019-12-30 | video_core: Block in WaitFence. | Markus Wick | 1 | -1/+1 |
2019-12-25 | NvServices: Correct Ioctl Remap. | Fernando Sahmkow | 2 | -3/+5 |
2019-12-11 | Kernel: Correct behavior of Address Arbiter threads. (#3165) | Fernando Sahmkow | 3 | -24/+67 |
2019-12-11 | kernel/svc: Correct function signature of SignalProcessWideKey | Lioncash | 2 | -9/+6 |
2019-12-08 | kernel: Remove unnecessary includes | Lioncash | 15 | -11/+17 |
2019-12-08 | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew | Lioncash | 2 | -2/+24 |
2019-12-05 | CpuCore: Clear exclusive state after doing a run in dynarmic. | Fernando Sahmkow | 2 | -1/+2 |
2019-12-02 | telemetry_session: Report renderer backend | ReinUsesLisp | 1 | -0/+1 |
2019-12-02 | telemetry_session: Use temporary to avoid writing the same enum | ReinUsesLisp | 1 | -16/+11 |
2019-11-28 | kernel: Implement a more accurate IPC dispatch. | bunnei | 19 | -167/+246 |
2019-11-28 | patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) | Morph | 1 | -5/+11 |
2019-11-27 | filesys/romfs: Remove unused includes | Lioncash | 2 | -4/+2 |
2019-11-27 | filesys/romfs: Make ProcessFile and ProcessDirectory internally linked | Lioncash | 1 | -2/+3 |
2019-11-27 | file_sys/directory: Make EntryType an enum class | Lioncash | 2 | -3/+3 |
2019-11-27 | core/memory; Migrate over SetCurrentPageTable() to the Memory class | Lioncash | 3 | -26/+34 |
2019-11-27 | core/memory: Migrate over GetPointerFromVMA() to the Memory class | Lioncash | 1 | -36/+36 |
2019-11-27 | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 14 | -153/+298 |
2019-11-27 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 17 | -167/+292 |
2019-11-27 | core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class | Lioncash | 2 | -91/+161 |
2019-11-27 | core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class | Lioncash | 2 | -68/+77 |
2019-11-27 | core/memory: Migrate over ReadCString() to the Memory class | Lioncash | 3 | -18/+40 |
2019-11-27 | core/memory: Migrate over GetPointer() | Lioncash | 3 | -18/+45 |
2019-11-27 | core: Prepare various classes for memory read/write migration | Lioncash | 17 | -41/+66 |
2019-11-27 | core/memory: Move memory read/write implementation functions into an anonymous namespace | Lioncash | 1 | -97/+98 |
2019-11-27 | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 6 | -39/+70 |
2019-11-27 | core/memory: Migrate over memory mapping functions to the new Memory class | Lioncash | 5 | -121/+172 |
2019-11-27 | core/memory: Introduce skeleton of Memory class | Lioncash | 4 | -3/+56 |
2019-11-27 | core_timing: Use better reference tracking for EventType. (#3159) | bunnei | 14 | -82/+71 |
2019-11-26 | kernel: Fix reference management for client/server session. | bunnei | 3 | -20/+18 |
2019-11-25 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 70 | -364/+365 |
2019-11-23 | Update svc.cpp | bunnei | 1 | -0/+1 |
2019-11-23 | svc: GetSystemTick should return cntpct_el0, not core ticks. | bunnei | 1 | -1/+3 |
2019-11-21 | Kernel: Optimize condition variable threads management. | Fernando Sahmkow | 4 | -24/+21 |
2019-11-21 | Kernel: Correct SignalProcessWideKey | Fernando Sahmkow | 1 | -6/+2 |
2019-11-21 | Kernel: Correct behavior of Condition Variables to be more similar to real hardware. | Fernando Sahmkow | 5 | -15/+74 |
2019-11-16 | Kernel: Correct Cancel Synchronization. | Fernando Sahmkow | 3 | -2/+19 |
2019-11-14 | service/am: Remove unnecessary Skip calls | Lioncash | 1 | -8/+16 |
2019-11-14 | am: Stub QueryApplicationPlayStatistics | Lioncash | 2 | -5/+14 |
2019-11-13 | xts_archive: Remove redundant std::string constructor | Lioncash | 1 | -2/+1 |
2019-11-12 | service: Update function tables | Lioncash | 33 | -7/+192 |
2019-11-12 | key_manager: Make use of IOFile in WriteKeyToFile() | Lioncash | 1 | -11/+15 |
2019-11-12 | core: Migrate off deprecated mbedtls functions | Lioncash | 7 | -12/+12 |
2019-11-12 | externals: Update httplib | Lioncash | 1 | -1/+1 |
2019-11-12 | service: Resolve sign conversion errors | Lioncash | 15 | -58/+55 |
2019-11-12 | perf_stats: Resolve implicit int to double conversion error | Lioncash | 1 | -1/+1 |
2019-11-12 | loader; Resolve sign conversion/truncation errors | Lioncash | 3 | -6/+6 |
2019-11-12 | gdbstub: Resolve sign conversion errors | Lioncash | 1 | -1/+2 |
2019-11-12 | kernel: Resolve sign conversion warnings | Lioncash | 4 | -72/+60 |
2019-11-12 | file_sys: Resolve sign conversion warnings | Lioncash | 4 | -12/+10 |
2019-11-12 | result: Add default error code for the ResultCode(-1) case | Lioncash | 1 | -1/+9 |
2019-11-12 | crypto: Resolve sign-conversion warnings | Lioncash | 2 | -11/+12 |
2019-11-12 | result: Resolve sign-coversion warnings | Lioncash | 1 | -1/+1 |
2019-11-12 | arm_unicorn: Resolve sign conversion warnings | Lioncash | 3 | -8/+10 |
2019-11-12 | CMakeLists: Make most implicit type conversion warnings errors on MSVC | Lioncash | 1 | -0/+17 |
2019-11-11 | Implement stub for QueryApplicationPlayStatisticsByUid | Michael Scire | 2 | -0/+10 |
2019-11-07 | nifm: Only return that there's an internet connection when there's a BCATServer | Fernando Sahmkow | 1 | -3/+17 |
2019-11-04 | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | 5 | -38/+39 |
2019-11-03 | kernel: readable_event: Signal only once. | bunnei | 1 | -2/+4 |
2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei | 23 | -84/+48 |
2019-11-03 | kernel: readable_event: Initialize members. | bunnei | 1 | -1/+1 |
2019-11-03 | core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility | FearlessTobi | 2 | -3/+31 |
2019-10-28 | scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const | Lioncash | 2 | -5/+5 |
2019-10-28 | scheduler: Silence sign conversion warnings | Lioncash | 1 | -5/+5 |
2019-10-28 | scheduler: Initialize class members directly where applicable | Lioncash | 2 | -6/+4 |
2019-10-28 | scheduler: Amend documentation comments | Lioncash | 2 | -75/+59 |
2019-10-22 | savedata_factory: Automatically create certain savedata | Zach Hilman | 1 | -0/+12 |
2019-10-19 | core: Fix clang-format errors. | bunnei | 1 | -9/+10 |
2019-10-18 | Fix null pointer deref. | Nicolae-Andrei Cociorba | 1 | -10/+12 |
2019-10-18 | dmnt_cheat_vm: Correct register Restore and ClearRegs behavior | Lioncash | 1 | -2/+2 |
2019-10-18 | hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers() | Lioncash | 1 | -1/+1 |
2019-10-18 | hid/npad: Add missing break in default case | Lioncash | 1 | -0/+1 |
2019-10-18 | hid/npad: Replace std::for_each with ranged for loops | Lioncash | 1 | -13/+12 |
2019-10-18 | hid/npad: Remove redundant non-const variant of IsControllerSupported() | Lioncash | 2 | -34/+5 |
2019-10-18 | hid/npad: Move function declarations | Lioncash | 1 | -5/+6 |
2019-10-17 | core/core: Resolve -Wreorder warnings | Lioncash | 1 | -2/+2 |
2019-10-17 | core/memory/cheat_engine: Resolve -Wreorder warnings | Lioncash | 1 | -4/+3 |
2019-10-17 | apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map | Lioncash | 1 | -14/+34 |
2019-10-17 | apm/controller: Make GetCurrentPerformanceMode() a const member function | Lioncash | 2 | -2/+2 |
2019-10-15 | bcat: Remove use of global system accessors | Lioncash | 6 | -29/+55 |
2019-10-15 | Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. | Fernando Sahmkow | 2 | -4/+1 |
2019-10-15 | Kernel: Address Feedback 2 | Fernando Sahmkow | 2 | -9/+6 |
2019-10-15 | Kernel: Clang Format | Fernando Sahmkow | 2 | -5/+5 |
2019-10-15 | Kernel: Reverse global accessor removal. | Fernando Sahmkow | 4 | -23/+9 |
2019-10-15 | Kernel: Address Feedback. | Fernando Sahmkow | 6 | -67/+98 |
2019-10-15 | Kernel Scheduler: Make sure the global scheduler shutdowns correctly. | Fernando Sahmkow | 6 | -0/+24 |
2019-10-15 | Kernel_Thread: Eliminate most global accessors. | Fernando Sahmkow | 1 | -11/+11 |
2019-10-15 | KernelSVC: Assert that condition variable address is aligned to 4 bytes. | Fernando Sahmkow | 1 | -0/+4 |
2019-10-15 | Kernel: Correct Paused scheduling | Fernando Sahmkow | 1 | -3/+1 |
2019-10-15 | Kernel: Corrections to Wait Objects clearing in which a thread could still be signalled after a timeout or a cancel. | Fernando Sahmkow | 3 | -3/+4 |
2019-10-15 | Kernel: Correct redundant yields to only advance time forward. | Fernando Sahmkow | 1 | -3/+5 |
2019-10-15 | Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual | Fernando Sahmkow | 1 | -5/+13 |
2019-10-15 | Kernel: Correct Results in Condition Variables and Mutexes | Fernando Sahmkow | 3 | -24/+17 |
2019-10-15 | Kernel: Clang Format | Fernando Sahmkow | 2 | -2/+3 |
2019-10-15 | Kernel: Remove global system accessor from WaitObject | Fernando Sahmkow | 4 | -2/+17 |
2019-10-15 | Scheduler: Implement Yield Count and Core migration on Thread Preemption. | Fernando Sahmkow | 2 | -5/+85 |
2019-10-15 | Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection. | Fernando Sahmkow | 2 | -8/+8 |
2019-10-15 | Kernel: Initial implementation of thread preemption. | Fernando Sahmkow | 3 | -0/+30 |
2019-10-15 | Scheduler: Add protections for Yield bombing | Fernando Sahmkow | 5 | -24/+31 |
2019-10-15 | Kernel: Style and Corrections | Fernando Sahmkow | 12 | -96/+137 |
2019-10-15 | Correct PrepareReschedule | Fernando Sahmkow | 6 | -38/+29 |
2019-10-15 | Comment and reorganize the scheduler | Fernando Sahmkow | 2 | -98/+104 |
2019-10-15 | Add PrepareReschedule where required. | Fernando Sahmkow | 3 | -16/+18 |
2019-10-15 | Correct compiling errors and addapt to the new interface. | Fernando Sahmkow | 2 | -23/+14 |
2019-10-15 | Correct Supervisor Calls to work with the new scheduler, | Fernando Sahmkow | 1 | -26/+41 |
2019-10-15 | Redesign CPU Cores to work with the new scheduler | Fernando Sahmkow | 2 | -13/+12 |
2019-10-15 | Add interfacing to the Global Scheduler | Fernando Sahmkow | 4 | -0/+34 |
2019-10-15 | Addapt thread class to the new Scheduler | Fernando Sahmkow | 2 | -60/+237 |
2019-10-15 | Implement a new Core Scheduler | Fernando Sahmkow | 2 | -258/+411 |
2019-10-13 | card_image: Implement system update commands in XCI | Zach Hilman | 2 | -3/+37 |
2019-10-13 | pl_u: Fix mismatched rebase size error in font encryption | Zach Hilman | 3 | -19/+17 |
2019-10-13 | pl_u: Use kernel physical memory | Zach Hilman | 2 | -4/+8 |
2019-10-13 | pl_u: Remove excess static qualifier | Zach Hilman | 1 | -1/+1 |
2019-10-13 | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | 2 | -112/+48 |
2019-10-13 | system_archive: Synthesize shared fonts system archives | Zach Hilman | 3 | -5/+101 |
2019-10-13 | externals: Move OSS font data to file_sys in core | Zach Hilman | 13 | -1/+73324 |
2019-10-12 | nvflinger/buffer_queue: Remove use of a global system accessor | Lioncash | 3 | -4/+8 |
2019-10-12 | Core_Timing: Address Remaining feedback. | Fernando Sahmkow | 1 | -5/+4 |
2019-10-11 | Core_Timing: Address Feedback and suppress warnings. | Fernando Sahmkow | 5 | -13/+12 |
2019-10-09 | Core Timing: Correct Idle and remove lefting pragma | Fernando Sahmkow | 1 | -2/+1 |
2019-10-09 | Core Timing: General corrections and added tests. | Fernando Sahmkow | 2 | -4/+12 |
2019-10-09 | Core Timing: Rework Core Timing to run all cores evenly. | Fernando Sahmkow | 6 | -38/+89 |
2019-10-07 | hid: Implement DeactivateNpad | Morph | 2 | -1/+13 |
2019-10-07 | hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commands | Morph | 2 | -92/+126 |
2019-10-06 | bcat/module: Silence truncation warnings | Lioncash | 1 | -3/+3 |
2019-10-06 | bcat: Take std::function instance by value in NullBackend's constructor | Lioncash | 2 | -2/+2 |
2019-10-06 | bcat: In-class initialize ProgressServiceBackend's impl member | Lioncash | 2 | -2/+2 |
2019-10-06 | bcat: Make ProgressServiceBackend's constructor take a std::string_view | Lioncash | 2 | -3/+7 |
2019-10-06 | bcat: Make ProgressServiceBackend's GetEvent() const | Lioncash | 2 | -2/+2 |
2019-10-06 | boxcat: Silence an unused variable warning | Lioncash | 1 | -1/+2 |
2019-10-06 | core/core: Remove unused header | Lioncash | 1 | -1/+0 |
2019-10-06 | core: Remove Core::CurrentProcess() | Lioncash | 5 | -13/+11 |
2019-10-06 | hle/service: Replace global system instance calls with instance-based ones | Lioncash | 14 | -51/+76 |
2019-10-05 | NvFlinger: Remove leftover from corrections and clang format. | Fernando Sahmkow | 1 | -4/+0 |
2019-10-05 | Core: Wait for GPU to be idle before shutting down. | Fernando Sahmkow | 1 | -0/+2 |
2019-10-05 | Nvdrv: Correct Event setup in Nvdrv | Fernando Sahmkow | 2 | -23/+14 |
2019-10-05 | NVFlinger: Reverse the change that only signaled events on buffer acquire. | Fernando Sahmkow | 2 | -20/+1 |
2019-10-05 | Nvdrv: Do framelimiting only in the CPU Thread | Fernando Sahmkow | 1 | -0/+4 |
2019-10-05 | NvFlinger: Don't swap buffers if a frame is missing and always trigger event in sync gpu. | Fernando Sahmkow | 1 | -1/+3 |
2019-10-05 | GPU_Async: Correct fences, display events and more. | Fernando Sahmkow | 2 | -2/+21 |
2019-10-05 | Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs | Fernando Sahmkow | 2 | -3/+9 |
2019-10-05 | audio/audout_u: Change formatting for old clang-format versions | ReinUsesLisp | 1 | -1/+1 |
2019-10-05 | service/nvdrv: Silence -Wswitch | ReinUsesLisp | 4 | -4/+10 |
2019-10-05 | service/nfp: Silence -Wunused and -Wswitch | ReinUsesLisp | 1 | -4/+5 |
2019-10-05 | service/hid: Silence -Wunused and -Wswitch | ReinUsesLisp | 15 | -23/+18 |
2019-10-05 | service/am: Silence -Wreorder | ReinUsesLisp | 1 | -2/+1 |
2019-10-05 | service/hid: Remove unused system reference | ReinUsesLisp | 2 | -2/+1 |
2019-10-05 | service/friend: Remove unused field | ReinUsesLisp | 1 | -1/+0 |
2019-10-05 | service/filesystem: Silence -Wunused-variable | ReinUsesLisp | 1 | -1/+1 |
2019-10-05 | service/bcat: Silence -Wreorder and -Wunused | ReinUsesLisp | 2 | -2/+2 |
2019-10-05 | service/audio: Silence -Wunused | ReinUsesLisp | 1 | -1/+1 |
2019-10-05 | service/apm: Silence -Wunused and -Wreorder | ReinUsesLisp | 2 | -4/+5 |
2019-10-02 | [crypto] Use IsAllZeroArray helper function | vperus | 1 | -1/+1 |
2019-10-02 | qt: Add service dialog | Zach Hilman | 1 | -6/+5 |
2019-10-01 | boxcat: Use updated game-asset API URL and tags | Zach Hilman | 1 | -6/+6 |
2019-10-01 | bcat: Add FSC accessors for BCAT data | Zach Hilman | 10 | -31/+51 |
2019-09-30 | boxcat: Implement events global field | Zach Hilman | 3 | -12/+14 |
2019-09-30 | bcat: Implement DeliveryCacheProgressImpl structure | Zach Hilman | 6 | -88/+314 |
2019-09-30 | boxcat: Use Etag header names for file digest | Zach Hilman | 2 | -24/+21 |
2019-09-30 | boxcat: Add downloading and client for launch parameter data | Zach Hilman | 2 | -16/+77 |
2019-09-30 | bcat: Add backend function for BCAT Indirect (launch parameter) | Zach Hilman | 2 | -0/+11 |
2019-09-30 | bcat: Expose CreateBackendFromSettings helper function | Zach Hilman | 2 | -2/+2 |
2019-09-30 | am: Unstub PopLaunchParameter and add bcat connection for app-specific data | Zach Hilman | 2 | -16/+52 |
2019-09-30 | bcat: Implement cmd 90201 ClearDeliveryCacheStorage | Zach Hilman | 1 | -1/+23 |
2019-09-30 | bcat: Implement cmd 30100 SetPassphrase | Zach Hilman | 1 | -1/+33 |
2019-09-30 | bcat: Implement cmd RequestSyncDeliveryCache and variant | Zach Hilman | 1 | -2/+70 |
2019-09-30 | bcat: Implement IDeliveryCacheProgressService commands | Zach Hilman | 1 | -0/+131 |
2019-09-30 | bcat: Implement IDeliveryCacheFileService commands | Zach Hilman | 1 | -0/+117 |
2019-09-30 | bcat: Implement IDeliveryCacheDirectoryService commands | Zach Hilman | 1 | -0/+99 |
2019-09-30 | bcat: Implement IDeliveryCacheStorageService commands | Zach Hilman | 1 | -0/+58 |
2019-09-30 | bcat: Add commands to create IDeliveryCacheStorageService | Zach Hilman | 3 | -2/+32 |
2019-09-30 | module: Create BCAT backend based upon Settings value on construction | Zach Hilman | 3 | -1/+36 |
2019-09-30 | bcat: Add BCAT backend for Boxcat service | Zach Hilman | 2 | -0/+407 |
2019-09-30 | bcat: Add backend class to generify the functions of BCAT | Zach Hilman | 2 | -0/+100 |
2019-09-30 | settings: Add option to set BCAT backend | Zach Hilman | 2 | -0/+6 |
2019-09-30 | nifm: Signal to applications that internet access is available | Zach Hilman | 1 | -3/+10 |
2019-09-30 | core/loader: Track the NSO build ID of the current process | Zach Hilman | 3 | -0/+14 |
2019-09-30 | applets: Add accessor for AppletFrontendSet | Zach Hilman | 2 | -0/+6 |
2019-09-30 | filesystem: Add getter for BCAT temporary directory | Zach Hilman | 3 | -0/+16 |
2019-09-30 | vfs: Add function to extract ZIP file into virtual filesystem | Zach Hilman | 2 | -0/+96 |
2019-09-30 | Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule" | bunnei | 1 | -3/+0 |
2019-09-29 | Services::ES fix casting warnings | FreddyFunk | 1 | -6/+6 |
2019-09-24 | Signal styleset changes at a better time | David Marcec | 1 | -8/+2 |
2019-09-23 | card_image: Add accessors for raw partitions in XCI | Zach Hilman | 2 | -0/+36 |
2019-09-23 | card_image: Lazily load partitions in XCI | Zach Hilman | 2 | -26/+41 |
2019-09-23 | pfs: Provide accessors for file sizes and offsets | Zach Hilman | 2 | -0/+17 |
2019-09-22 | lm: Flush manager output on core shutdown | Zach Hilman | 5 | -11/+15 |
2019-09-22 | lm: Rename Initialize to Log and implement with manager/reporter | Zach Hilman | 1 | -140/+22 |
2019-09-22 | lm: Implement manager class to output to reporter | Zach Hilman | 2 | -0/+233 |
2019-09-22 | core: Add LM::Manager to system | Zach Hilman | 6 | -19/+39 |
2019-09-22 | reporter: Add log output for packaged lm log data | Zach Hilman | 2 | -0/+69 |
2019-09-22 | removed comment | David Marcec | 1 | -1/+0 |
2019-09-22 | Rebased | David Marcec | 3 | -11/+19 |
2019-09-22 | service/acc: Lower log severity from INFO to DEBUG | FearlessTobi | 1 | -7/+7 |
2019-09-22 | removed unneeded semicolon | David Marcec | 1 | -1/+1 |
2019-09-22 | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | David Marcec | 18 | -73477/+123 |
2019-09-22 | Removed reference to core timing to nvflinger and used system instead | David Marcec | 1 | -1/+1 |
2019-09-22 | marked controller constructors as explicit | David Marcec | 8 | -8/+8 |
2019-09-22 | Rebase | David Marcec | 25 | -62/+75 |
2019-09-22 | Rebase | David Marcec | 5 | -20/+21 |
2019-09-22 | Deglobalize System: Vi | David Marcec | 3 | -8/+8 |
2019-09-22 | Deglobalize System: Time | David Marcec | 4 | -14/+21 |
2019-09-22 | Rebase | David Marcec | 2 | -8/+12 |
2019-09-22 | Deglobalize System: NvFlinger | David Marcec | 2 | -6/+7 |
2019-09-22 | Rebase | David Marcec | 4 | -8/+12 |
2019-09-22 | Deglobalize System: Nim | David Marcec | 2 | -7/+12 |
2019-09-22 | Deglobalize System: Nifm | David Marcec | 2 | -13/+23 |
2019-09-22 | Deglobalize System: NFP | David Marcec | 4 | -14/+16 |
2019-09-22 | Deglobalize System: LDR | David Marcec | 2 | -6/+7 |
2019-09-22 | Deglobalize System: IRS | David Marcec | 3 | -5/+6 |
2019-09-22 | Deglobalize System: Hid | David Marcec | 20 | -37/+44 |
2019-09-22 | Deglobalize System: Friend | David Marcec | 4 | -22/+24 |
2019-09-22 | Deglobalize System: Fatal | David Marcec | 6 | -20/+29 |
2019-09-22 | Deglobalize System: Btm | David Marcec | 2 | -7/+13 |
2019-09-22 | Deglobalize System: Btdrv | David Marcec | 2 | -5/+9 |
2019-09-22 | Deglobalize System: Aoc | David Marcec | 2 | -11/+13 |
2019-09-22 | Deglobalize System: Am | David Marcec | 1 | -1/+1 |
2019-09-22 | pl_u: Use kernel physical memory | Zach Hilman | 2 | -4/+8 |
2019-09-22 | qt: Prompt user for confirmation if exit lock is active | Zach Hilman | 1 | -1/+1 |
2019-09-22 | dmnt_cheat_vm: Default initialize structure values | Zach Hilman | 3 | -89/+88 |
2019-09-22 | server side clang format fix2 | David Marcec | 1 | -18/+18 |
2019-09-22 | am: Implement ISelfController ExitLock commands | Zach Hilman | 1 | -2/+6 |
2019-09-22 | am: Implement ISelfController Exit | Zach Hilman | 4 | -4/+20 |
2019-09-22 | am: Add RequestExit event to AppletMessageQueue | Zach Hilman | 2 | -0/+6 |
2019-09-22 | core: Track system exit lock status | Zach Hilman | 2 | -0/+15 |
2019-09-22 | Use clang-format provided by build server | David Marcec | 1 | -20/+18 |
2019-09-22 | pl_u: Remove excess static qualifier | Zach Hilman | 1 | -1/+1 |
2019-09-22 | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | 3 | -111/+42 |
2019-09-22 | dmnt_cheat_vm: Make Cheat VM compliant to code style | Zach Hilman | 4 | -870/+862 |
2019-09-22 | core: Initialize cheats after load to avoid VMManager crash | Zach Hilman | 1 | -0/+5 |
2019-09-22 | core: Update RegisterCheatList for new VM | Zach Hilman | 2 | -11/+16 |
2019-09-22 | patch_manager: Update cheat parsing for new VM | Zach Hilman | 2 | -15/+20 |
2019-09-22 | nso: Pass build ID directly | Zach Hilman | 1 | -2/+1 |
2019-09-22 | cheat_engine: Move to memory and strip VM | Zach Hilman | 5 | -728/+325 |
2019-09-22 | memory: Port Atmosphere's DmntCheatVm | Zach Hilman | 3 | -0/+1598 |
2019-09-22 | system_archive: Synthesize shared fonts system archives | Zach Hilman | 3 | -5/+101 |
2019-09-22 | pl_u: Expose method to encrypt TTF to BFTTF | Zach Hilman | 2 | -14/+14 |
2019-09-22 | externals: Move OSS font data to file_sys in core | Zach Hilman | 13 | -1/+73324 |
2019-09-22 | prepo: Remove system global accessors | Zach Hilman | 3 | -15/+18 |
2019-09-22 | prepo: Implement SaveReport New and System variants | Zach Hilman | 1 | -15/+71 |
2019-09-22 | reporter: Differentiate between Old, New, and System play reports | Zach Hilman | 2 | -5/+15 |
2019-09-22 | configure_debug: Move reporting option to logging | Zach Hilman | 9 | -18/+19 |
2019-09-21 | filesystem: Add const qualification to various accessors | Zach Hilman | 9 | -80/+91 |
2019-09-21 | core: Store FileSystemController in core | Zach Hilman | 2 | -0/+32 |
2019-09-21 | settings: Add options for managing gamecard emulation | Zach Hilman | 1 | -2/+3 |
2019-09-21 | settings: Add options for setting storage sizes | Zach Hilman | 1 | -0/+29 |
2019-09-21 | yuzu: Port old usages of Filesystem namespace to FilesystemController | Zach Hilman | 12 | -31/+78 |
2019-09-21 | settings: Update LogSettings to show NAND/SDMC paths from FileUtil | Zach Hilman | 1 | -2/+3 |
2019-09-21 | card_image: Add accessors for gamecard certificate | Zach Hilman | 2 | -0/+9 |
2019-09-21 | card_image: Add functions to query gamecard update partition | Zach Hilman | 2 | -0/+24 |
2019-09-21 | content_archive: Add accessors for Rights ID and SDK Version | Zach Hilman | 2 | -0/+10 |
2019-09-21 | partition_data_manager: Add accessor for decrypted PRODINFO partition | Zach Hilman | 2 | -0/+5 |
2019-09-21 | services: Pass FileSystemController as reference to services that need it | Zach Hilman | 11 | -20/+47 |
2019-09-21 | am: Unstub IApplicationFunctions EnsureSaveData (20) | Zach Hilman | 1 | -8/+14 |
2019-09-21 | filesystem: Pass Size Getter functions to IFileSystem for sizes | Zach Hilman | 3 | -20/+31 |
2019-09-21 | sdmc_factory: Add SD Card size getters | Zach Hilman | 2 | -0/+12 |
2019-09-21 | bis_factory: Add getters for NAND partition sizes | Zach Hilman | 2 | -0/+38 |
2019-09-21 | filesystem: Add FileSystemController to deglobalize FS services | Zach Hilman | 2 | -58/+359 |
2019-09-21 | submisson_package: Fix edge case with improperly sized filenames | Zach Hilman | 1 | -1/+2 |
2019-09-21 | sdmc_factory: Add accessor for SDMC Album directory | Zach Hilman | 2 | -0/+6 |
2019-09-21 | sdmc_factory: Add accessor for SDMC PlaceholderCache | Zach Hilman | 2 | -1/+10 |
2019-09-21 | sdmc_factory: Add accessor for content directory | Zach Hilman | 2 | -0/+7 |
2019-09-21 | savedata_factory: Implement savedata creation and don't create dir on open | Zach Hilman | 2 | -26/+40 |
2019-09-21 | patch_manager: Add short-circuit edge-case to GetPatchVersionNames | Zach Hilman | 1 | -0/+2 |
2019-09-21 | patch_manager: Add error checking to load dir to prevent crashes | Zach Hilman | 1 | -0/+15 |
2019-09-21 | registered_cache: Process *.cnmt.nca files | Zach Hilman | 1 | -16/+23 |
2019-09-21 | registered_cache: Implement PlaceholderCache to manage placeholder and installing content | Zach Hilman | 2 | -0/+175 |
2019-09-21 | bis_factory: Fix mod loader edge-case with homebrew title IDs | Zach Hilman | 1 | -1/+1 |
2019-09-21 | bis_factory: Add accessors for BIS placeholder caches | Zach Hilman | 2 | -1/+20 |
2019-09-21 | bis_factory: Add accessor for NAND Image Directory | Zach Hilman | 2 | -0/+6 |
2019-09-21 | bis_factory: Add accessors for BIS content directories | Zach Hilman | 2 | -0/+11 |
2019-09-21 | bis_factory: Add accessors for BIS partitions | Zach Hilman | 2 | -0/+61 |
2019-09-21 | Mark KickOffPb & SubmitGPFIFO as trace | David Marcec | 1 | -4/+4 |
2019-09-20 | disable clang-format temp | David Marcec | 1 | -0/+2 |
2019-09-19 | Initial implementation of Ioctl2 & Ioctl3 | David Marcec | 24 | -63/+143 |
2019-09-19 | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory | Fernando Sahmkow | 1 | -2/+7 |
2019-09-10 | Address review comments | FearlessTobi | 2 | -6/+9 |
2019-09-10 | Add frametime logging for tracking performance over time | fearlessTobi | 4 | -10/+81 |
2019-09-07 | nro: Implement ReadControlData | Nick Renieris | 2 | -0/+10 |
2019-09-05 | service/am: Remove usages of global system accessors | Lioncash | 17 | -97/+143 |
2019-09-05 | kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemory | Lioncash | 1 | -4/+4 |
2019-09-05 | kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/UnmapPhysicalMemory | Lioncash | 1 | -16/+10 |
2019-09-04 | AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827) | mailwl | 2 | -0/+16 |
2019-09-04 | Fix clang-format | Ethan | 1 | -1/+1 |
2019-09-04 | ditto | Morph1984 | 1 | -1/+1 |
2019-09-04 | IsVibrationEnabled() as a const member func | Morph1984 | 1 | -1/+1 |
2019-09-04 | clang-format | Morph1984 | 1 | -2/+2 |
2019-09-04 | Update npad.h | Morph1984 | 1 | -0/+1 |
2019-09-04 | Update npad.cpp | Morph1984 | 1 | -0/+6 |
2019-09-04 | Update hid.h | Morph1984 | 1 | -0/+2 |
2019-09-04 | Update hid.cpp | Morph1984 | 1 | -2/+23 |
2019-09-04 | Add Kernel::EventPair audio_input_device_switch_event; | Morph1984 | 1 | -0/+1 |
2019-09-04 | remove <f32> | Morph1984 | 1 | -1/+1 |
2019-09-04 | audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent | Morph1984 | 1 | -1/+14 |
2019-09-04 | explicitly represent 1 as a float (1.0f instead of 1) | Morph1984 | 1 | -1/+1 |
2019-09-04 | Change u32 -> f32 | Morph1984 | 1 | -1/+1 |
2019-09-03 | service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume | Morph1984 | 1 | -2/+15 |
2019-08-30 | kernel/vm_manager: Correct behavior in failure case of UnmapPhysicalMemory() | Lioncash | 1 | -0/+2 |
2019-08-30 | kernel/vm_manager: Reserve memory ahead of time for slow path in MergeAdjacentVMA | Lioncash | 1 | -1/+4 |
2019-08-30 | kernel/vm_manager: std::move shared_ptr instance in MergeAdjacentVMA | Lioncash | 1 | -1/+1 |
2019-08-30 | kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMA | Lioncash | 1 | -7/+10 |
2019-08-30 | kernel/vm_manager: Simplify some std::vector constructor calls | Lioncash | 1 | -2/+2 |
2019-08-30 | kernel/vm_manager: Simplify some assertion messages | Lioncash | 1 | -10/+10 |
2019-08-29 | accommodate for fmt update | Ethan | 2 | -2/+2 |
2019-08-21 | gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig | ReinUsesLisp | 1 | -1/+1 |
2019-07-19 | Kernel: Address Feedback | Fernando Sahmkow | 2 | -3/+9 |
2019-07-19 | VM_Manager: Align allocated memory to 256bytes | Fernando Sahmkow | 14 | -36/+52 |
2019-07-19 | service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName() | Lioncash | 2 | -16/+45 |
2019-07-19 | service/audren_u: Move revision testing code out of AudRenU | Lioncash | 2 | -63/+63 |
2019-07-19 | service/audio: Remove global system accessors | Lioncash | 7 | -34/+54 |
2019-07-19 | service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceName() | Lioncash | 1 | -2/+1 |
2019-07-19 | service/audren_u: Report proper device names | Lioncash | 1 | -6/+29 |
2019-07-18 | Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace. | Fernando Sahmkow | 1 | -4/+4 |
2019-07-13 | core: Remove CurrentArmInterface() global accessor | Lioncash | 2 | -7/+6 |
2019-07-12 | Clang format | David Marcec | 1 | -2/+4 |
2019-07-12 | "AudioRenderer" thread should have a unique name | David Marcec | 2 | -4/+4 |
2019-07-12 | Remove unicorn mappings/unmappings | Michael Scire | 1 | -19/+0 |
2019-07-11 | service/am: Implement IsAutoSleepDisabled | Lioncash | 2 | -1/+10 |
2019-07-11 | service/am: Implement SetAutoSleepDisabled | Lioncash | 2 | -1/+23 |
2019-07-11 | yuzu: Remove setting for using Unicorn | Lioncash | 4 | -16/+6 |
2019-07-11 | core/arm: Remove obsolete Unicorn memory mapping | Lioncash | 6 | -51/+0 |
2019-07-11 | Restore memory perms on svcUnmapMemory/UnloadNro | Michael Scire | 2 | -7/+34 |
2019-07-10 | system_archive: Add open-source reimplementation of MiiModel data | Zach Hilman | 4 | -1/+63 |
2019-07-10 | mii: Handle logging of unknown database source | Zach Hilman | 1 | -0/+4 |
2019-07-09 | IFriendService::GetFriendList | David Marcec | 1 | -1/+34 |
2019-07-09 | Prevent merging of device mapped memory blocks. | Michael Scire | 1 | -0/+5 |
2019-07-08 | addressed issues | David Marcec | 1 | -6/+7 |
2019-07-08 | key_manager: Convert Ticket union to std::variant | Zach Hilman | 3 | -57/+88 |
2019-07-08 | es: Populate/synthesize tickets on construction | Zach Hilman | 3 | -15/+17 |
2019-07-08 | key_manager: Add structure for Ticket parsing | Zach Hilman | 3 | -44/+194 |
2019-07-08 | es: Implement ETicket GetPersonalizedTicketData (17) | Zach Hilman | 1 | -1/+21 |
2019-07-08 | es: Implement ETicket GetCommonTicketData (16) | Zach Hilman | 1 | -1/+20 |
2019-07-08 | es: Implement ETicket GetPersonalizedTicketSize (15) | Zach Hilman | 1 | -1/+17 |
2019-07-08 | es: Implement ETicket GetCommonTicketSize (14) | Zach Hilman | 1 | -1/+17 |
2019-07-08 | es: Implement ETicket ListPersonalizedTicket (12) | Zach Hilman | 1 | -1/+24 |
2019-07-08 | es: Implement ETicket ListCommonTicket (11) | Zach Hilman | 1 | -1/+24 |
2019-07-08 | es: Implement ETicket CountPersonalizedTicket (10) | Zach Hilman | 1 | -1/+12 |
2019-07-08 | es: Implement ETicket CountCommonTicket (9) | Zach Hilman | 1 | -1/+12 |
2019-07-08 | es: Implement ETicket GetTitleKey (8) | Zach Hilman | 1 | -1/+27 |
2019-07-08 | es: Implement ETicket ImportTicket (1) | Zach Hilman | 1 | -1/+45 |
2019-07-08 | key_manager: Add accessors/helpers for ticket management | Zach Hilman | 2 | -14/+100 |
2019-07-08 | key_manager: Add equality operator for RSAKeyPair | Zach Hilman | 1 | -0/+7 |
2019-07-07 | Remove unused member function declaration | Michael Scire | 1 | -9/+0 |
2019-07-07 | physmem: add helpers, cleanup logic. | Michael Scire | 2 | -171/+170 |
2019-07-07 | clang-format fixes | Michael Scire | 2 | -3/+3 |
2019-07-07 | address review commentary | Michael Scire | 5 | -36/+42 |
2019-07-07 | Implement MapPhysicalMemory/UnmapPhysicalMemory | Michael Scire | 8 | -21/+475 |
2019-07-07 | kernel/process: Allocate the process' TLS region during initialization | Lioncash | 3 | -3/+14 |
2019-07-07 | kernel/process: Move main thread stack allocation to its own function | Lioncash | 2 | -12/+17 |
2019-07-07 | mii: Implement IDatabaseService SetInterfaceVersion | Zach Hilman | 1 | -1/+15 |
2019-07-06 | clang-format fixes | Michael Scire | 1 | -4/+5 |
2019-07-06 | am: Implement GetAccumulatedSuspendedTickValue | Michael Scire | 2 | -7/+19 |
2019-07-06 | memory: Remove unused includes | Lioncash | 1 | -2/+0 |
2019-07-06 | memory: Remove unused PageTable forward declaration | Lioncash | 1 | -4/+0 |
2019-07-06 | kernel/vm_manager: Rename 'new map' to 'stack' | Lioncash | 3 | -37/+37 |
2019-07-06 | kernel/vm_manager: Handle stack/TLS IO region placement better | Lioncash | 1 | -2/+13 |
2019-07-05 | core/reporter: Allow moves into SaveToFile() | Lioncash | 1 | -1/+1 |
2019-07-05 | core/reporter: Add missing includes and forward declarations | Lioncash | 2 | -1/+9 |
2019-07-05 | core/reporter: Remove unnecessary namespace qualifiers | Lioncash | 2 | -3/+3 |
2019-07-05 | core/reporter: Remove pessimizing move in GetHLERequestContextData() | Lioncash | 1 | -1/+1 |
2019-07-05 | core/reporter: Make bracing consistent | Lioncash | 1 | -8/+18 |
2019-07-05 | core/reporter: Return in error case in SaveToFile() | Lioncash | 1 | -1/+3 |
2019-07-05 | NVServices: Correct delayed responses. | Fernando Sahmkow | 1 | -24/+19 |
2019-07-05 | Nv_Host_Ctrl: Correct difference calculation | Fernando Sahmkow | 1 | -5/+7 |
2019-07-05 | NVServices: Address Feedback | Fernando Sahmkow | 8 | -21/+38 |
2019-07-05 | NVServices: Styling, define constructors as explicit and corrections | Fernando Sahmkow | 20 | -41/+49 |
2019-07-05 | NVFlinger: Correct GCC compile error | Fernando Sahmkow | 6 | -17/+16 |
2019-07-05 | NVServices: Make NVEvents Automatic according to documentation. | Fernando Sahmkow | 2 | -4/+7 |
2019-07-05 | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. | Fernando Sahmkow | 23 | -31/+104 |
2019-07-05 | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware | Fernando Sahmkow | 7 | -19/+22 |
2019-07-05 | nvflinger: Make the force 30 fps still force 30 fps | Fernando Sahmkow | 1 | -1/+1 |
2019-07-05 | nv_services: Fixes to event liberation. | Fernando Sahmkow | 1 | -6/+14 |
2019-07-05 | nvflinger: Acquire buffers in the same order as they were queued. | Fernando Sahmkow | 2 | -3/+11 |
2019-07-05 | nv_services: Deglobalize NvServices | Fernando Sahmkow | 23 | -51/+65 |
2019-07-05 | nv_host_ctrl: Make Sync GPU variant always return synced result. | Fernando Sahmkow | 1 | -0/+5 |
2019-07-05 | nvhost_ctrl: Corrections to event handling | Fernando Sahmkow | 2 | -8/+12 |
2019-07-05 | Gpu: Mark areas as protected. | Fernando Sahmkow | 1 | -0/+6 |
2019-07-05 | nv_services: Stub CtrlEventSignal | Fernando Sahmkow | 2 | -12/+34 |
2019-07-05 | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | Fernando Sahmkow | 8 | -9/+69 |
2019-07-05 | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister | Fernando Sahmkow | 7 | -17/+192 |
2019-07-05 | nv_services: Create GPU channels correctly | Fernando Sahmkow | 2 | -2/+5 |
2019-07-05 | video_core: Implement GPU side Syncpoints | Fernando Sahmkow | 3 | -7/+33 |
2019-07-05 | nv_services: Correct buffer queue fencing and GPFifo fencing | Fernando Sahmkow | 8 | -57/+70 |
2019-07-05 | nvflinger: Implement swap intervals | Fernando Sahmkow | 5 | -8/+21 |
2019-07-04 | yuzu: Remove CPU Jit setting from the UI | fearlessTobi | 4 | -5/+5 |
2019-07-04 | kernel/process: Default initialize all member variables | Lioncash | 1 | -2/+2 |
2019-07-04 | kernel/process: Decouple TLS handling from threads | Lioncash | 4 | -66/+97 |
2019-07-04 | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary | Lioncash | 2 | -13/+49 |
2019-07-03 | acc_su: Implement GetProfileEditor (205) | Zach Hilman | 3 | -1/+13 |
2019-07-03 | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' | Zach Hilman | 1 | -1/+73 |
2019-07-03 | profile_manager: Add setter for ProfileBase and ProfileData | Zach Hilman | 2 | -0/+13 |
2019-07-03 | acc: Add IProfileCommon for IProfile and IProfileEditor | Zach Hilman | 1 | -8/+31 |
2019-07-02 | file_sys: Rename other ContentRecordType members | Bakugo | 5 | -7/+8 |
2019-07-01 | IAudioDevice::QueryAudioDeviceOutputEvent | David Marcec | 1 | -3/+16 |
2019-07-01 | file_sys/registered_cache: Improve missing metadata error | Bakugo | 1 | -2/+2 |
2019-07-01 | file_sys/submission_package: Don't warn about missing DeltaFragment NCAs | Bakugo | 1 | -4/+7 |
2019-07-01 | file_sys/registered_cache: Ignore DeltaFragment NCAs during installation | Bakugo | 1 | -0/+3 |
2019-07-01 | file_sys: Rename ContentRecordType::Patch to DeltaFragment | Bakugo | 1 | -1/+1 |
2019-07-01 | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment | David Marcec | 6 | -3/+99 |
2019-06-29 | am: Implement SetCpuBoostMode in terms of APM | Zach Hilman | 5 | -13/+26 |
2019-06-29 | core: Keep instance of APM Controller | Zach Hilman | 2 | -0/+20 |
2019-06-29 | apm: Implement SetCpuBoostMode | Zach Hilman | 2 | -0/+14 |
2019-06-29 | apm: Add getters for performance config and mode | Zach Hilman | 2 | -33/+49 |
2019-06-29 | apm: Add apm:am service | Zach Hilman | 2 | -11/+9 |
2019-06-29 | apm: Add Controller class to manage speed data and application | Zach Hilman | 3 | -0/+140 |
2019-06-29 | fsp-srv: Implement GetAccessLogVersionInfo | Zach Hilman | 2 | -3/+14 |
2019-06-29 | reporter: Add report class for filesystem access logs | Zach Hilman | 2 | -0/+25 |
2019-06-29 | fsp-srv: Implement OutputAccessLogToSdCard | Zach Hilman | 7 | -27/+62 |
2019-06-29 | set: Implement GetQuestFlag | Zach Hilman | 2 | -1/+10 |
2019-06-29 | settings: Add config option for kiosk (quest) mode | Zach Hilman | 1 | -0/+1 |
2019-06-28 | Attemp clang format fix? | David Marcec | 1 | -1/+0 |
2019-06-28 | Added errors.h to cmakelist | David Marcec | 1 | -0/+1 |
2019-06-28 | Addressed issues | David Marcec | 2 | -13/+13 |
2019-06-28 | Addressed issues | David Marcec | 2 | -17/+12 |
2019-06-27 | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted | David Marcec | 4 | -6/+114 |
2019-06-27 | pm: Implement pm:shell and pm:dmnt GetApplicationPid | Zach Hilman | 3 | -7/+33 |
2019-06-27 | pm: Implement pm:dmnt GetTitlePid | Zach Hilman | 1 | -7/+36 |
2019-06-27 | pm: Implement pm:info GetTitleId | Zach Hilman | 1 | -2/+47 |
2019-06-26 | Addressed issues | David Marcec | 5 | -37/+53 |
2019-06-26 | glue: Correct missing bytes in ApplicationLaunchParameter | Zach Hilman | 7 | -37/+71 |
2019-06-25 | Implement Time::GetSharedMemoryNativeHandle | David Marcec | 8 | -29/+245 |
2019-06-25 | SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account id | David Marcec | 1 | -1/+3 |
2019-06-25 | fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfo | David Marcec | 1 | -6/+8 |
2019-06-25 | applets: Pass current process title ID to applets | Zach Hilman | 11 | -41/+59 |
2019-06-25 | general_frontend: Add documentation for parental controls and ecommerce applets | Zach Hilman | 4 | -20/+48 |
2019-06-25 | web_browser: Only delete temporary directory if it was created | Zach Hilman | 1 | -1/+3 |
2019-06-25 | web_browser: Take ECommerce applet frontend optionally in constructor | Zach Hilman | 1 | -1/+6 |
2019-06-25 | frontend: Add base class and default impl for ECommerce applet frontend | Zach Hilman | 2 | -0/+102 |
2019-06-25 | web_browser: Use function tables for execute and initialize | Zach Hilman | 2 | -7/+285 |
2019-06-25 | web_browser: Correct structures and properly parse TLVs/ShimKind | Zach Hilman | 2 | -61/+168 |
2019-06-25 | applets: Track ECommerce and Parental Control applet frontends | Zach Hilman | 2 | -7/+29 |
2019-06-25 | web_browser: Rename OpenPage to OpenPageLocal | Zach Hilman | 2 | -7/+7 |
2019-06-25 | frontend: Add base class and default impl of parent controls applet frontend | Zach Hilman | 2 | -1/+52 |
2019-06-25 | applets: Implement Auth applet backend | Zach Hilman | 2 | -0/+146 |
2019-06-25 | core: Keep track of ARPManager and register current application on boot | Zach Hilman | 2 | -0/+76 |
2019-06-25 | glue: Implement arp:w and arp:r services | Zach Hilman | 3 | -2/+330 |
2019-06-25 | glue: Add errors for glue/arp services | Zach Hilman | 4 | -2/+65 |
2019-06-25 | glue: Add scaffolding for bgtc:t and bgtc:sc services | Zach Hilman | 2 | -0/+73 |
2019-06-25 | arp: Move to glue services | Zach Hilman | 2 | -91/+0 |
2019-06-25 | glue: Add manager to keep track of application registry | Zach Hilman | 3 | -0/+121 |
2019-06-25 | registered_cache: Add getter to determine source slot in content provider union | Zach Hilman | 2 | -0/+17 |
2019-06-25 | patch_manager: Add getter for title version | Zach Hilman | 2 | -2/+14 |
2019-06-24 | Implemented INotificationService | David Marcec | 5 | -1/+127 |
2019-06-22 | Update reporter.cpp | Thomas May | 1 | -5/+5 |
2019-06-21 | service/acc: Silence truncation warnings | Lioncash | 1 | -3/+3 |
2019-06-21 | freezer: Update documentation | Zach Hilman | 1 | -1/+8 |
2019-06-21 | core: Move Freezer class to tools namespace | Zach Hilman | 4 | -17/+17 |
2019-06-21 | freezer: Add documentation for methods | Zach Hilman | 2 | -30/+49 |
2019-06-21 | memory: Add class to manage and enforce memory freezing | Zach Hilman | 4 | -0/+248 |
2019-06-20 | Revert PR 2590. | Fernando Sahmkow | 1 | -1/+1 |
2019-06-20 | Update content_archive.cpp | jonsn0w | 1 | -2/+2 |
2019-06-18 | core: Remove unused CiTrace source files | Lioncash | 4 | -398/+0 |
2019-06-18 | service/audio/audren_u: Correct event reset type for the system event | Lioncash | 1 | -1/+1 |
2019-06-17 | Addressed issues | David Marcec | 4 | -9/+14 |
2019-06-16 | Core_Timing: Make core_timing threadsafe by default. | Fernando Sahmkow | 3 | -49/+14 |
2019-06-16 | Signalled accumulated_suspended_tick_changed_event on creation based on RE | David Marcec | 1 | -0/+1 |
2019-06-16 | Cleanup | David Marcec | 11 | -29/+38 |
2019-06-16 | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent | David Marcec | 8 | -8/+79 |
2019-06-13 | file_sys/ips_layer: Remove unnecessary reserve() call | Lioncash | 1 | -1/+0 |
2019-06-12 | common/hex_util: Combine HexVectorToString() and HexArrayToString() | Lioncash | 9 | -28/+33 |
2019-06-12 | file_sys/card_image: Remove obsolete TODO | Lioncash | 1 | -1/+1 |
2019-06-12 | kernel/vm_manager: Remove redundant Reset call in destructor | Lioncash | 1 | -3/+1 |
2019-06-11 | file_sys/nca_metadata: Update CNMT structures | Lioncash | 1 | -2/+7 |
2019-06-11 | file_sys/card_image: Deduplicate casts within AddNCAFromPartition() | Lioncash | 1 | -3/+6 |
2019-06-11 | file_sys/card_image: Make bracing consistent | Lioncash | 1 | -4/+8 |
2019-06-11 | file_sys/card_image: Assign collapsed NCA contents directly to ncas member | Lioncash | 1 | -3/+1 |
2019-06-11 | file_sys/card_image: Deduplicate type cast | Lioncash | 1 | -4/+6 |
2019-06-11 | file_sys/card_image: Get rid of a magic number | Lioncash | 1 | -1/+1 |
2019-06-11 | file_sys/card_image: Use std::array deduction guides | Lioncash | 1 | -1/+6 |
2019-06-10 | kernel: Differentiate kernel and user processes when picking ID | Zach Hilman | 5 | -9/+27 |
2019-06-10 | nsp: Correct status codes for extracted NSPs | Zach Hilman | 2 | -13/+17 |
2019-06-10 | nsp: Use title ID from NPDM metadata for extracted type NSPs | Zach Hilman | 2 | -1/+22 |
2019-06-10 | arm_dynarmic: Check if jit is nullptr when preparing reschedule | Zach Hilman | 1 | -0/+3 |
2019-06-10 | kernel/process: Make Create()'s name parameter be taken by value | Lioncash | 2 | -2/+2 |
2019-06-10 | kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithoutMmHeap | Lioncash | 3 | -2/+42 |
2019-06-10 | kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo() | Lioncash | 3 | -6/+6 |
2019-06-10 | kernel/svc: Remove duplicate enum entry in svcGetInfo() | Lioncash | 1 | -2/+1 |
2019-06-07 | constants: Extract backup JPEG used by account services | Zach Hilman | 4 | -16/+40 |
2019-06-07 | kernel_executable: Optimize BLZ decompression | Zach Hilman | 2 | -10/+13 |
2019-06-05 | service/ns: Add missing override specifiers | Lioncash | 1 | -9/+9 |
2019-06-05 | kernel/process: Remove unused boost header include | Lioncash | 1 | -1/+0 |
2019-06-05 | game_list: Accept *.kip as a file extension of executables | Zach Hilman | 1 | -1/+1 |
2019-06-05 | loader: Add recognition for KIP file type | Zach Hilman | 2 | -0/+11 |
2019-06-05 | loader: Add KIP and INI file parser-specific errors | Zach Hilman | 2 | -1/+9 |
2019-06-05 | loader: Add AppLoader_KIP for KIP files | Zach Hilman | 3 | -0/+135 |
2019-06-05 | program_metadata: Add function to load meta from raw parameters | Zach Hilman | 2 | -0/+20 |
2019-06-05 | partition_data_manager: Remove KIP processing and use FileSys | Zach Hilman | 1 | -118/+13 |
2019-06-05 | file_sys: Add classes to parse KIP1 and INI1 files | Zach Hilman | 3 | -0/+330 |
2019-06-05 | core/core_timing_util: Amend casing of cyclesTo* functions | Lioncash | 3 | -6/+6 |
2019-06-05 | core/core_timing_util: Use std::chrono types for specifying time units | Lioncash | 5 | -34/+39 |
2019-06-05 | core/core_timing_utils: Simplify overload set | Lioncash | 2 | -49/+2 |
2019-06-03 | yuzu/bootmanager: Treat the resolution factor as a u32 | Lioncash | 2 | -13/+21 |
2019-05-30 | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | 2 | -2/+0 |
2019-05-29 | core/core: Remove unnecessary includes | Lioncash | 3 | -13/+37 |
2019-05-29 | core/loader: Remove LoadKernelSystemMode | Lioncash | 3 | -21/+0 |
2019-05-29 | core/telemetry_session: Remove unnecessary web service nulling out in destructor | Lioncash | 1 | -2/+1 |
2019-05-29 | core/telemetry_session: Remove usages of the global system accessor | Lioncash | 3 | -30/+54 |
2019-05-29 | core/telemetry_session: Explicitly delete copy and move constructors | Lioncash | 1 | -1/+7 |
2019-05-29 | core/telemetry_session: Remove unused include | Lioncash | 1 | -1/+0 |
2019-05-27 | ncm: Implement LR OpenAddOnContentLocationResolver (2) | Zach Hilman | 1 | -24/+21 |
2019-05-27 | ncm: Implement LR OpenRegisteredLocationResolver (1) | Zach Hilman | 1 | -0/+27 |
2019-05-27 | ncm: Implement LR OpenLocationResolver (0) | Zach Hilman | 1 | -0/+50 |
2019-05-26 | loader: Move NSO module tracking to AppLoader | Zach Hilman | 21 | -70/+135 |
2019-05-26 | emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy | ReinUsesLisp | 1 | -2/+1 |
2019-05-25 | core_timing_util: Silence sign-comparison warnings | Lioncash | 1 | -4/+4 |
2019-05-25 | loader/nso: Silence sign-comparison warning | Lioncash | 1 | -1/+1 |
2019-05-25 | prepo: Save reports from PlayReport service | Zach Hilman | 1 | -2/+23 |
2019-05-25 | fatal: Save report on fatal:u call | Zach Hilman | 1 | -21/+5 |
2019-05-25 | service: Save report on unimplemented function call | Zach Hilman | 1 | -0/+3 |
2019-05-25 | applets/error: Save report on error applet | Zach Hilman | 1 | -5/+14 |
2019-05-25 | applets: Save report on stubbed applet | Zach Hilman | 4 | -15/+49 |
2019-05-25 | svc: Save report on call to svcBreak | Zach Hilman | 1 | -1/+7 |
2019-05-25 | core: Add Reporter class to take/save reports | Zach Hilman | 5 | -1/+416 |
2019-05-25 | settings: Add 'Reporting Services' config option | Zach Hilman | 1 | -0/+1 |
2019-05-25 | arm_interface: Expand backtrace generation | Zach Hilman | 2 | -7/+194 |
2019-05-25 | core: Track load offsets of NSO modules | Zach Hilman | 3 | -0/+18 |
2019-05-23 | Fix bitmask logic inversion | Michael Scire | 1 | -2/+1 |
2019-05-23 | fix introduced clang-format errors | Michael Scire | 1 | -3/+2 |
2019-05-23 | Address review comments | Michael Scire | 6 | -47/+120 |
2019-05-23 | clang-format fixes | Michael Scire | 4 | -31/+32 |
2019-05-23 | Implement IApplicationFunctions::GetDesiredLanguage | Michael Scire | 9 | -403/+1010 |
2019-05-23 | service/aoc: Avoid allocating and discarding data | Lioncash | 1 | -8/+8 |
2019-05-23 | service/aoc: Remove unnecessary includes | Lioncash | 1 | -2/+0 |
2019-05-23 | service/aoc: Pop all passed values where applicable | Lioncash | 1 | -12/+45 |
2019-05-19 | ipc_helpers: Amend floating-point type in Pop<double> specialization | Lioncash | 1 | -1/+1 |
2019-05-19 | Address review comment | Tobias | 1 | -1/+1 |
2019-05-19 | kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally linked | Lioncash | 1 | -4/+4 |
2019-05-19 | service/am: Add missing return in error case for IStorageAccessor's Read()/Write(). | Lioncash | 1 | -0/+2 |
2019-05-18 | core/kernel/object: Rename ResetType enum members | Lioncash | 18 | -31/+32 |
2019-05-18 | HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread | Weiyi Wang | 4 | -9/+10 |
2019-05-10 | service/set: Correct and simplify behavior related to copying language codes | Lioncash | 1 | -34/+22 |
2019-05-07 | core/memory: Remove unused FlushMode enum | Lioncash | 1 | -9/+0 |
2019-05-04 | core/telemetry_session: Only create the backend when we really need it | zhupengfei | 2 | -9/+9 |
2019-05-04 | core/frontend/emu_window: Make GraphicsContext's destructor virtual | Lioncash | 2 | -0/+4 |
2019-05-01 | service/audren_u: Handle variadic command buffers in GetWorkBufferSize() | Lioncash | 2 | -17/+93 |
2019-05-01 | service/audren_u: Handle version 2 of performance frame info in GetWorkBufferSize() | Lioncash | 2 | -6/+13 |
2019-05-01 | service/audren_u: Clean up work buffer calculations | Lioncash | 1 | -49/+214 |
2019-05-01 | loader/nso: Remove left-in debug pragma | Lioncash | 1 | -2/+0 |
2019-04-29 | kernel/svc: Make svcCreateThread/svcStartThread/svcSleepThread/svcExitThread calls show up in the debug log | Lioncash | 1 | -4/+4 |
2019-04-29 | kernel/svc: Reorganize svcSetThreadCoreMask() | Lioncash | 1 | -32/+39 |
2019-04-29 | kernel/thread: Update thread processor ID flags | Lioncash | 2 | -7/+16 |
2019-04-28 | service/audctl: Update documentation comments to be relative to 8.0.0 | Lioncash | 1 | -2/+2 |
2019-04-25 | mii_manager: Fix incorrect loop condition in mii UUID generation code | Zach Hilman | 3 | -2/+3 |
2019-04-25 | profile_select: Port Service::Account::UUID to Common::UUID | Zach Hilman | 5 | -13/+12 |
2019-04-25 | mii: Implement Delete and Destroy file | Zach Hilman | 3 | -8/+116 |
2019-04-25 | mii: Implement IsUpdated command (IPC 0) | Zach Hilman | 3 | -9/+34 |
2019-04-25 | mii_manager: Cleanup and optimization | Zach Hilman | 3 | -36/+50 |
2019-04-25 | mii: Implement IDatabaseService commands using MiiManager | Zach Hilman | 2 | -15/+244 |
2019-04-25 | mii: Add MiiManager class to manage Mii database | Zach Hilman | 2 | -0/+622 |
2019-04-25 | common: Extract UUID to its own class | Zach Hilman | 3 | -78/+28 |
2019-04-20 | Allow picking a Compatibility Profile for OpenGL. | Fernando Sahmkow | 2 | -0/+2 |
2019-04-19 | kernel/svc: Name supervisor call 0x36 | Lioncash | 1 | -1/+1 |
2019-04-18 | service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax() | Lioncash | 2 | -2/+32 |
2019-04-17 | web_browser: Make OpenPage non-const | Zach Hilman | 10 | -18/+23 |
2019-04-17 | main: Add GMainWindow hooks for Error display | Zach Hilman | 2 | -3/+3 |
2019-04-17 | general_backend: Move StubApplet and add backend PhotoViewer | Zach Hilman | 2 | -1/+102 |
2019-04-17 | general_frontend: Add frontend scaffold for PhotoViewer applet | Zach Hilman | 2 | -0/+55 |
2019-04-17 | frontend: Add frontend receiver for Error applet | Zach Hilman | 3 | -2/+79 |
2019-04-17 | applets: Add Error applet | Zach Hilman | 3 | -24/+224 |
2019-04-17 | applets: Port current applets to take frontend in constructor | Zach Hilman | 6 | -14/+16 |
2019-04-17 | web_browser: Make OpenPage const | Zach Hilman | 2 | -3/+3 |
2019-04-17 | core: Remove specific applets in favor of AppletManager | Zach Hilman | 2 | -47/+32 |
2019-04-17 | am: Delegate applet creation to AppletManager | Zach Hilman | 1 | -24/+3 |
2019-04-17 | applets: Add AppletManager class to control lifetime | Zach Hilman | 2 | -0/+137 |
2019-04-17 | kernel/thread: Unify wait synchronization types | Lioncash | 6 | -38/+34 |
2019-04-17 | kernel/svc: Migrate svcCancelSynchronization behavior to a thread function | Lioncash | 3 | -7/+17 |
2019-04-17 | kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function | Lioncash | 2 | -2/+2 |
2019-04-17 | kernel/vm_manager: Remove usages of global system accessors | Lioncash | 3 | -7/+11 |
2019-04-15 | svc: Specify handle value in thread's name | Lioncash | 2 | -2/+10 |
2019-04-15 | kernel/thread: Remove BoostPriority() | Lioncash | 2 | -11/+0 |
2019-04-14 | kernel/thread: Remove unused guest_handle member variable | Lioncash | 3 | -16/+7 |
2019-04-13 | kernel/svc: Implement svcUnmapProcessCodeMemory | Lioncash | 3 | -1/+143 |
2019-04-13 | kernel/svc: Implement svcMapProcessCodeMemory | Lioncash | 4 | -1/+131 |
2019-04-12 | core/core: Move process execution start to System's Load() | Lioncash | 20 | -107/+144 |
2019-04-12 | core/process: Remove unideal page table setting from LoadFromMetadata() | Lioncash | 1 | -5/+0 |
2019-04-12 | core/core: Move main process creation into Load() | Lioncash | 1 | -4/+3 |
2019-04-12 | video_core/gpu: Create threads separately from initialization | Lioncash | 1 | -11/+4 |
2019-04-12 | core/cpu_core_manager: Create threads separately from initialization. | Lioncash | 11 | -39/+58 |
2019-04-11 | kernel: Make handle type declarations constexpr | Lioncash | 10 | -10/+10 |
2019-04-11 | service: Update service function tables | Lioncash | 27 | -57/+262 |
2019-04-10 | ldr: Mark IsValidNROHash() as a const member function | Lioncash | 1 | -5/+4 |
2019-04-10 | ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr | Lioncash | 1 | -60/+81 |
2019-04-10 | fsp_srv: Remove unnecessary parameter popping in IDirectory's Read() | Lioncash | 1 | -4/+1 |
2019-04-10 | fsp_srv: Log out option values in IFile's Read and Write functions | Lioncash | 1 | -4/+6 |
2019-04-10 | kernel/server_session: Remove obsolete TODOs | Lioncash | 1 | -7/+2 |
2019-04-09 | kernel/process: Set page table when page table resizes occur. | Lioncash | 1 | -0/+2 |
2019-04-09 | added a toggle to force 30fps mode | zarroboogs | 2 | -6/+11 |
2019-04-08 | kernel/svc: Deglobalize the supervisor call handlers | Lioncash | 8 | -364/+413 |
2019-04-07 | core/memory: Remove unused enum constants | Lioncash | 1 | -10/+0 |
2019-04-07 | core/memory: Remove GetCurrentPageTable() | Lioncash | 2 | -6/+1 |
2019-04-07 | arm/arm_dynarmic: Remove unnecessary current_page_table member | Lioncash | 2 | -8/+0 |
2019-04-07 | kernel: Handle page table switching within MakeCurrentProcess() | Lioncash | 3 | -4/+2 |
2019-04-06 | kernel/server_session: Return a std::pair from CreateSessionPair() | Lioncash | 4 | -11/+8 |
2019-04-06 | kernel/server_port: Return a std::pair from CreatePortPair() | Lioncash | 2 | -7/+7 |
2019-04-05 | hle/result: Remove unnecessary bitfield entry for ResultCode | Lioncash | 1 | -4/+0 |
2019-04-05 | file_sys/program_metadata: Remove obsolete TODOs | Lioncash | 2 | -15/+14 |
2019-04-05 | file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType | Lioncash | 2 | -11/+0 |
2019-04-05 | file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash() | Lioncash | 1 | -1/+3 |
2019-04-05 | service/fsp_srv: Don't pass SaveDataDescriptor instances by value. | Lioncash | 4 | -6/+6 |
2019-04-05 | service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem | Lioncash | 1 | -7/+8 |
2019-04-05 | service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs | Lioncash | 3 | -4/+15 |
2019-04-05 | filesystem: Use a std::string_view in OpenFile() | Lioncash | 1 | -5/+8 |
2019-04-04 | hle/service: Resolve unused variable warnings | Lioncash | 8 | -62/+58 |
2019-04-04 | core: Add missing override specifiers where applicable | Lioncash | 13 | -23/+9 |
2019-04-04 | file_sys/control_metadata: Amend naming of members | Lioncash | 2 | -12/+24 |
2019-04-04 | kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomic | Lioncash | 1 | -0/+14 |
2019-04-03 | service/am: Correct behavior of CreateTransferMemoryStorage() | Lioncash | 1 | -6/+6 |
2019-04-03 | kernel/transfer_memory: Add accessors to data and sizes | Lioncash | 2 | -11/+31 |
2019-04-03 | kernel/server_session: Provide a GetName() override | Lioncash | 1 | -0/+4 |
2019-04-03 | kernel/object: Remove unused handle type entry | Lioncash | 2 | -2/+0 |
2019-04-02 | kernel/svc: Implement svcGetThreadList | Lioncash | 4 | -1/+70 |
2019-04-02 | kernel/svc: Implement svcGetProcessList | Lioncash | 4 | -1/+53 |
2019-04-02 | process: Fix up compilation | ReinUsesLisp | 1 | -1/+1 |
2019-04-02 | kernel/thread: Make AllWaitObjectsReady() a const qualified member function | Lioncash | 2 | -2/+2 |
2019-04-02 | kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const | Lioncash | 11 | -11/+11 |
2019-04-01 | kernel/thread: Avoid sign conversion within GetCommandBufferAddress() | Lioncash | 1 | -2/+2 |
2019-04-01 | kernel/thread: Make parameter of GetWaitObjectIndex() const qualified | Lioncash | 2 | -3/+3 |
2019-04-01 | kernel/resource_limit: Remove the name member from resource limits | Lioncash | 3 | -14/+6 |
2019-04-01 | general: Use deducation guides for std::lock_guard and std::unique_lock | Lioncash | 6 | -14/+14 |
2019-03-30 | kernel/scheduler: Remove unused parameter to AddThread() | Lioncash | 3 | -4/+4 |
2019-03-30 | kernel/scheduler: Use deduction guides on mutex locks | Lioncash | 1 | -8/+8 |
2019-03-30 | service/fatal: Mark local variables as const where applicable | Lioncash | 1 | -6/+6 |
2019-03-30 | service/fatal: Remove unnecessary semicolon | Lioncash | 1 | -1/+1 |
2019-03-30 | service/fatal: Name FatalInfo structure members | Lioncash | 1 | -31/+44 |
2019-03-29 | kernel/shared_memory: Remove unused core/memory.h include | Lioncash | 1 | -1/+0 |
2019-03-29 | kernel/shared_memory: Sanitize supplied size when unmapping | Lioncash | 3 | -4/+18 |
2019-03-29 | Addressed feedback | unknown | 1 | -1/+0 |
2019-03-29 | core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. | unknown | 1 | -0/+1 |
2019-03-29 | Addressed feedback | unknown | 1 | -4/+4 |
2019-03-29 | core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. | unknown | 2 | -11/+8 |
2019-03-29 | core/yuzu: Remove enable_nfc setting | fearlessTobi | 3 | -3/+1 |
2019-03-29 | kernel/process: Report total physical memory used to svcGetInfo | Lioncash | 3 | -4/+11 |
2019-03-29 | kernel/process: Store the total size of the code memory loaded | Lioncash | 2 | -0/+5 |
2019-03-28 | kernel/process: Store the main thread stack size to a data member | Lioncash | 2 | -4/+7 |
2019-03-28 | kernel/process: Make Run's stack size parameter a u64 | Lioncash | 2 | -2/+2 |
2019-03-28 | kernel/process: Ensure that given stack size is always page-aligned | Lioncash | 1 | -0/+4 |
2019-03-28 | patch_manager: Dump NSO name with build ID | Zach Hilman | 4 | -9/+11 |
2019-03-27 | Fixes and corrections on formatting. | Fernando Sahmkow | 1 | -6/+9 |
2019-03-27 | Use MultiLevelQueue instead of old ThreadQueueList | Fernando Sahmkow | 2 | -19/+24 |
2019-03-27 | game_list: Register content with ContentProvider | Zach Hilman | 1 | -2/+3 |
2019-03-27 | core: Port current uses of RegisteredCache to ContentProvider | Zach Hilman | 8 | -27/+32 |
2019-03-27 | core: Store system-wide ContentProvider for the emulator | Zach Hilman | 2 | -0/+40 |
2019-03-27 | file_sys: Create ContentProvider interface and default implementations | Zach Hilman | 2 | -152/+279 |
2019-03-26 | service/am: Implement EnterFatalSection and LeaveFatalSection | Lioncash | 2 | -2/+29 |
2019-03-26 | service/am: Sort ISelfController's member functions according to table order | Lioncash | 2 | -36/+36 |
2019-03-24 | core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked | Lioncash | 1 | -0/+2 |
2019-03-24 | core/core_timing: Make callback parameters consistent | Lioncash | 6 | -11/+11 |
2019-03-24 | kernel/kernel: Remove unnecessary forward declaration | Lioncash | 1 | -3/+0 |
2019-03-24 | kernel/process: Remove unused AddressMapping struct | Lioncash | 1 | -8/+0 |
2019-03-24 | kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() | Lioncash | 2 | -24/+46 |
2019-03-24 | kernel/vm_manager: Rename HeapAllocate to SetHeapSize | Lioncash | 3 | -4/+3 |
2019-03-24 | kernel/vm_manager: Handle case of identical calls to HeapAllocate | Lioncash | 1 | -0/+5 |
2019-03-24 | kernel/vm_manager: Remove unused class variables | Lioncash | 1 | -3/+0 |
2019-03-24 | kernel/vm_manager: Remove unnecessary heap_used data member | Lioncash | 3 | -13/+2 |
2019-03-24 | kernel/vm_manager: Tidy up heap allocation code | Lioncash | 3 | -27/+37 |
2019-03-22 | kernel/codeset: Make CodeSet's memory data member a regular std::vector | Lioncash | 5 | -7/+8 |
2019-03-22 | loader/nso: Place translation unit specific functions into an anonymous namespace | Lioncash | 1 | -20/+21 |
2019-03-22 | file_sys/cheat_engine: Silence truncation and sign-conversion warnings | Lioncash | 2 | -5/+6 |
2019-03-22 | file_sys/cheat_engine: Remove use of global system accessors | Lioncash | 6 | -43/+51 |
2019-03-22 | loader/nso: Clean up use of magic constants | Lioncash | 1 | -4/+6 |
2019-03-22 | file_sys/patch_manager: Deduplicate NSO header | Lioncash | 3 | -64/+65 |
2019-03-22 | loader/nso: Fix definition of the NSO header struct | Lioncash | 1 | -3/+15 |
2019-03-22 | file_sys/patch_manager: Remove two magic values | Lioncash | 1 | -2/+5 |
2019-03-21 | service/am: Add function table for IDebugFunctions | Lioncash | 1 | -1/+15 |
2019-03-21 | kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively | Lioncash | 4 | -22/+20 |
2019-03-21 | kernel/vm_manager: Amend flag values for CodeMutable | Lioncash | 1 | -1/+1 |
2019-03-21 | core/memory: Remove unnecessary includes | Lioncash | 1 | -3/+0 |
2019-03-21 | memory: Check that core is powered on before attempting to use GPU. | bunnei | 1 | -1/+1 |
2019-03-21 | gpu: Rewrite virtual memory manager using PageTable. | bunnei | 1 | -10/+2 |
2019-03-21 | gpu: Move GPUVAddr definition to common_types. | bunnei | 1 | -2/+2 |
2019-03-20 | kernel/process: Make MapSegment lambda reference parameter const | Lioncash | 1 | -1/+1 |
2019-03-20 | kernel: Move CodeSet structure to its own source files | Lioncash | 8 | -44/+110 |
2019-03-20 | Fix crash caused by 2238. | Fernando Sahmkow | 1 | -1/+2 |
2019-03-20 | Fix small bug that kept a thread as a condvar thread after being signalled. | Fernando Sahmkow | 2 | -6/+8 |
2019-03-20 | loader: Remove Linker class | Lioncash | 3 | -185/+0 |
2019-03-20 | loader: Remove Linker inheritance from NRO and NSO loaders | Lioncash | 2 | -4/+4 |
2019-03-20 | Add CondVar Thread State. | Fernando Sahmkow | 4 | -4/+6 |
2019-03-20 | Small fixes to address_arbiter to better match the IDB. | Fernando Sahmkow | 2 | -5/+5 |
2019-03-19 | file_sys/content_archive: Amend name of Data_Unknown5 enum entry | Lioncash | 2 | -2/+15 |
2019-03-18 | fsp_srv: Unstub SetCurrentProcess | Lioncash | 2 | -1/+5 |
2019-03-18 | service/am: Add basic implementation of ChangeMainAppletMasterVolume | Lioncash | 2 | -1/+29 |
2019-03-18 | service/am: Unstub SetTransparentVolumeRate() | Lioncash | 2 | -1/+17 |
2019-03-18 | service/am: Unstub SetExpectedMasterVolume() | Lioncash | 2 | -11/+27 |
2019-03-17 | core: Move PageTable struct into Common. | bunnei | 11 | -219/+91 |
2019-03-16 | ipc_helpers: Allow pushing and popping floating-point values | Lioncash | 1 | -0/+30 |
2019-03-16 | kernel/thread: Actually remove the definition of ExitCurrentThread() | Lioncash | 1 | -6/+0 |
2019-03-16 | memory: Simplify rasterizer cache operations. | bunnei | 2 | -66/+21 |
2019-03-16 | kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread | Lioncash | 2 | -8/+7 |
2019-03-16 | kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface | Lioncash | 4 | -25/+24 |
2019-03-16 | kernel/thread: Expand documentation of nominal_priority and current_priority | Lioncash | 2 | -3/+11 |
2019-03-16 | kernel/thread: Make bracing consistent within UpdatePriority() | Lioncash | 1 | -2/+4 |
2019-03-16 | kernel/thread: Amend condition within UpdatePriority() | Lioncash | 1 | -3/+3 |
2019-03-16 | kernel/thread: Maintain priority ordering of added mutex waiting threads | Lioncash | 1 | -14/+24 |
2019-03-15 | gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) | Dimitri A | 3 | -4/+5 |
2019-03-15 | gpu: Use host address for caching instead of guest address. | bunnei | 2 | -6/+10 |
2019-03-15 | core/hle/kernel/mutex: Remove usages of global system accessors | Lioncash | 1 | -11/+15 |
2019-03-15 | core/hle/kernel: Make Mutex a per-process class. | Lioncash | 5 | -18/+47 |
2019-03-13 | core/hle/kernel/svc: Implement svcUnmapTransferMemory | Lioncash | 1 | -1/+48 |
2019-03-13 | core/hle/kernel/svc: Implement svcMapTransferMemory | Lioncash | 1 | -1/+57 |
2019-03-13 | core/hle/kernel: Split transfer memory handling out into its own class | Lioncash | 6 | -4/+177 |
2019-03-13 | kernel/process: Remove use of global system accessors | Lioncash | 2 | -8/+9 |
2019-03-11 | set_sys: Move constants to anonymous namespace | Zach Hilman | 1 | -1/+1 |
2019-03-11 | kernel/server_port: Make data members private | Lioncash | 4 | -14/+36 |
2019-03-11 | hwopus: Leverage multistream API for decoding regular Opus packets | Lioncash | 1 | -34/+48 |
2019-03-11 | set_sys: Use official nintendo version string | Zach Hilman | 4 | -19/+25 |
2019-03-11 | system_version: Correct sizes on VectorVfsFile construction | Zach Hilman | 1 | -4/+4 |
2019-03-11 | set_sys: Use correct error codes in GetFirmwareVersion* | Zach Hilman | 1 | -21/+41 |
2019-03-10 | core/hle/result: Remove now-unnecessary manually defined copy assignment operator | Lioncash | 1 | -5/+0 |
2019-03-10 | core/hle/result: Amend error in comment description for ResultCode | Lioncash | 1 | -1/+1 |
2019-03-10 | core/hle/result: Remove now-unused constructor for ResultCode | Lioncash | 1 | -10/+0 |
2019-03-10 | core/hle/result: Relocate IPC error code to ipc_helpers | Lioncash | 3 | -3/+4 |
2019-03-10 | service/service: Remove unncessary calls to c_str() | Lioncash | 1 | -4/+3 |
2019-03-10 | set_sys: Implement GetFirmwareVersion(2) for libnx hosversion | Zach Hilman | 6 | -3/+128 |
2019-03-09 | clang fix | Hexagon12 | 1 | -1/+2 |
2019-03-09 | Log 2 new setting values | Hexagon12 | 1 | -0/+2 |
2019-03-08 | kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional | Lioncash | 4 | -47/+47 |
2019-03-08 | kernel: Make the address arbiter instance per-process | Lioncash | 7 | -27/+34 |
2019-03-08 | kernel/svc: Move address arbiter signaling behind a unified API function | Lioncash | 3 | -22/+26 |
2019-03-08 | kernel/svc: Move address arbiter waiting behind a unified API function | Lioncash | 3 | -19/+24 |
2019-03-07 | service/audio/hwopus: Move decoder state to its own class | Lioncash | 1 | -50/+85 |
2019-03-07 | service/audio/hwopus: Provide a name for the second word of OpusPacketHeader | Lioncash | 1 | -2/+4 |
2019-03-07 | service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager | Lioncash | 1 | -17/+17 |
2019-03-07 | service/audio/hwopus: Enclose internals in an anonymous namespace | Lioncash | 1 | -2/+3 |
2019-03-07 | service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playing | Lioncash | 1 | -1/+3 |
2019-03-07 | gpu: Refactor a/synchronous implementations into their own classes. | bunnei | 1 | -2/+7 |
2019-03-07 | gpu: Move command processing to another thread. | bunnei | 2 | -5/+5 |
2019-03-07 | gpu: Refactor command and swap buffers interface for asynch. | bunnei | 3 | -14/+4 |
2019-03-07 | gpu: Refactor to take RendererBase instead of RasterizerInterface. | bunnei | 1 | -1/+1 |
2019-03-07 | settings: Add new graphics setting for use_asynchronous_gpu_emulation. | bunnei | 2 | -0/+3 |
2019-03-07 | core: Set is_powered_on before GPU is initialized. | bunnei | 1 | -1/+3 |
2019-03-06 | hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl() | Lioncash | 1 | -0/+1 |
2019-03-06 | kernel/server_session: Make data members private | Lioncash | 5 | -32/+73 |
2019-03-06 | kernel/client_session: Make data members private | Lioncash | 1 | -4/+5 |
2019-03-05 | hle/service/audio: Extract audio error codes to a header | Lioncash | 4 | -10/+21 |
2019-03-05 | kernel/address_arbiter: Pass in system instance to constructor | Lioncash | 5 | -23/+42 |
2019-03-05 | kernel/address_arbiter: Minor tidying up | Lioncash | 1 | -18/+18 |
2019-03-05 | kernel/address_arbiter: Convert the address arbiter into a class | Lioncash | 5 | -82/+135 |
2019-03-05 | vm_manager: Remove cheat-specific ranges from VMManager | Zach Hilman | 10 | -77/+56 |
2019-03-05 | kernel/thread: Remove obsolete TODO in Create() | Lioncash | 1 | -2/+0 |
2019-03-05 | core/hle/ipc: Remove unnecessary includes | Lioncash | 6 | -8/+12 |
2019-03-05 | core: Add support for registering and controlling ownership of CheatEngine | Zach Hilman | 2 | -0/+13 |
2019-03-05 | cheat_engine: Add parser and interpreter for game cheats | Zach Hilman | 3 | -0/+715 |
2019-03-05 | loader/nso: Set main code region in VMManager | Zach Hilman | 3 | -2/+21 |
2019-03-05 | vm_manager: Add support for storing and getting main code region | Zach Hilman | 2 | -0/+28 |
2019-03-05 | patch_manager: Display cheats in game list add-ons | Zach Hilman | 1 | -0/+2 |
2019-03-05 | patch_manager: Add support for loading cheats lists | Zach Hilman | 2 | -0/+56 |
2019-03-05 | controllers/npad: Add accessor for current press state | Zach Hilman | 1 | -0/+1 |
2019-03-04 | vm_manager: Use range helpers in HeapAlloc() and HeapFree() | Lioncash | 1 | -4/+2 |
2019-03-04 | vm_manager: Provide address range checking functions for other memory regions | Lioncash | 2 | -4/+35 |
2019-03-04 | kernel/scheduler: Pass in system instance in constructor | Lioncash | 5 | -17/+23 |
2019-03-04 | kernel/shared_memory: Get rid of the use of global accessor functions within Create() | Lioncash | 1 | -3/+2 |
2019-03-04 | svc: Migrate address range checking functions to VMManager | Lioncash | 3 | -23/+30 |
2019-03-04 | core/core: Remove the global telemetry accessor function | Lioncash | 1 | -4/+0 |
2019-03-04 | core/core: Replace direct usage of the global system telemetry accessor from Shutdown() | Lioncash | 1 | -7/+7 |
2019-03-02 | Memory: don't lock hle mutex in memory read/write | Weiyi Wang | 1 | -6/+0 |
2019-03-01 | service/audio/audren_u: Implement OpenAudioRendererAuto | Lioncash | 2 | -7/+20 |
2019-03-01 | service/audio: Provide an implementation of ExecuteAudioRendererRendering | Lioncash | 1 | -1/+12 |
2019-02-27 | Speed up memory page mapping (#2141) | Annomatg | 1 | -6/+11 |
2019-02-27 | service/hid: Amend forward declaration of ServiceManager | Lioncash | 1 | -1/+1 |
2019-02-27 | core/frontend/emu_window: Make ClipToTouchScreen a const member function | Lioncash | 2 | -2/+2 |
2019-02-27 | audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter | Lioncash | 1 | -13/+13 |
2019-02-27 | common/math_util: Move contents into the Common namespace | Lioncash | 7 | -13/+13 |
2019-02-27 | common/vector_math: Move Vec[x] types into the Common namespace | Lioncash | 1 | -1/+1 |
2019-02-27 | service/vi: Unstub GetDisplayService | Lioncash | 5 | -11/+49 |
2019-02-27 | core/ipc_helper: Allow popping all signed value types with RequestParser | Lioncash | 1 | -0/+15 |
2019-02-26 | service/vi: Remove use of a module class | Lioncash | 8 | -46/+99 |
2019-02-25 | kernel/handle_table: Make local variables as const where applicable | Lioncash | 1 | -4/+5 |
2019-02-25 | kernel/handle_table: Allow process capabilities to limit the handle table size | Lioncash | 6 | -10/+54 |
2019-02-25 | kernel/handle-table: In-class initialize data members | Lioncash | 2 | -3/+2 |
2019-02-25 | kernel/handle_table: Resolve truncation warnings | Lioncash | 1 | -2/+2 |
2019-02-25 | service/vi: Update IManagerDisplayService's function table | Lioncash | 1 | -0/+1 |
2019-02-25 | file_sys/vfs_vector: Fix ignored offset on Write | Frederic L | 1 | -1/+1 |
2019-02-22 | service/nvflinger: Store BufferQueue instances as regular data members | Lioncash | 7 | -36/+39 |
2019-02-21 | service/vi/vi_layer: Convert Layer struct into a class | Lioncash | 6 | -10/+43 |
2019-02-21 | service/nvflinger: Move display specifics over to vi_display | Lioncash | 4 | -35/+141 |
2019-02-21 | Fixes Unicode Key File Directories (#2120) | Jungy | 1 | -1/+2 |
2019-02-20 | service/nvflinger: Relocate definitions of Layer and Display to the vi service | Lioncash | 7 | -57/+123 |
2019-02-16 | Corrections, documenting and fixes. | Fernando Sahmkow | 2 | -4/+3 |
2019-02-16 | address_arbiter: Use nested namespaces where applicable | Lioncash | 2 | -8/+4 |
2019-02-16 | video_core: Remove usages of System::GetInstance() within the engines | Lioncash | 1 | -1/+1 |
2019-02-16 | Use u128 on Clock Cycles calculation. | Fernando Sahmkow | 3 | -6/+6 |
2019-02-16 | Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. | Fernando Sahmkow | 3 | -2/+13 |
2019-02-16 | core_timing: Convert core timing into a class | Lioncash | 43 | -289/+404 |
2019-02-13 | threadsafe_queue: Remove NeedSize template parameter | Lioncash | 1 | -2/+2 |
2019-02-13 | core_timing: Make EmptyTimedCallback a local variable | Lioncash | 1 | -3/+3 |
2019-02-12 | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 29 | -73/+69 |
2019-02-08 | nvdisp_disp0: change drawing message log level from Warning to Trace | Tobias | 1 | -3/+3 |
2019-02-07 | gl_shader_cache: Link loading screen with disk shader cache load | ReinUsesLisp | 1 | -2/+0 |
2019-02-07 | gl_shader_disk_cache: Pass core system as argument and guard against games without title ids | ReinUsesLisp | 1 | -1/+1 |
2019-02-07 | settings: Hide shader cache behind a setting | ReinUsesLisp | 2 | -0/+3 |
2019-02-07 | rasterizer_interface: Add disk cache entry for the rasterizer | ReinUsesLisp | 1 | -0/+3 |
2019-02-06 | gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memory | Dimitri ALBORA | 1 | -4/+10 |
2019-02-06 | remove all occurance of specifying endianness inside BitField | Weiyi Wang | 6 | -96/+96 |
2019-02-06 | service/nvflinger,service/vi: Handle failure cases with exposed API | Lioncash | 4 | -47/+133 |
2019-02-05 | service/nvflinger: Mark FindVsyncEvent() as a const member function | Lioncash | 2 | -2/+2 |
2019-02-05 | service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() | Lioncash | 3 | -3/+3 |
2019-02-01 | kernel: Remove the Timer class | Lioncash | 7 | -229/+0 |
2019-01-30 | kernel/wait_object: Devirtualize functions related to manipulating the thread list directly | Lioncash | 1 | -3/+3 |
2019-01-30 | kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override | Lioncash | 2 | -6/+0 |
2019-01-30 | kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override | Lioncash | 2 | -6/+0 |
2019-01-30 | hwopus: Implement DecodeInterleaved | Lioncash | 1 | -4/+35 |
2019-01-30 | service/nvflinger: Make FindBufferQueueId() a const member function | Lioncash | 2 | -2/+26 |
2019-01-30 | service/nvflinger: Rename Get prefix on function to Find | Lioncash | 3 | -23/+23 |
2019-01-30 | hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeInterleavedWithPerfOld | Lioncash | 1 | -19/+14 |
2019-01-30 | hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64* | Lioncash | 1 | -9/+6 |
2019-01-30 | hwopus: Mark local variables as const where applicable | Lioncash | 1 | -8/+16 |
2019-01-30 | hwopus: Fill in the rest of the unknown service function names | Lioncash | 1 | -9/+11 |
2019-01-30 | service/ns: Update function tables | Lioncash | 1 | -14/+20 |
2019-01-30 | service/ncm: Update function tables | Lioncash | 1 | -4/+4 |
2019-01-30 | service/audio: Update function tables | Lioncash | 4 | -8/+23 |
2019-01-30 | service/am/applet_ae: Update function tables | Lioncash | 1 | -1/+2 |
2019-01-30 | service/fsp-srv: Update function tables | Lioncash | 2 | -17/+25 |
2019-01-30 | service/btm: Update function tables | Lioncash | 1 | -55/+97 |
2019-01-30 | service/btdrv: Update function tables | Lioncash | 1 | -46/+101 |
2019-01-30 | service/psc: Update function tables | Lioncash | 1 | -8/+9 |
2019-01-30 | nvflinger: Add the Null display | Lioncash | 1 | -1/+2 |
2019-01-30 | nvflinger: Change log message in OpenDisplay to be a debug log instead of a warning | Lioncash | 1 | -1/+1 |
2019-01-30 | nvflinger: Remove unnecessary header inclusions | Lioncash | 1 | -2/+0 |
2019-01-30 | nvflinger: Mark locals const where applicable | Lioncash | 1 | -11/+11 |
2019-01-30 | nvflinger: Use a std::array for the available displays instead of std::vector | Lioncash | 2 | -7/+7 |
2019-01-30 | hle/ipc_helpers: Fix clang-format warnings | Lioncash | 1 | -1/+0 |
2019-01-29 | hle/ipc_helpers: Allow pushing signed values | Lioncash | 1 | -0/+22 |
2019-01-28 | service/pm: Implement SetMaintenanceBoot() | Lioncash | 1 | -1/+10 |
2019-01-28 | service/pm: Tidy up functionality related to SystemBootMode | Lioncash | 2 | -2/+9 |
2019-01-28 | service/vi: Remove stubbed notifier from SetLayerVisibility | Lioncash | 1 | -2/+3 |
2019-01-27 | kernel/svc: Log out uncaught C++ exceptions from svcBreak | Lioncash | 1 | -0/+4 |
2019-01-24 | frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl. | bunnei | 3 | -0/+43 |
2019-01-22 | citra_qt: Log settings on launch | zhupengfei | 2 | -0/+30 |
2019-01-22 | QT Frontend: Migrate to QOpenGLWindow | James Rowe | 1 | -9/+30 |
2019-01-18 | file_sys/directory: Remove unused DirectoryBackend class | Lioncash | 1 | -23/+0 |
2019-01-17 | core/frontend/applets/web_browser: Include missing headers | Lioncash | 1 | -2/+8 |
2019-01-17 | core/frontend/applets/web_browser: Make OpenPage() non-const | Lioncash | 5 | -16/+21 |
2019-01-15 | loader: Propagate NCA logo section to ReadBanner and ReadLogo | Zach Hilman | 9 | -0/+61 |
2019-01-15 | content_archive: Add getter for logo section of NCA | Zach Hilman | 2 | -0/+16 |
2019-01-08 | settings: Fix comment structure | Zach Hilman | 1 | -4/+5 |
2019-01-08 | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | 3 | -11/+10 |
2019-01-08 | time: Use custom RTC settings if applicable for game | Zach Hilman | 1 | -6/+10 |
2019-01-08 | core: Set custom RTC differential on game boot | Zach Hilman | 1 | -0/+7 |
2019-01-08 | settings: Add custom RTC settings | Zach Hilman | 1 | -0/+3 |
2019-01-05 | service/vi: Correct scaling mode conversions | Lioncash | 1 | -15/+13 |
2019-01-05 | service/vi: Factor out scaling mode conversions from the IPC function itself | Lioncash | 1 | -17/+21 |
2019-01-05 | service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode() | Lioncash | 1 | -21/+38 |
2019-01-05 | service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() | Lioncash | 1 | -12/+8 |
2019-01-04 | Removed pulse event type | David Marcec | 3 | -7/+0 |
2019-01-04 | Return no application area when games try to open an application area | David Marcec | 1 | -4/+4 |
2019-01-04 | Proper no message handling for AM::PopMessage | David Marcec | 1 | -1/+10 |
2019-01-03 | Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs testing to confirm) | David Marcec | 1 | -1/+1 |
2019-01-03 | service/vi: Implement SetDisplayEnabled() | Lioncash | 1 | -1/+10 |
2019-01-03 | service/vi: Log more information where applicable | Lioncash | 1 | -63/+74 |
2019-01-03 | service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay | Lioncash | 1 | -4/+17 |
2019-01-02 | service/vi: Correct initial width and height values | Lioncash | 1 | -2/+2 |
2019-01-02 | service/vi: Document unknown DisplayInfo struct members | Lioncash | 1 | -2/+13 |
2019-01-01 | core/kernel: Remove unnecessary inclusions | Lioncash | 16 | -16/+22 |
2018-12-31 | kernel/svc: Correct misleading error message within CreateThread() | Lioncash | 1 | -2/+3 |
2018-12-31 | kernel/svc: Sanitize core number and thread priorities in CreateThread() | Lioncash | 1 | -6/+17 |
2018-12-31 | kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask() | Lioncash | 2 | -11/+11 |
2018-12-31 | kernel/svc: Simplify thread core ID sanitizing in CreateThread | Lioncash | 1 | -7/+1 |
2018-12-31 | arm_interface: Make include path relative for arm_interface.h | Lioncash | 1 | -1/+1 |
2018-12-31 | arm_interface: Make LogBacktrace() a const member function | Lioncash | 2 | -2/+2 |
2018-12-31 | arm_interface: Mark variables as const where applicable in LogBacktrace() | Lioncash | 1 | -3/+4 |
2018-12-31 | arm_interface: Remove unnecessary semicolon | Lioncash | 1 | -1/+1 |
2018-12-30 | service/time: Minor cleanup to GetClockSnapshot() | Lioncash | 1 | -7/+9 |
2018-12-30 | service/time: Fill in some structures and remove padding where not necessary | Lioncash | 2 | -7/+9 |
2018-12-29 | Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal | David Marcec | 4 | -18/+36 |
2018-12-29 | travis: Use correct package for linux Qt5WebEngine | Zach Hilman | 2 | -3/+2 |
2018-12-29 | web_browser: Add bounds checking to applet interface | Zach Hilman | 7 | -134/+139 |
2018-12-28 | core: Add getter and setter for WebBrowserApplet frontend | Zach Hilman | 4 | -2/+22 |
2018-12-28 | frontend: Add frontend responder for web browser | Zach Hilman | 2 | -0/+52 |
2018-12-28 | applets: Implement LibAppletOff (Web) applet | Zach Hilman | 4 | -0/+234 |
2018-12-28 | loader: Add accessor for Manual RomFS | Zach Hilman | 5 | -0/+30 |
2018-12-28 | hid: Make Hid service accessible and add GetPressState | Zach Hilman | 4 | -459/+540 |
2018-12-28 | romfs: Add SingleDiscard extraction type | Zach Hilman | 2 | -2/+6 |
2018-12-28 | am: Add size parameter to am:IStorage logging | Zach Hilman | 1 | -4/+4 |
2018-12-28 | kernel/process: Start the main thread using the specified ideal core | Lioncash | 1 | -2/+2 |
2018-12-28 | kernel: Rename 'default' CPU core to 'ideal' core | Lioncash | 4 | -21/+21 |
2018-12-28 | kernel/thread: Move process thread initialization into process.cpp | Lioncash | 3 | -36/+30 |
2018-12-28 | file_sys/program_metadata: Print out more descriptive address space descriptions | Lioncash | 1 | -3/+7 |
2018-12-28 | kernel/process: Remove most allocation functions from Process' interface | Lioncash | 4 | -49/+35 |
2018-12-27 | am: Implement GetSaveDataSize and ExtendSaveData | Zach Hilman | 5 | -5/+50 |
2018-12-27 | filesystem: Populate save data sizes from control data | Zach Hilman | 2 | -0/+53 |
2018-12-27 | savedata_factory: Partially implement IVFC save sizes using files | Zach Hilman | 2 | -0/+38 |
2018-12-27 | loader: Add accessor for game control data | Zach Hilman | 5 | -9/+14 |
2018-12-27 | control_metadata: Update NACP fields with latest Switchbrew data | Zach Hilman | 2 | -6/+29 |
2018-12-27 | control_metadata: Use value member instead of unique_ptr to store struct | Zach Hilman | 2 | -10/+13 |
2018-12-27 | vfs: Add reinterpret_casts to WriteArray and Object | Zach Hilman | 1 | -2/+2 |
2018-12-27 | kernel/vm_manager: Reset region attributes when unmapping a VMA | Lioncash | 1 | -0/+1 |
2018-12-26 | npad: Remove code to invert input in horizontal mode. | bunnei | 1 | -46/+0 |
2018-12-21 | hid: Fix SetNpadJoyHoldType and improve logging. | bunnei | 1 | -44/+163 |
2018-12-21 | kernel/process: Hook up the process capability parser to the process itself | Lioncash | 7 | -122/+44 |
2018-12-21 | kernel/process_capability: Handle debug capability flags | Lioncash | 2 | -1/+18 |
2018-12-21 | kernel/process_capability: Handle handle table capability flags | Lioncash | 2 | -1/+11 |
2018-12-21 | kernel/process_capability: Handle kernel version capability flags | Lioncash | 2 | -1/+18 |
2018-12-21 | kernel/process_capability: Handle program capability flags | Lioncash | 3 | -2/+29 |
2018-12-21 | kernel/process_capability: Handle interrupt capability flags | Lioncash | 1 | -1/+21 |
2018-12-21 | kernel/process_capability: Handle syscall capability flags | Lioncash | 2 | -1/+29 |
2018-12-21 | kernel/process_capability: Handle the priority mask and core mask flags | Lioncash | 2 | -1/+40 |
2018-12-21 | kernel/process: Introduce process capability parsing skeleton | Lioncash | 5 | -3/+468 |
2018-12-19 | kernel/svc: Handle thread handles within GetProcessId | Lioncash | 1 | -10/+23 |
2018-12-19 | svc: Implement svcSetMemoryAttribute | Lioncash | 1 | -5/+46 |
2018-12-19 | vm_manager: Add member function for setting memory attributes across an address range | Lioncash | 2 | -0/+41 |
2018-12-19 | vm_manager: Add member function for checking a memory range adheres to certain attributes, permissions and states | Lioncash | 2 | -0/+100 |
2018-12-19 | kernel/kernel: Use correct initial PID for userland Process instances | Lioncash | 2 | -4/+14 |
2018-12-19 | kernel/svc: Correct output parameter for svcGetThreadId | Lioncash | 1 | -1/+1 |
2018-12-19 | kernel/thread: Make thread_id a 64-bit value | Lioncash | 4 | -7/+7 |
2018-12-19 | kernel/svc: Correct output parameter for svcGetProcessId | Lioncash | 2 | -2/+10 |
2018-12-19 | kernel/process: Make process_id a 64-bit value | Lioncash | 3 | -6/+6 |
2018-12-19 | Device handle should not be a random id, instead it's the current npad id | David Marcec | 1 | -2/+2 |
2018-12-19 | Moved backtrace to ArmInterface | David Marcec | 8 | -47/+20 |
2018-12-19 | Fixed uninitialized memory due to missing returns in canary | David Marcec | 3 | -0/+3 |
2018-12-19 | service/sm: Improve debug log for RegisterService | Lioncash | 1 | -4/+5 |
2018-12-18 | yuzu, video_core: Screenshot functionality | zhupengfei | 2 | -0/+22 |
2018-12-18 | kernel/thread: Set default fpcr | MerryMage | 1 | -0/+3 |
2018-12-18 | arm_dynarmic: Set CNTFRQ value | MerryMage | 1 | -0/+1 |
2018-12-18 | service/am: Unstub GetAppletResourceUserId | Lioncash | 1 | -2/+5 |
2018-12-16 | vm_manager: Rename meminfo_state to state | Lioncash | 2 | -10/+9 |
2018-12-16 | vm_manager: Add backing functionality for memory attributes | Lioncash | 2 | -1/+85 |
2018-12-15 | nvhost_gpu: Skip empty GPU command lists. | bunnei | 1 | -0/+4 |
2018-12-13 | Fix Service object leak on emulation stop | Jens Schmer | 2 | -10/+12 |
2018-12-12 | svc: Enable svcQueryProcessMemory | Lioncash | 2 | -1/+6 |
2018-12-12 | svc: Write out the complete MemoryInfo structure in QueryProcessMemory | Lioncash | 1 | -0/+3 |
2018-12-12 | svc: Handle memory writing explicitly within QueryProcessMemory | Lioncash | 2 | -26/+22 |
2018-12-12 | vm_manager: Correct ordering of last two struct members of MemoryInfo | Lioncash | 1 | -2/+2 |
2018-12-12 | svc_wrap: Correct register index for a wrapper specialization | Lioncash | 1 | -1/+1 |
2018-12-12 | vm_manager: Amend the returned values for invalid memory queries in QueryMemory() | Lioncash | 2 | -4/+7 |
2018-12-12 | vm_manager: Migrate memory querying to the VMManager interface | Lioncash | 4 | -18/+33 |
2018-12-12 | vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h | Lioncash | 3 | -17/+16 |
2018-12-12 | vm_manager: Amend MemoryState enum members | Lioncash | 5 | -28/+111 |
2018-12-12 | Fix Process object leak on emulation stop | Jens Schmer | 3 | -13/+12 |
2018-12-11 | patch_manager: Prevent use of a dangling pointer within PatchRomFS | Lioncash | 1 | -4/+3 |
2018-12-10 | fsp_srv: Implement IStorage::GetSize | Zach Hilman | 1 | -2/+15 |
2018-12-10 | service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() | Lioncash | 1 | -1/+10 |
2018-12-10 | applets: Correct usage of SignalStateChanged event | Zach Hilman | 3 | -6/+4 |
2018-12-08 | web_service: move telemetry condition from TelemetrySession constructor to destructor | fearlessTobi | 1 | -8/+4 |
2018-12-08 | file_sys/save_data_factory: Update SaveDataSpaceId enum | Lioncash | 1 | -1/+3 |
2018-12-07 | savedata_factory: Add support for CacheStorage | Zach Hilman | 1 | -0/+2 |
2018-12-07 | savedata_factory: Delete TemporaryStorage on startup | Zach Hilman | 1 | -1/+5 |
2018-12-06 | memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() | Lioncash | 1 | -1/+1 |
2018-12-06 | vm_manager: Make vma_map private | Lioncash | 5 | -28/+41 |
2018-12-06 | system_archive: Implement open source NgWord2 | Zach Hilman | 3 | -1/+41 |
2018-12-06 | hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG | Lioncash | 1 | -2/+1 |
2018-12-06 | hle/service: Remove unnecessary using declarations | Lioncash | 1 | -5/+1 |
2018-12-06 | hle/service, hle/sm: Compress usages of MakeResult() | Lioncash | 2 | -3/+3 |
2018-12-06 | hle/service, hle/sm: Use structured bindings where applicable | Lioncash | 2 | -9/+3 |
2018-12-05 | loaders: Make GetFileType() a const qualified member function | Lioncash | 10 | -10/+10 |
2018-12-05 | Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit. | heapo | 1 | -0/+8 |
2018-12-05 | kernel/process: Set ideal core from metadata | Lioncash | 1 | -0/+1 |
2018-12-05 | ng_word: Deduplicate use of a constant value | Lioncash | 1 | -1/+1 |
2018-12-05 | system_archive: Use a regular function pointer instead of std::function for file-scope system archive array | Lioncash | 1 | -3/+2 |
2018-12-05 | service/ldr: Deduplicate instruction cache clearing code in LoadNro() | Lioncash | 1 | -8/+2 |
2018-12-05 | service/ldr: Amend layout of the NRO header | Lioncash | 1 | -3/+3 |
2018-12-05 | service/ldr: Corrent padding within the NRR header layout | Lioncash | 1 | -1/+2 |
2018-12-05 | svc: Avoid incorrect fast yield condition | Zach Hilman | 1 | -6/+1 |
2018-12-05 | kernel/svc: Correct behavior of svcResetSignal() | Lioncash | 1 | -4/+11 |
2018-12-05 | kernel/process: Make Process a WaitObject | Lioncash | 3 | -6/+68 |
2018-12-05 | kernel/readable_event: Add member function for enforcing a strict reset contract | Lioncash | 2 | -1/+22 |
2018-12-04 | kernel/svc: Remove unused header inclusion | Lioncash | 1 | -1/+0 |
2018-12-04 | kernel/svc: Implement svcSignalEvent() | Lioncash | 1 | -1/+16 |
2018-12-04 | kernel/svc: Implement svcCreateEvent() | Lioncash | 2 | -1/+42 |
2018-12-04 | kernel/object: Amend handle types to distinguish between readable and writable events | Lioncash | 5 | -10/+19 |
2018-12-04 | kernel/handle_table: Amend reference to CTR-OS in Create() | Lioncash | 1 | -2/+3 |
2018-12-04 | kernel/svc: Implement the resource limit svcGetInfo option | Lioncash | 4 | -9/+34 |
2018-12-04 | svc: Implement SetThreadActivity (thread suspension) | Luke Street | 4 | -6/+72 |
2018-12-04 | [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments | V.Kalyuzhny | 1 | -1/+1 |
2018-12-04 | scheduler: Avoid manual Reschedule call | Zach Hilman | 2 | -11/+11 |
2018-12-03 | scheduler: Only work steal higher priority threads from other cores | Zach Hilman | 3 | -35/+24 |
2018-12-03 | applets: Correct event ResetTypes from OneShot to Sticky | Zach Hilman | 4 | -13/+5 |
2018-12-03 | qt: Implement GUI dialog frontend for ProfileSelector | Zach Hilman | 1 | -0/+2 |
2018-12-03 | am: Use ProfileSelect applet | Zach Hilman | 1 | -0/+4 |
2018-12-03 | applets: Implement ProfileSelect applet | Zach Hilman | 2 | -0/+130 |
2018-12-03 | core: Add getter/setter for ProfileSelector in System | Zach Hilman | 2 | -0/+16 |
2018-12-03 | frontend: Add frontend applet for ProfileSelect | Zach Hilman | 3 | -0/+48 |
2018-12-03 | software_keyboard: Signal state changed event upon construction | Zach Hilman | 1 | -1/+6 |
2018-12-03 | loader: Add support for reading the name of game's developer | Zach Hilman | 5 | -0/+26 |
2018-12-03 | aoc_u: Obey disabled add-ons list when listing DLC | Zach Hilman | 1 | -0/+12 |
2018-12-03 | patch_manager: Obey disabled add-ons list when patching game | Zach Hilman | 2 | -11/+50 |
2018-12-03 | core: Make GetGameFileFromPath function externally accessible | Zach Hilman | 2 | -3/+9 |
2018-12-03 | settings: Store list of disabled add-ons per title ID | Zach Hilman | 1 | -0/+5 |
2018-12-03 | Moved backtrace to ArmInterface | David Marcec | 6 | -14/+39 |
2018-12-03 | Print backtrace on svcBreak | David Marcec | 3 | -0/+24 |
2018-12-03 | loader/nso: Remove dependency on the System class | Lioncash | 3 | -8/+11 |
2018-12-03 | loader/nro: Make the static LoadNro function internally linked | Lioncash | 2 | -7/+5 |
2018-12-03 | file_sys/directory: Amend path buffer size for directory entries | Lioncash | 1 | -2/+2 |
2018-12-03 | loader/nro: Remove dependency on the System class | Lioncash | 2 | -10/+13 |
2018-12-02 | service/usb: Update function table | Lioncash | 1 | -1/+1 |
2018-12-02 | service/erpt: Update function table | Lioncash | 1 | -5/+7 |
2018-12-02 | Fixed crash with SetNpadMode | David Marcec | 1 | -2/+3 |
2018-12-02 | svc: Use the current process' handle table for retrieving the process instance to act upon | Lioncash | 1 | -1/+2 |
2018-12-02 | svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories | Lioncash | 1 | -50/+99 |
2018-12-02 | svc: Avoid performance-degrading unnecessary reschedule | Zach Hilman | 2 | -8/+6 |
2018-12-02 | service/audio/audout_u: Amend constructor initialization list order | Lioncash | 1 | -2/+2 |
2018-12-02 | file_sys/registered_cache: Eliminate variable shadowing | Lioncash | 1 | -27/+26 |
2018-12-02 | filesystem: De-globalize registered_cache_union | Lioncash | 6 | -31/+17 |
2018-12-02 | crypto/key_manager: Remove unused variable in GetTicketblob() | Lioncash | 1 | -1/+0 |
2018-12-01 | Fix debug build | Lioncash | 1 | -1/+1 |
2018-12-01 | file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default | Lioncash | 2 | -0/+25 |
2018-12-01 | service/fsp_srv: Implement CleanDirectoryRecursively | Lioncash | 5 | -5/+72 |
2018-11-30 | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. | Subv | 1 | -0/+2 |
2018-11-30 | service/set: Convert GetLanguageCode over to using PushEnum() | Lioncash | 1 | -1/+1 |
2018-11-30 | service/set: Implement MakeLanguageCode | Lioncash | 2 | -1/+19 |
2018-11-29 | hle_ipc: Refactor SleepClientThread to avoid ReadableEvent | Zach Hilman | 9 | -14/+14 |
2018-11-29 | kernel/event: Reference ReadableEvent from WritableEvent | Zach Hilman | 30 | -311/+169 |
2018-11-29 | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 25 | -153/+274 |
2018-11-29 | hle_ipc: Use event pair for SleepClientThread | Zach Hilman | 2 | -19/+22 |
2018-11-29 | kernel: Add named event table | Zach Hilman | 2 | -0/+30 |
2018-11-29 | kernel: Divide Event into ReadableEvent and WritableEvent | Zach Hilman | 6 | -61/+210 |
2018-11-29 | kernel/object: Add descriptions to ResetTypes | Zach Hilman | 1 | -3/+3 |
2018-11-28 | npad: Use NPadIdToIndex to prevent invalid array access | Zach Hilman | 1 | -2/+2 |
2018-11-28 | dma_pushbuffer: Optimize to avoid loop and copy on Push. | bunnei | 1 | -8/+6 |
2018-11-27 | npad: Fix copy/paste error with LED position assignments | Zach Hilman | 1 | -3/+3 |
2018-11-27 | file_sys/registered_cache: Remove unused <map> include | Lioncash | 1 | -1/+0 |
2018-11-27 | file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() | Lioncash | 2 | -27/+26 |
2018-11-27 | control_metadata: Correct typo in language name (Portugese -> Portuguese) | Lioncash | 1 | -7/+17 |
2018-11-27 | gpu: Rewrite GPU command list processing with DmaPusher class. | bunnei | 1 | -3/+10 |
2018-11-27 | svc: Implement svcSetResourceLimitLimitValue() | Lioncash | 1 | -1/+36 |
2018-11-27 | svc: Implement svcGetResourceLimitCurrentValue() | Lioncash | 1 | -16/+49 |
2018-11-27 | svc: Implement svcGetResourceLimitLimitValue() | Lioncash | 2 | -2/+33 |
2018-11-27 | svc: Implement svcCreateResourceLimit() | Lioncash | 2 | -1/+27 |
2018-11-27 | Added comment on Main memory size for more clarity | David Marcec | 1 | -0/+1 |
2018-11-27 | Made svcSetHeapSize and svcCreateSharedMemory more readable | David Marcec | 1 | -4/+4 |
2018-11-27 | Reworked svcs slightly, improved error messages in AM and fsp_srv | David Marcec | 3 | -20/+30 |
2018-11-27 | gdbstub: Silence value truncation warning within FpuWrite() | Lioncash | 1 | -1/+1 |
2018-11-26 | profile_manager: Save and load ProfileData from disk | Zach Hilman | 3 | -17/+19 |
2018-11-26 | Fixed hwopus compile error | David Marcec | 1 | -1/+1 |
2018-11-26 | Improved error messages in AM, HwOpus and NvMap | David Marcec | 3 | -26/+39 |
2018-11-26 | Improved error messages for SVCs | David Marcec | 1 | -76/+170 |
2018-11-26 | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 51 | -374/+726 |
2018-11-25 | svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo | Luke Street | 1 | -1/+2 |
2018-11-24 | service/sm: Take std::string by const reference in UnregisterService | Lioncash | 2 | -2/+2 |
2018-11-24 | nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. | bunnei | 2 | -2/+18 |
2018-11-23 | file_sys: Implement system archive synthesizer for NgWord (806) | Zach Hilman | 5 | -6/+61 |
2018-11-22 | am: Return StubApplet instead of nullptr when AppletId not found | Zach Hilman | 3 | -11/+11 |
2018-11-22 | debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) | Zach Hilman | 1 | -2/+3 |
2018-11-22 | core: Relocate CPU core management to its own class | Lioncash | 4 | -97/+225 |
2018-11-22 | audout_u: Add support for multiple IAudioOut streams. | bunnei | 2 | -9/+22 |
2018-11-22 | scheduler: Add explanations for YieldWith and WithoutLoadBalancing | Zach Hilman | 5 | -77/+139 |
2018-11-22 | applets: Add StubApplet | Zach Hilman | 3 | -0/+98 |
2018-11-22 | kernel/handle_table: Move private static functions into the cpp file | Lioncash | 2 | -7/+9 |
2018-11-22 | kernel/handle_table: Restrict handle table size to 1024 entries | Lioncash | 1 | -5/+2 |
2018-11-22 | kernel/handle_table: Default destructor in the cpp file | Lioncash | 2 | -0/+3 |
2018-11-21 | nvhost_ctrl_gpu: Implement IoctlGetGpuTime. | bunnei | 2 | -0/+19 |
2018-11-21 | am: Correct build failure | Lioncash | 1 | -2/+2 |
2018-11-21 | patch_manager: Show LayeredExeFS patch in add-ons column | Zach Hilman | 1 | -3/+14 |
2018-11-21 | file_sys/card_image: Provide named members for the GamecardInfo struct | Lioncash | 1 | -1/+12 |
2018-11-20 | patch_manager: Apply LayeredExeFS patches | Zach Hilman | 1 | -0/+25 |
2018-11-20 | settings: Add option to dump ExeFS of games upon launch | Zach Hilman | 2 | -0/+10 |
2018-11-20 | kernel/process: Move <random> include to the cpp file | Lioncash | 2 | -1/+1 |
2018-11-20 | am/applets: Make the applet data broker part of the applet itself. | Lioncash | 5 | -31/+36 |
2018-11-20 | am/applets: Replace includes with forward declarations where applicable | Lioncash | 2 | -2/+9 |
2018-11-20 | am/applets: Relocate comments above the relevant data member in AppletDataBroker | Lioncash | 1 | -11/+18 |
2018-11-20 | kernel/resource_limit: Clean up interface | Lioncash | 6 | -190/+81 |
2018-11-20 | lm: Implement SetDestination by doing nothing | Lioncash | 1 | -1/+12 |
2018-11-19 | software_keyboard: Fix erroneous extra PushNormalData | Zach Hilman | 1 | -3/+2 |
2018-11-19 | software_keyboard: Return correct result code on user cancel operation | Zach Hilman | 3 | -5/+1 |
2018-11-19 | applet: Add AppletDataBroker to manage HLE to AM service interaction | Zach Hilman | 5 | -104/+194 |
2018-11-19 | software_keyboard: Use correct offset for inital text string | Zach Hilman | 1 | -1/+2 |
2018-11-19 | kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer | Lioncash | 3 | -12/+12 |
2018-11-19 | kernel/shared_memory: Add a const qualified member function overload for GetPointer() | Lioncash | 2 | -1/+12 |
2018-11-19 | kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet | Lioncash | 2 | -2/+2 |
2018-11-19 | kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 | Lioncash | 2 | -2/+2 |
2018-11-19 | kernel/shared_memory: Make data members private | Lioncash | 1 | -12/+17 |
2018-11-19 | ldr: Clean up error codes | Lioncash | 1 | -29/+12 |
2018-11-19 | svc: Implement yield types 0 and -1 | Zach Hilman | 5 | -2/+114 |
2018-11-19 | filesystem: Clear registered union paths on factory creation | Zach Hilman | 2 | -0/+6 |
2018-11-19 | hid: Use player-defined controller type as PREFERRED_CONTROLLER | Zach Hilman | 6 | -215/+114 |
2018-11-19 | hid/npad: Update NPad to use player controller bindings and type | Zach Hilman | 2 | -55/+108 |
2018-11-19 | hid/touchscreen: Update Touchscreen to use advanced parameters | Zach Hilman | 1 | -6/+6 |
2018-11-19 | hid: Add controller bindings for Mouse controller | Zach Hilman | 2 | -4/+30 |
2018-11-19 | hid: Add keyboard bindings for Keyboard controller | Zach Hilman | 2 | -2/+24 |
2018-11-19 | hid: Add controller bindings for DebugPad controller | Zach Hilman | 2 | -21/+43 |
2018-11-19 | settings: Add settings for multiple players and controllers | Zach Hilman | 1 | -3/+48 |
2018-11-19 | settings: Add Native type for keyboard | Zach Hilman | 1 | -0/+210 |
2018-11-19 | settings: Add Native type for mouse buttons | Zach Hilman | 2 | -0/+34 |
2018-11-19 | Added missing start/end touch attributes to touchscreen | David Marcec | 2 | -1/+18 |
2018-11-19 | Added debugpad skeleton | David Marcec | 2 | -2/+55 |
2018-11-19 | Added controller helper funcs | David Marcec | 2 | -0/+35 |
2018-11-19 | Changed polling rate of hid and Right joycon rotation | David Marcec | 1 | -2/+2 |
2018-11-19 | Left joycon rotation button remapping | David Marcec | 2 | -7/+21 |
2018-11-19 | Added automatic npad switch based on supported stylesets | David Marcec | 2 | -4/+124 |
2018-11-19 | Added multi-input support and controller assignment at any port | David Marcec | 2 | -122/+181 |
2018-11-19 | Removed hard coded values for width and height | David Marcec | 1 | -2/+4 |
2018-11-19 | software_keyboard: Check for UTF-8 config flag | Zach Hilman | 2 | -9/+23 |
2018-11-18 | svc: ResetSignal is not stubbed | Tobias | 1 | -1/+1 |
2018-11-18 | software_keyboard: Push all data over all channels on dialog completion | Zach Hilman | 1 | -18/+26 |
2018-11-18 | applet: Use std::queue instead of std::vector for storage stack | Zach Hilman | 5 | -18/+44 |
2018-11-18 | applet: Add operation completed callback | Zach Hilman | 4 | -6/+12 |
2018-11-18 | software_keyboard: Push buffer size to offset 0x4 in output data | Zach Hilman | 4 | -18/+39 |
2018-11-18 | software_keyboard: Make GetText asynchronous | Zach Hilman | 5 | -11/+29 |
2018-11-18 | am: Allow applets to push multiple and different channels of data | Zach Hilman | 6 | -44/+41 |
2018-11-18 | am: Implement ILibraryAppletAccessor IsCompleted and GetResult | Zach Hilman | 2 | -4/+9 |
2018-11-18 | am: Implement text check software keyboard mode | Zach Hilman | 5 | -14/+103 |
2018-11-18 | am: Deglobalize software keyboard applet | Zach Hilman | 11 | -62/+106 |
2018-11-18 | qt/main: Register Qt Software Keyboard frontend with AM | Zach Hilman | 1 | -0/+1 |
2018-11-18 | am: Construct and use proper applets with ILibraryAppletAccessor | Zach Hilman | 1 | -1/+26 |
2018-11-18 | am/applets: Add connector between frontend and AM applet classes | Zach Hilman | 3 | -0/+130 |
2018-11-18 | frontend/applets: Add frontend software keyboard provider and default | Zach Hilman | 3 | -0/+63 |
2018-11-18 | am/applets: Add Applet superclass to describe a generic applet | Zach Hilman | 3 | -0/+77 |
2018-11-18 | am: Unstub ILibraryAppletAccessor::Start | Zach Hilman | 1 | -5/+17 |
2018-11-18 | am: Implement PopInteractiveOutData and PushInteractiveInData | Zach Hilman | 1 | -14/+24 |
2018-11-18 | am: Convert storage stack to vector | Zach Hilman | 1 | -27/+59 |
2018-11-18 | am: Move AM::IStorage to header | Zach Hilman | 1 | -0/+16 |
2018-11-18 | am: Move IStorageAccessor to header and update backing buffer | Zach Hilman | 2 | -64/+62 |
2018-11-18 | am: Implement CreateTransferMemoryStorage | Zach Hilman | 2 | -0/+26 |
2018-11-18 | svc: Implement svcCreateTransferMemory | Zach Hilman | 1 | -3/+33 |
2018-11-18 | ldr_ro: Add error check for memory allocation failure | Zach Hilman | 4 | -13/+27 |
2018-11-17 | vi: Implement TransactParcel for Disconnect and DetachBuffer | Zach Hilman | 1 | -0/+22 |
2018-11-17 | Stubbed am:EnableApplicationCrashReport | MysticExile | 2 | -10/+18 |
2018-11-17 | hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters. | bunnei | 1 | -1/+1 |
2018-11-17 | Implemented CalculateStandardUserSystemClockDifferenceByUser | David Marcec | 3 | -1/+18 |
2018-11-16 | kernel/errors: Clean up error codes | Lioncash | 2 | -62/+32 |
2018-11-16 | Added various bluetooth based cmds for palma | David Marcec | 2 | -1/+145 |
2018-11-16 | Added SetIsPalmaAllConnectable, SetPalmaBoostMode | David Marcec | 1 | -2/+14 |
2018-11-16 | Report resolution scaling support for vi and am | David Marcec | 2 | -13/+29 |
2018-11-16 | file_sys/errors: Remove currently unused filesystem error codes | Lioncash | 1 | -10/+0 |
2018-11-16 | file_sys/errors: Get rid of the ErrCodes namespace | Lioncash | 1 | -17/+5 |
2018-11-16 | file_sys/errors: Extract FS-related error codes to file_sys/errors.h | Lioncash | 4 | -14/+19 |
2018-11-16 | Fixed priority switching edge case for handheld (#1675) | David | 1 | -12/+46 |
2018-11-16 | fsp_srv: Add support for using open source archive if not found in NAND | Zach Hilman | 1 | -0/+10 |
2018-11-16 | file_sys: Add framework for synthesizing open source archives | Zach Hilman | 3 | -0/+109 |
2018-11-16 | vfs_vector: Add VFS backend for std::array | Zach Hilman | 1 | -0/+52 |
2018-11-16 | csrng: Use random integer distribution instead of raw engine | Zach Hilman | 1 | -1/+2 |
2018-11-15 | ldr_ro: Implement UnloadNro (command 1) | Zach Hilman | 1 | -22/+85 |
2018-11-15 | ldr_ro: Fully Implement LoadNro (command 0) | Zach Hilman | 1 | -11/+110 |
2018-11-15 | ldr_ro: Implement UnloadNrr (command 3) | Zach Hilman | 1 | -2/+84 |
2018-11-15 | ldr_ro: Fully implement LoadNrr (command 2) | Zach Hilman | 1 | -0/+112 |
2018-11-15 | process: Make MirrorMemory take state to map new memory as | Zach Hilman | 2 | -3/+7 |
2018-11-15 | pl_u: Resize buffers in shared font data getter to what game requests | Zach Hilman | 1 | -0/+8 |
2018-11-14 | service/acc: Correct error case within TrySelectUserWithoutInteraction() | Lioncash | 1 | -2/+4 |
2018-11-14 | profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile() | Lioncash | 1 | -4/+5 |
2018-11-14 | profile_manager: Move UUID Format function definitions into the cpp file | Lioncash | 2 | -11/+18 |
2018-11-14 | nfp: Correct erroneous sizeof expression within GetTagInfo() | Lioncash | 1 | -1/+1 |
2018-11-14 | service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdate | Lioncash | 1 | -3/+3 |
2018-11-14 | hid/npad: Add missing break in switch statement within Controller_NPad::OnUpdate() | Lioncash | 1 | -0/+1 |
2018-11-14 | service: Mark MakeFunctionString with the [[maybe_unused]] attribute. | Lioncash | 1 | -2/+2 |
2018-11-14 | kernel/thread: Deduplicate scheduler switching code | Lioncash | 2 | -37/+13 |
2018-11-13 | hle/audren_u: Implement Get/SetRenderingTimeLimit | Lioncash | 1 | -2/+23 |
2018-11-13 | vm_manager: Unstub GetTotalHeapUsage() | Lioncash | 1 | -2/+1 |
2018-11-13 | kernel/process: Migrate heap-related memory management out of the process class and into the vm manager | Lioncash | 4 | -84/+97 |
2018-11-13 | svc: Use proper random entropy generation algorithm | Zach Hilman | 4 | -2/+28 |
2018-11-13 | GDBStub improvements: | Hedges | 1 | -37/+86 |
2018-11-13 | svc: Return random seed for svcGetInfo RandomEntropy | Zach Hilman | 1 | -1/+2 |
2018-11-12 | settings: Add config option to set RNG seed | Zach Hilman | 1 | -0/+2 |
2018-11-12 | csrng: Use std::mt19937 engine for random number generation | Zach Hilman | 2 | -2/+11 |
2018-11-10 | Added maybe_unused | David Marcec | 2 | -2/+7 |
2018-11-10 | Added ToPosixTime & ToPosixTimeWithMyRule | David Marcec | 1 | -2/+41 |
2018-11-10 | Added consts and static | David Marcec | 1 | -6/+6 |
2018-11-09 | Implement GetClockSnapshot | David Marcec | 3 | -21/+88 |
2018-11-08 | svcBreak now dumps information from the debug buffer passed (#1646) | David | 1 | -0/+28 |
2018-11-07 | Updated npad styles on holdtype switches | David Marcec | 1 | -0/+2 |
2018-11-07 | Fixups | David Marcec | 1 | -1/+1 |
2018-11-07 | Ability to switch between docked and undocked mode in-game | David Marcec | 6 | -35/+138 |
2018-11-07 | fixed spelling error | David Marcec | 1 | -1/+1 |
2018-11-07 | Added missing log | David Marcec | 1 | -0/+1 |
2018-11-07 | Implement acc:TrySelectUserWithoutInteraction | David Marcec | 5 | -3/+25 |
2018-11-06 | configure_system: Fix compiler warning | Frederic Laing | 1 | -2/+2 |
2018-11-06 | Implement SetMemoryPermission | Frederic Laing | 1 | -3/+39 |
2018-11-04 | Fix typo in BufferTransformFlags | Frederic Laing | 1 | -2/+2 |
2018-11-04 | sm: Implement RegisterService and UnregisterService | Zach Hilman | 2 | -2/+55 |
2018-11-03 | Stubbed SetMemoryPermission | Frederic Laing | 2 | -1/+12 |
2018-11-02 | Fixed incorrect hwopus assert | David Marcec | 1 | -1/+1 |
2018-11-02 | Fixed HID crash when launching more than 1 game & signaled syleset change event | David Marcec | 2 | -0/+5 |
2018-11-02 | filesystem: Cache RegisteredCacheUnion instead of constructing on demand | Zach Hilman | 2 | -4/+11 |
2018-11-02 | file_sys: Use common KeyManager in NCA container types | Zach Hilman | 6 | -7/+18 |
2018-11-02 | content_archive: Add optional KeyManager parameter to constructor | Zach Hilman | 2 | -3/+5 |
2018-10-31 | configure_system: Contrain profile usernames to 32 characters | Lioncash | 1 | -1/+2 |
2018-10-30 | service/usb: Update IPdSession's function table | Lioncash | 1 | -3/+3 |
2018-10-30 | general: Remove unused boost inclusions where applicable | Lioncash | 2 | -3/+0 |
2018-10-30 | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 24 | -144/+141 |
2018-10-30 | hle_ipc: Add member function for querying the existence of a domain header | Lioncash | 3 | -3/+6 |
2018-10-30 | hle_ipc: Make GetDomainMessageHeader return a regular pointer | Lioncash | 2 | -3/+3 |
2018-10-29 | ns: Implement command 400: GetApplicationControlData | Zach Hilman | 4 | -17/+75 |
2018-10-29 | patch_manager: Add support for dumping decompressed NSOs | Zach Hilman | 2 | -1/+14 |
2018-10-29 | settings: Add setting to control NSO dumping | Zach Hilman | 1 | -0/+1 |
2018-10-29 | bis_factory: Add getter for mod dump root for a title ID | Zach Hilman | 4 | -6/+33 |
2018-10-29 | fsp_srv: Implement ISaveDataInfoReader | Zach Hilman | 1 | -0/+144 |
2018-10-29 | fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId | Zach Hilman | 2 | -1/+13 |
2018-10-29 | savedata_factory: Expose accessors for SaveDataSpace | Zach Hilman | 4 | -14/+32 |
2018-10-29 | loader/nro: Call RegisterRomFS from Load | Zach Hilman | 1 | -0/+5 |
2018-10-29 | control_metadata: Add GetRawBytes function to NACP | Zach Hilman | 2 | -0/+7 |
2018-10-28 | core: Make System references const where applicable | Lioncash | 2 | -3/+3 |
2018-10-28 | core: Add missing const variants of getters for the System class | Lioncash | 2 | -10/+49 |
2018-10-28 | compatdb: Use a seperate endpoint for testcase submission | fearlessTobi | 2 | -0/+15 |
2018-10-28 | file_sys/patch_manager: Remove unnecessary if-statements (#1586) | Frederic L | 1 | -7/+6 |
2018-10-28 | key_manager: Use isxdigit instead of isdigit when reading key file | Zach Hilman | 1 | -1/+1 |
2018-10-27 | loader/nsp: Move secondary loader initialization to constructor | Zach Hilman | 1 | -17/+20 |
2018-10-27 | service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively | DeeJayBro | 1 | -2/+26 |
2018-10-26 | svc: Localize the GetInfo enum class to the function itself | Lioncash | 2 | -32/+31 |
2018-10-26 | svc: Implement svcGetInfo command 0xF0000002 | Lioncash | 6 | -4/+98 |
2018-10-26 | ldr: Partially implement LoadNro. | bunnei | 1 | -3/+49 |
2018-10-26 | process: LoadModule should clear JIT instruction cache. | bunnei | 1 | -0/+6 |
2018-10-26 | Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. | bunnei | 2 | -0/+28 |
2018-10-26 | nro: Make LoadNro method accessible outside of apploader code. | bunnei | 2 | -6/+18 |
2018-10-25 | ips_layer: Use rle_size instead of data_size in RLE patch application | Zach Hilman | 1 | -1/+1 |
2018-10-25 | service/usb: Update service function tables | Lioncash | 1 | -21/+22 |
2018-10-25 | service/acc: Move fallback image to file scope | Lioncash | 1 | -14/+13 |
2018-10-25 | service/acc: Silence compiler warnings | Lioncash | 1 | -5/+8 |
2018-10-25 | service/acc: Early return in failure case in LoadImage() | Lioncash | 1 | -8/+8 |
2018-10-24 | kernel/errors: Remove now-unused, unnecessary, error codes | Lioncash | 2 | -13/+0 |
2018-10-24 | kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_INVALID_COMBINATION | Lioncash | 1 | -4/+3 |
2018-10-24 | kernel/server_port: Simplify emptiness check within ShouldWait() | Lioncash | 1 | -1/+1 |
2018-10-24 | kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND | Lioncash | 2 | -3/+1 |
2018-10-24 | kernel/error: Remove leftover 3DS error codes | Lioncash | 1 | -5/+0 |
2018-10-24 | kernel/svc: Amend returned error code for invalid priorities in CreateThread | Lioncash | 1 | -1/+1 |
2018-10-24 | kernel/svc: Move and correct returned error code for invalid thread priorities in SetThreadPriority() | Lioncash | 1 | -5/+6 |
2018-10-24 | kernel/error: Add error code for invalid pointers | Lioncash | 1 | -1/+1 |
2018-10-24 | kernel/error: Add error code for closed sessions | Lioncash | 1 | -1/+3 |
2018-10-24 | profile_manager: Use std::optional instead of boost::optional | Lioncash | 3 | -43/+48 |
2018-10-24 | yuzu/main: Notify user of loading errors with Amiibo data | Lioncash | 2 | -3/+5 |
2018-10-24 | npad: Remove unused controller variable from OnInit() | Lioncash | 1 | -2/+3 |
2018-10-24 | perf_stats: Remove unused variable within DoFrameLimiting() | Lioncash | 1 | -4/+0 |
2018-10-24 | aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() function | Lioncash | 1 | -3/+3 |
2018-10-24 | vfs: Handle failure of file reading within VfsRawCopy() | Lioncash | 1 | -2/+6 |
2018-10-24 | key_manager: Remove unused variable in DeriveBase() | Lioncash | 1 | -1/+0 |
2018-10-24 | profile_manager: Create save data if it doesn't exist on use | Zach Hilman | 2 | -13/+37 |
2018-10-24 | acc: Fix account UUID duplication error | Zach Hilman | 4 | -17/+47 |
2018-10-24 | configure_system: Clear selection after user delete | Zach Hilman | 1 | -1/+1 |
2018-10-24 | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 5 | -28/+129 |
2018-10-24 | acc: Load user images from config dir | Zach Hilman | 1 | -9/+45 |
2018-10-24 | am: Pass current user UUID to launch parameters | Zach Hilman | 1 | -7/+9 |
2018-10-24 | profile_manager: Load users from emulator settings | Zach Hilman | 2 | -5/+7 |
2018-10-24 | settings: Add users and current_user settings and remove username | Zach Hilman | 1 | -1/+3 |
2018-10-24 | Added Amiibo support (#1390) | David | 4 | -50/+295 |
2018-10-23 | Added assertion failed, reworked logging levels | David Marcec | 1 | -16/+24 |
2018-10-23 | Added break types to svcBreak | David Marcec | 1 | -4/+42 |
2018-10-22 | psm: Stub GetChargerType | Zach Hilman | 2 | -24/+27 |
2018-10-21 | service: Add the basic skeleton for the NPNS services | Lioncash | 4 | -2/+109 |
2018-10-21 | hid: Update service function table for hidbus | Lioncash | 1 | -0/+1 |
2018-10-21 | am: Add the basic skeleton for the tcap service | Lioncash | 4 | -0/+44 |
2018-10-21 | am: Update service function tables | Lioncash | 4 | -15/+60 |
2018-10-21 | prepo: Update service function table. | Lioncash | 1 | -8/+13 |
2018-10-21 | lbl: Update service function table names | Lioncash | 1 | -28/+28 |
2018-10-21 | psm: Stub GetBatteryChargePercentage | Zach Hilman | 2 | -1/+14 |
2018-10-21 | service: Add skeleton for psm service | Zach Hilman | 4 | -0/+74 |
2018-10-20 | kernel/process: Make the handle table per-process | Lioncash | 8 | -98/+95 |
2018-10-20 | svc: Fix vma boundary check in svcQueryMemory | Lioncash | 1 | -1/+1 |
2018-10-20 | Added auto controller switching to supported controllers and single joycon button rotation | David Marcec | 2 | -4/+189 |
2018-10-20 | aoc_u: Stub GetAddOnContentListChangedEvent | Zach Hilman | 2 | -1/+16 |
2018-10-20 | crypto: Use compressed sizes in offset calculation for KIP decompression | Zach Hilman | 1 | -1/+2 |
2018-10-19 | vfs: Remove InterpretAsDirectory and related functions | Zach Hilman | 17 | -95/+1 |
2018-10-19 | Stubbed home blocking | David Marcec | 2 | -4/+36 |
2018-10-19 | es: Update service function tables | Lioncash | 1 | -7/+11 |
2018-10-19 | audio: Update service function tables | Lioncash | 1 | -17/+20 |
2018-10-19 | omm: Update service function tables | Lioncash | 1 | -16/+18 |
2018-10-19 | nifm: Update service function tables | Lioncash | 1 | -0/+1 |
2018-10-19 | hid: Update service function tables | Lioncash | 1 | -6/+45 |
2018-10-19 | nim: Add the basic skeleton of the nim:eca service | Lioncash | 1 | -0/+17 |
2018-10-19 | ns: Update service function table | Lioncash | 1 | -6/+49 |
2018-10-19 | set_cal: Update service function table | Lioncash | 1 | -1/+2 |
2018-10-18 | svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlock | Lioncash | 1 | -0/+8 |
2018-10-18 | common: Move Is4KBAligned() to alignment.h | Lioncash | 1 | -9/+7 |
2018-10-18 | core: Remove unnecessary assert in ArmInterface() | Lioncash | 1 | -2/+1 |
2018-10-18 | Used better names for mm:u and fixed bad stub | David Marcec | 1 | -8/+42 |
2018-10-18 | svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory | Lioncash | 3 | -3/+50 |
2018-10-18 | hid/controller: Remove unused header inclusions | Lioncash | 9 | -9/+0 |
2018-10-18 | hid/controller/npad: Remove unused dump_idx member variable | Lioncash | 1 | -1/+0 |
2018-10-18 | hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor | Lioncash | 1 | -1/+1 |
2018-10-18 | hid/controller/npad: Remove #pragma once from the cpp file | Lioncash | 1 | -2/+0 |
2018-10-18 | hid/controller/npad: Move npad_id_list into the cpp file | Lioncash | 2 | -2/+10 |
2018-10-18 | hid/controller/npad: Remove unnecessary const from void return type | Lioncash | 2 | -2/+2 |
2018-10-18 | hid/controller: Default the destructors of all controller types in the cpp file | Lioncash | 16 | -0/+16 |
2018-10-18 | controller_base: Default the base class constructor and destructor in the cpp file | Lioncash | 2 | -2/+4 |
2018-10-18 | qt: Add support for dumping a DLC Data RomFS | Zach Hilman | 2 | -0/+5 |
2018-10-17 | registered_cache: Deduplicate results of ListEntry and ListEntryFilter | Zach Hilman | 2 | -2/+16 |
2018-10-17 | Using dual joycons as the default controller | David Marcec | 3 | -77/+59 |
2018-10-17 | fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId | Zach Hilman | 1 | -1/+5 |
2018-10-17 | patch_manager: Add support for using LayeredFS with Data | Zach Hilman | 1 | -2/+3 |
2018-10-16 | config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. | bunnei | 2 | -3/+3 |
2018-10-16 | content_archive: Simpify assignment of bktr_base_romfs in the constructor | Lioncash | 1 | -2/+1 |
2018-10-16 | content_archive: Make IsValidNCA() an internally linked function | Lioncash | 2 | -3/+1 |
2018-10-16 | content_archive: Simplify rights ID check | Lioncash | 1 | -2/+2 |
2018-10-16 | content_archive: Split loading into separate functions | Lioncash | 2 | -253/+290 |
2018-10-16 | content_archive: Pass and take NCASectionHeader instance by reference | Lioncash | 2 | -3/+3 |
2018-10-16 | XCI: Add function for checking the existence of the program NCA | Lioncash | 3 | -7/+8 |
2018-10-16 | Implement VI ConvertScalingMode (#1475) | David | 1 | -1/+49 |
2018-10-16 | savedata_factory: Add TemporaryStorage SaveDataSpaceId | Zach Hilman | 1 | -1/+4 |
2018-10-16 | savedata_factory: Add support for DeviceSaveData | Zach Hilman | 1 | -0/+8 |
2018-10-16 | file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable | Lioncash | 10 | -42/+41 |
2018-10-16 | file_sys/control_metadata: Get rid of magic constants | Lioncash | 1 | -3/+6 |
2018-10-15 | nso: Return an optional address from LoadModule | Lioncash | 5 | -16/+29 |
2018-10-15 | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs | Lioncash | 9 | -27/+45 |
2018-10-15 | core: Make the live Cpu instances unique_ptrs instead of shared_ptrs | Lioncash | 1 | -9/+9 |
2018-10-15 | core: Make the exclusive monitor a unique_ptr instead of a shared_ptr | Lioncash | 5 | -15/+13 |
2018-10-15 | core: Make CPUBarrier a unique_ptr instead of a shared_ptr | Lioncash | 3 | -11/+10 |
2018-10-15 | crypto: Various crypto fixes for quickstart guide | Zach Hilman | 1 | -2/+2 |
2018-10-15 | nso: Make LoadModule take a VfsFile by const reference | Lioncash | 3 | -11/+9 |
2018-10-15 | nro: Make LoadNro take a VfsFile by const reference | Lioncash | 2 | -6/+6 |
2018-10-15 | svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() | Lioncash | 4 | -28/+44 |
2018-10-15 | aoc: Read DLC base title ID from RegisteredCache | Zach Hilman | 3 | -2/+18 |
2018-10-14 | Stop all threads on svcBreak | David Marcec | 1 | -0/+6 |
2018-10-14 | aoc: Return size in ListAddOnContent | Zach Hilman | 1 | -1/+2 |
2018-10-13 | svc: Implement svcGetProcessInfo | Lioncash | 3 | -4/+50 |
2018-10-13 | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference | Lioncash | 5 | -15/+14 |
2018-10-13 | partition_data_manager: Reserve and insert data within output vector in DecryptPackage2() | Lioncash | 1 | -20/+16 |
2018-10-13 | partition_data_manager: Remove unused std::map instance within DecryptPackage2() | Lioncash | 1 | -2/+0 |
2018-10-13 | partition_data_manager: Take package2_keys by const reference | Lioncash | 2 | -2/+3 |
2018-10-13 | partition_data_manager: Move IV data to where it's needed in DecryptPackage2() | Lioncash | 1 | -3/+1 |
2018-10-13 | partition_data_manager: Remove commented out code | Lioncash | 1 | -2/+0 |
2018-10-13 | key_manager/partition_data_manager: Silence truncation compiler warnings | Lioncash | 4 | -10/+15 |
2018-10-13 | partition_data_manager: Dehardcode array bounds | Lioncash | 2 | -7/+12 |
2018-10-13 | partition_data_manager: Take VirtualFile by const reference in constructor | Lioncash | 2 | -2/+2 |
2018-10-13 | partition_data_manager: Amend constructor initializer list order | Lioncash | 1 | -2/+3 |
2018-10-13 | partition_data_manager: Remove unused includes | Lioncash | 2 | -4/+1 |
2018-10-13 | key_manager: Use std::vector's insert() instead of std::copy with a back_inserter | Lioncash | 1 | -2/+2 |
2018-10-13 | key_manager: Brace long conditional body | Lioncash | 1 | -1/+2 |
2018-10-13 | key_manager: Don't assume file seeks and reads will always succeed | Lioncash | 1 | -7/+17 |
2018-10-13 | key_manager: Remove unnecessary seek in DeriveSDSeed() | Lioncash | 1 | -1/+0 |
2018-10-13 | patch_manager: Move non-Program RomFS patch log to Debug | Zach Hilman | 1 | -2/+8 |
2018-10-13 | content_archive: Move get key log to Trace level | Zach Hilman | 1 | -1/+1 |
2018-10-12 | kernel/process: Make CodeSet a regular non-inherited object | Lioncash | 7 | -83/+45 |
2018-10-12 | thread: Remove unnecessary memset from ResetThreadContext() | Lioncash | 1 | -4/+1 |
2018-10-12 | Returned an error before processing other remaps | David Marcec | 1 | -6/+2 |
2018-10-12 | Made the minimum alignment more clear | David Marcec | 1 | -2/+3 |
2018-10-12 | svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory | Lioncash | 1 | -3/+3 |
2018-10-12 | Wip | David Marcec | 2 | -3/+23 |
2018-10-11 | Dynamically decide handheld variant based on supported npad id priority | David Marcec | 3 | -19/+62 |
2018-10-11 | Added error codes for nvmap | David Marcec | 1 | -12/+59 |
2018-10-11 | Passing an invalid nmap handle to Remap should throw an error | David Marcec | 1 | -3/+14 |
2018-10-11 | nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer. | bunnei | 1 | -3/+4 |
2018-10-11 | core/CMakeLists: Make all web_service-related libraries private | Lioncash | 1 | -1/+1 |
2018-10-11 | HwOpus, Implemented DecodeInterleavedWithPerformance | David Marcec | 1 | -3/+34 |
2018-10-11 | core/CMakeLists: Use target_compile_definitions instead of add_definitions for specifying ENABLE_WEB_SERVICE | Lioncash | 1 | -1/+1 |
2018-10-11 | svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory | Lioncash | 2 | -12/+81 |
2018-10-10 | Added BeginPermitVibrationSession and EndPermitVibrationSession | David Marcec | 3 | -2/+26 |
2018-10-10 | Added GetLedPattern and HandheldVariant | David Marcec | 3 | -6/+63 |
2018-10-10 | kernel/thread: Use a regular pointer for the owner/current process | Lioncash | 9 | -38/+39 |
2018-10-10 | Kirby expects handheld controllers to be at position 8 | David Marcec | 1 | -2/+8 |
2018-10-10 | Added the ability to "disconnect" individual npads | David Marcec | 3 | -16/+40 |
2018-10-10 | Removed unneeded forward declarations | David Marcec | 2 | -13/+2 |
2018-10-10 | Addressed changes for better hid | David Marcec | 19 | -167/+238 |
2018-10-10 | "Better Hid" rework part 1 | David Marcec | 22 | -644/+1500 |
2018-10-10 | Changed all casts in svc_wrap.h to be static_cast instead | David Marcec | 1 | -25/+28 |
2018-10-10 | Use a better name than "dont_kill_application" | David Marcec | 1 | -2/+2 |
2018-10-10 | Fixed incorrect types for svcBreak | David Marcec | 2 | -3/+8 |
2018-10-09 | telemetry_session: Remove doxygen comment for a non-existent parameter | Lioncash | 1 | -1/+0 |
2018-10-09 | telemetry_session: Add missing includes | Lioncash | 2 | -2/+5 |
2018-10-09 | telemetry_session: Remove unimplemented FinalizeAsyncJob prototype | Lioncash | 1 | -2/+0 |
2018-10-09 | telemetry_session: Use a std::array in GenerateTelemetryId() | Lioncash | 1 | -2/+4 |
2018-10-09 | patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr | Lioncash | 6 | -15/+13 |
2018-10-09 | ips_layer: Avoid constructing std::vector instances where not necessary | Lioncash | 1 | -6/+25 |
2018-10-09 | ips_layer: Remove unnecessary explicit std::pair constructor in std::array | Lioncash | 1 | -5/+13 |
2018-10-09 | ips_layer: Add missing includes | Lioncash | 2 | -7/+17 |
2018-10-09 | ips_layer: std::move data within PatchIPS() and Apply() | Lioncash | 1 | -2/+5 |
2018-10-09 | ips_layer: Silence truncation and conversion warnings | Lioncash | 1 | -3/+3 |
2018-10-09 | Added bitfield instead of manually checking if the bit is set | David Marcec | 1 | -4/+12 |
2018-10-09 | Actual kill execution when the bit isn't set, not the other way around | David Marcec | 1 | -1/+1 |
2018-10-09 | svcBreak, Signalling to the debugger should not kill execution | David Marcec | 1 | -5/+12 |
2018-10-08 | Unmapping an unmapped buffer should succeed | David Marcec | 1 | -1/+6 |
2018-10-07 | nso/nro: Use default allocation size for arg_data | Zach Hilman | 4 | -14/+20 |
2018-10-07 | cmd: Support passing game arguments from command line | Zach Hilman | 2 | -2/+2 |
2018-10-07 | settings: Add program_args string setting | Zach Hilman | 1 | -0/+1 |
2018-10-07 | nso/nro: Add NSO arguments structure to data section | Zach Hilman | 4 | -3/+38 |
2018-10-07 | partition_data_manager: Rename system files for hekate | Zach Hilman | 4 | -178/+228 |
2018-10-07 | crypto: Add PartitionDataManager | Zach Hilman | 3 | -0/+692 |
2018-10-07 | key_manager: Add support for loading keys from partition data | Zach Hilman | 2 | -0/+88 |
2018-10-07 | key_manager: Add ETicket key derivation | Zach Hilman | 3 | -2/+277 |
2018-10-07 | key_manager: Add base key derivation | Zach Hilman | 2 | -4/+220 |
2018-10-07 | key_manager: Add BIS key getter | Zach Hilman | 2 | -2/+19 |
2018-10-07 | key_manager: Add support for more keys | Zach Hilman | 2 | -3/+99 |
2018-10-07 | key_manager: Add keyblob support | Zach Hilman | 2 | -0/+14 |
2018-10-07 | key_manager: Add support for crypto revisions past 04 | Zach Hilman | 1 | -43/+63 |
2018-10-07 | key_manager: Add support for comments in keyfiles | Zach Hilman | 1 | -0/+3 |
2018-10-07 | vfs: Move forward declarations to separate file | Zach Hilman | 2 | -9/+22 |
2018-10-07 | key_manager: Add support for console-specific keyfile | Zach Hilman | 2 | -3/+13 |
2018-10-07 | key_manager: Rename KEK to Kek | Zach Hilman | 2 | -8/+9 |
2018-10-07 | Fixed assertion due to CountAddOnContent | David Marcec | 1 | -5/+5 |
2018-10-06 | Added forward define for ServerPort | David Marcec | 2 | -4/+6 |
2018-10-06 | Ported #4296 from citra | David Marcec | 3 | -1/+25 |
2018-10-06 | kernel/mutex: Amend behavior of TransferMutexOwnership() | Lioncash | 1 | -1/+1 |
2018-10-05 | thread: Make the scheduler pointer a regular pointer | balika011 | 2 | -4/+4 |
2018-10-05 | romfs_factory: Extract packed update setter to new function | Zach Hilman | 9 | -6/+36 |
2018-10-05 | patch_manager: Add support for NSP packed updates | Zach Hilman | 1 | -2/+2 |
2018-10-05 | patch_manager: Add support for packed updates | Zach Hilman | 4 | -5/+18 |
2018-10-05 | loader: Add getter for packed update | Zach Hilman | 6 | -3/+58 |
2018-10-05 | loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders | Zach Hilman | 6 | -6/+20 |
2018-10-04 | patch_manager: Avoid romfs_ext requirement for patching | Zach Hilman | 1 | -4/+1 |
2018-10-04 | fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir | Zach Hilman | 5 | -21/+38 |
2018-10-04 | fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS | Zach Hilman | 1 | -0/+14 |
2018-10-04 | ips_layer: Fix inaccuracies with comments and flags | Zach Hilman | 3 | -16/+51 |
2018-10-04 | ips_layer: Deduplicate resource usage | Zach Hilman | 3 | -31/+37 |
2018-10-04 | ips_layer: Add support for escape sequences and midline comments | Zach Hilman | 3 | -8/+41 |
2018-10-04 | patch_manager: Add support for IPSwitch format patches | Zach Hilman | 1 | -22/+56 |
2018-10-04 | ips_layer: Add IPSwitchCompiler to process IPSwitch format | Zach Hilman | 2 | -0/+168 |
2018-10-04 | kernel/thread: Make all instance variables private | Lioncash | 14 | -206/+392 |
2018-10-03 | submission_package: Avoid dangling std::string_view within SetTicketKeys() | Lioncash | 1 | -2/+5 |
2018-10-03 | submission_package: Correct location of null check within SetTicketKeys() | Lioncash | 1 | -3/+6 |
2018-10-03 | submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() | Lioncash | 1 | -1/+1 |
2018-10-03 | submission_package: Ensure the 'extracted' member variable is always initialized | Lioncash | 2 | -3/+1 |
2018-10-03 | submission_package: Move ExeFS and RomFS initialization to its own function | Lioncash | 2 | -10/+18 |
2018-10-03 | submission_package: Move NCA reading code to its own function | Lioncash | 2 | -43/+48 |
2018-10-03 | submission_package: Move ticket key setting to its own function | Lioncash | 1 | -21/+28 |
2018-10-03 | submission_package: Invert conditionals within NSP's constructor to reduce nesting | Lioncash | 1 | -45/+49 |
2018-10-03 | card_image: Ensure program_nca_status is always initialized | Lioncash | 1 | -1/+3 |
2018-10-03 | aoc_u: Fix edge case with DLC that causes breaks | Zach Hilman | 1 | -1/+1 |
2018-10-03 | services/fsp_srv: Amend service function table | Lioncash | 1 | -0/+2 |
2018-10-03 | service/lbl: Update service function table | Lioncash | 1 | -19/+19 |
2018-10-02 | nso: Optimize loading of IPS patches | Zach Hilman | 5 | -51/+43 |
2018-10-02 | Review comments -part 4 | fearlessTobi | 1 | -0/+1 |
2018-10-02 | Address more review comments | fearlessTobi | 1 | -1/+1 |
2018-10-02 | Address a bunch of review comments | fearlessTobi | 2 | -6/+7 |
2018-10-02 | Port web_service from Citra | fearlessTobi | 4 | -14/+51 |
2018-10-01 | deconstructed_rom_directory: Force NSO loader to patch NSOs | Zach Hilman | 1 | -1/+3 |
2018-10-01 | nso: Add framework to support patching of uncompressed NSOs | Zach Hilman | 2 | -2/+17 |
2018-10-01 | patch_manager: Add PatchNSO function | Zach Hilman | 3 | -0/+104 |
2018-10-01 | patch_manager: Use strings for patch type instead of enum | Zach Hilman | 2 | -29/+33 |
2018-10-01 | file_sys: Implement function to apply IPS patches | Zach Hilman | 2 | -0/+103 |
2018-10-01 | nso: Replace NSOHeader padding bytes with build ID | Zach Hilman | 1 | -2/+1 |
2018-10-01 | aoc_u: Extract AccumulateAOCTitleIDs to separate function | Zach Hilman | 2 | -21/+28 |
2018-10-01 | aoc_u: Implement GetAddOnContentBaseId | Zach Hilman | 3 | -5/+8 |
2018-10-01 | aoc_u: Implement Count, List and Prepare AddOnContent | Zach Hilman | 2 | -3/+78 |
2018-10-01 | romfs_factory: Read from all locations with StorageId None | Zach Hilman | 1 | -26/+25 |
2018-10-01 | patch_manager: Add DLC recognition to PatchManager | Zach Hilman | 2 | -0/+27 |
2018-09-30 | kernel/svc: Implement svcGetThreadContext() | Lioncash | 3 | -2/+37 |
2018-09-30 | kernel/process: Add a data member to determine if a process is 64-bit or not. | Lioncash | 2 | -0/+11 |
2018-09-30 | kernel/process: Make data member variables private | Lioncash | 16 | -72/+117 |
2018-09-30 | arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct | Lioncash | 3 | -5/+15 |
2018-09-30 | Implement ISystemDisplayService::GetDisplayMode | raven02 | 1 | -1/+19 |
2018-09-29 | loader: Make the Load() function take a process as a regular reference, not a SharedPtr | Lioncash | 18 | -42/+28 |
2018-09-28 | kernel/object: Remove unnecessary std::move from DynamicObjectCast() | Lioncash | 2 | -3/+2 |
2018-09-26 | fsmitm_romfsbuild: std::move std::vector instances in Build() | Lioncash | 1 | -2/+2 |
2018-09-26 | fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() | Lioncash | 1 | -12/+11 |
2018-09-26 | patch_manager: Invert conditionals within ApplyLayeredFS() | Lioncash | 1 | -27/+30 |
2018-09-26 | vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list | Lioncash | 1 | -1/+1 |
2018-09-26 | fsmitm_romfsbuild: Avoid type truncation warnings | Lioncash | 1 | -7/+10 |
2018-09-26 | fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext | Lioncash | 1 | -5/+3 |
2018-09-26 | fsmitm_romfsbuild: Remove unnecessary loops in Build() | Lioncash | 1 | -6/+0 |
2018-09-26 | fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() | Lioncash | 1 | -1/+1 |
2018-09-26 | vfs/etc: Append std:: to size_t usages | Lioncash | 6 | -22/+23 |
2018-09-26 | vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile | Lioncash | 8 | -61/+59 |
2018-09-25 | vfs_static: Remove template byte parameter from StaticVfsFile | Lioncash | 4 | -42/+42 |
2018-09-25 | service: Add missing headers inclusions where applicable | Lioncash | 5 | -1/+7 |
2018-09-25 | core_cpu: Make arm_interface instances a std::unique_ptr | Lioncash | 2 | -4/+4 |
2018-09-25 | kernel/scheduler: Take ARM_Interface instance by reference in the constructor | Lioncash | 3 | -10/+10 |
2018-09-25 | memory: Dehardcode the use of fixed memory range constants | Lioncash | 11 | -75/+60 |
2018-09-25 | svc: Report correct memory-related values within some of the cases in svcGetInfo() | Lioncash | 3 | -28/+41 |
2018-09-25 | memory: Dehardcode the use of a 36-bit address space | Lioncash | 5 | -20/+56 |
2018-09-24 | process/vm_manager: Amend API to allow reading parameters from NPDM metadata | Lioncash | 10 | -38/+259 |
2018-09-24 | Implemented fatal:u properly (#1347) | David | 3 | -4/+140 |
2018-09-24 | Stubbed IRS (#1349) | David | 2 | -18/+167 |
2018-09-24 | fsmitm: Cleanup and modernize fsmitm port | Zach Hilman | 21 | -377/+377 |
2018-09-24 | stream: Preserve enum class type in GetState() | Lioncash | 1 | -1/+1 |
2018-09-24 | svc: Updated svc names | tech4me | 1 | -7/+7 |
2018-09-23 | Added audren:u#GetAudioRendererState | David Marcec | 1 | -1/+8 |
2018-09-23 | FPCR register was uninitialized at start up | Philippe Babin | 1 | -1/+1 |
2018-09-22 | qt: Add UI elements for LayeredFS and related tools | Zach Hilman | 2 | -2/+2 |
2018-09-22 | romfs: Implement CreateRomFS | Zach Hilman | 2 | -4/+25 |
2018-09-22 | file_sys: Port Atmosphere-NX fs_mitm implementation | Zach Hilman | 2 | -0/+474 |
2018-09-22 | filesystem: Add LayeredFS VFS directory getter | Zach Hilman | 2 | -1/+14 |
2018-09-22 | bis_factory: Add mod directory VFS getter | Zach Hilman | 3 | -3/+18 |
2018-09-22 | patch_manager: Add LayeredFS mods support | Zach Hilman | 2 | -1/+44 |
2018-09-22 | vfs_concat: Rewrite and fix ConcatenatedVfsFile | Zach Hilman | 2 | -14/+59 |
2018-09-22 | vfs_layered: Add LayeredVfsDirectory | Zach Hilman | 2 | -0/+178 |
2018-09-22 | vfs_vector: Add VectorVfsFile | Zach Hilman | 2 | -0/+75 |
2018-09-22 | vfs_static: Add StaticVfsFile | Zach Hilman | 2 | -0/+78 |
2018-09-22 | vfs: Add and rewite VfsRawCopy functions | Zach Hilman | 2 | -6/+36 |
2018-09-22 | vfs: Add GetEntries method | Zach Hilman | 4 | -0/+32 |
2018-09-21 | svc: Move most process termination code to its own function within Process | Lioncash | 3 | -32/+56 |
2018-09-21 | thread/process: Move TLS slot marking/freeing to the process class | Lioncash | 4 | -68/+89 |
2018-09-21 | Added support for uncompressed NSOs (#1374) | David | 1 | -3/+12 |
2018-09-21 | Revert GetRequestState | David Marcec | 1 | -1/+1 |
2018-09-21 | kernel/thread: Use owner_process when setting the page table in SetupMainThread() | Lioncash | 3 | -5/+5 |
2018-09-21 | arm_interface: Replace kernel vm_manager include with a forward declaration | Lioncash | 4 | -1/+10 |
2018-09-20 | Correct endianness of BKPT | Jarek Syrylak | 1 | -1/+1 |
2018-09-20 | arm_dynarmic: Halt when BRK encountered | MerryMage | 1 | -0/+1 |
2018-09-20 | Fixed submit | David Marcec | 1 | -2/+1 |
2018-09-20 | Added IRequest::Submit | David Marcec | 1 | -1/+8 |
2018-09-20 | Removed unneeded event clear | David Marcec | 1 | -1/+0 |
2018-09-20 | Implemented NTC & IEnsureNetworkClockAvailabilityService | David Marcec | 1 | -3/+100 |
2018-09-20 | file-sys: Default heavy-weight class destructors in the cpp file | Lioncash | 25 | -1/+45 |
2018-09-20 | control_metadata: Remove unnecessary else within GetLanguageEntry() | Lioncash | 1 | -8/+8 |
2018-09-20 | control_metadata: Move language name array definition to the cpp file | Lioncash | 2 | -6/+9 |
2018-09-19 | arm_dynarmic: Support BKPT instruction | MerryMage | 1 | -0/+11 |
2018-09-19 | xts_archive: Remove unused variables from CalculateHMAC256() | Lioncash | 1 | -3/+0 |
2018-09-19 | xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr | Lioncash | 2 | -3/+3 |
2018-09-19 | nax: Avoid re-parsing NAX data with GetFileType() | Lioncash | 2 | -13/+19 |
2018-09-19 | nax: Avoid unnecessary calls to AsNCA() in IdentifyType() | Lioncash | 1 | -4/+8 |
2018-09-19 | xts_archive: Ensure NAX's type member is always initialized | Lioncash | 1 | -1/+1 |
2018-09-19 | xts_archive: Amend initializer order of NAX's constructor | Lioncash | 1 | -2/+2 |
2018-09-19 | Reworked incorrect nifm stubs (#1355) | David | 1 | -3/+10 |
2018-09-19 | Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision | David Marcec | 3 | -7/+12 |
2018-09-19 | savedata_factory: Add TemporaryStorage SaveDataType | Zach Hilman | 1 | -4/+7 |
2018-09-19 | Corrected SSL::SetInterfaceVersion | David Marcec | 1 | -3/+3 |
2018-09-19 | Removed MakeBuilder as it's not needed anymore | David Marcec | 1 | -7/+0 |
2018-09-19 | Removed the use of rp.MakeBuilder | David Marcec | 6 | -27/+26 |
2018-09-19 | Invalid default value of username in yuzu_cmd (#1334) | Philippe Babin | 1 | -2/+3 |
2018-09-18 | Added ActivateGesture | David Marcec | 1 | -1/+7 |
2018-09-18 | Implemented GetDefaultDisplayResolution | David Marcec | 2 | -1/+18 |
2018-09-18 | Added StopSixAxisSensor | David Marcec | 1 | -1/+7 |
2018-09-18 | Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor | David Marcec | 1 | -2/+14 |
2018-09-18 | Implemented GetImageSize | David Marcec | 1 | -1/+9 |
2018-09-18 | svc_wrap: Convert the PARAM macro into a function | Lioncash | 1 | -37/+36 |
2018-09-18 | arm_dynarmic: Correct ExclusiveWrite128()'s operation | Lioncash | 1 | -2/+2 |
2018-09-18 | arm_interface: Remove ARM11-isms from the CPU interface | Lioncash | 7 | -99/+86 |
2018-09-18 | kernel/mutex: Replace ResultCode construction for invalid addresses with the named variant | Lioncash | 1 | -2/+2 |
2018-09-18 | kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock() | Lioncash | 1 | -0/+8 |
2018-09-18 | core/core_cpu: Replace exclusive monitor include with forward declaration | Lioncash | 2 | -2/+6 |
2018-09-15 | Port # #4192 from Citra: "svc: change unknown to thread in CreateThread" | Valentin Vanelslande | 1 | -1/+1 |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 79 | -395/+409 |
2018-09-14 | services/sm: Amend error code constants | Lioncash | 2 | -8/+6 |
2018-09-14 | kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory() | Lioncash | 1 | -2/+18 |
2018-09-14 | kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory() | Lioncash | 1 | -17/+25 |
2018-09-14 | kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() | Lioncash | 1 | -0/+23 |
2018-09-14 | kernel/svc: Sanitize heap sizes within svcSetHeapSize() | Lioncash | 2 | -0/+8 |
2018-09-13 | kernel/errors: Amend error code for ERR_NOT_FOUND | Lioncash | 1 | -1/+2 |
2018-09-13 | service/vi: Replace includes with forward declarations where applicable | Lioncash | 3 | -7/+9 |
2018-09-13 | kernel/thread: Include thread-related enums within the kernel namespace | Lioncash | 4 | -9/+10 |
2018-09-13 | service: Use nested namespace specifiers where applicable | Lioncash | 3 | -12/+6 |
2018-09-13 | ipc: minor fix | Valentin Vanelslande | 1 | -1/+1 |
2018-09-13 | services/pl_u: Add missing Korean font to the fallback case for shared fonts | Lioncash | 1 | -2/+4 |
2018-09-12 | svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given | Lioncash | 1 | -2/+2 |
2018-09-12 | kernel/errors: Correct error codes for invalid thread priority and invalid processor ID | Lioncash | 3 | -7/+9 |
2018-09-12 | svc: Do nothing if svcOutputDebugString() is given a length of zero | Lioncash | 1 | -0/+4 |
2018-09-12 | svc: Correct parameter type for OutputDebugString() | Lioncash | 2 | -3/+3 |
2018-09-12 | service/audio: Replace includes with forward declarations where applicable | Lioncash | 7 | -17/+34 |
2018-09-12 | pl_u: Eliminate mutable file-scope state | Lioncash | 2 | -66/+88 |
2018-09-12 | service/prepo: Move class into the cpp file | Lioncash | 2 | -39/+40 |
2018-09-11 | externals: Place font data within cpp files | Lioncash | 1 | -6/+6 |
2018-09-11 | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 148 | -45/+291 |
2018-09-11 | Use open-source shared fonts if no dumped file is available (#1269) | Tobias | 2 | -2/+26 |
2018-09-10 | video_core: Move command buffer loop. | Markus Wick | 2 | -31/+12 |
2018-09-10 | service: Remove unused g_kernel_named_ports variable | Lioncash | 1 | -2/+0 |
2018-09-09 | hid: Implement ReloadInputDevices | fearlessTobi | 2 | -4/+6 |
2018-09-08 | Add audio stretching support | fearlessTobi | 2 | -0/+4 |
2018-09-07 | core: Migrate current_process pointer to the kernel | Lioncash | 4 | -5/+34 |
2018-09-06 | core/core: Remove unnecessary sm/controller include | Lioncash | 5 | -2/+5 |
2018-09-06 | file_sys/nca_patch: Amend constructor initializer list order | Lioncash | 1 | -2/+2 |
2018-09-06 | file_sys/nca_patch: Remove unnecessary includes | Lioncash | 2 | -2/+9 |
2018-09-06 | file_sys/patch_manager: Add missing includes | Lioncash | 2 | -0/+5 |
2018-09-05 | file_sys/submission_package: Correct constructor initialization list order | Lioncash | 1 | -2/+2 |
2018-09-05 | file_sys/submission_package: Replace includes with forward declarations where applicable | Lioncash | 2 | -6/+15 |
2018-09-04 | bktr: Fix bucket overlap error | Zach Hilman | 7 | -9/+9 |
2018-09-04 | drd: Parse title ID from program metadata | Zach Hilman | 2 | -4/+29 |
2018-09-04 | patch_manager: Centralize Control-type NCA parsing | Zach Hilman | 4 | -55/+74 |
2018-09-04 | nsp: Fix error masking issue with XCI files | Zach Hilman | 3 | -6/+13 |
2018-09-04 | game_list: Fix version display on non-NAND titles | Zach Hilman | 3 | -8/+33 |
2018-09-04 | bktr: Add logging on successful patch | Zach Hilman | 3 | -7/+24 |
2018-09-04 | bktr: Implement IVFC offset shifting | Zach Hilman | 8 | -8/+36 |
2018-09-04 | bktr: Fix missing includes and optimize style | Zach Hilman | 11 | -101/+107 |
2018-09-04 | loader: Add BKTR-specific error messages and codes | Zach Hilman | 3 | -7/+28 |
2018-09-04 | loader: Ignore patches on NRO and DRD | Zach Hilman | 4 | -0/+11 |
2018-09-04 | patch_manager: Add usages of patches to ExeFS | Zach Hilman | 5 | -9/+41 |
2018-09-04 | file_sys: Add class to manage game patches | Zach Hilman | 2 | -0/+132 |
2018-09-04 | file_sys: Add BKTR patching mechanism | Zach Hilman | 2 | -0/+352 |
2018-09-04 | content_archive: Add BKTR header parsing to NCA | Zach Hilman | 2 | -19/+160 |
2018-09-04 | registration: Add RegisteredCacheUnion | Zach Hilman | 4 | -0/+164 |
2018-09-04 | game_list: Use RegisteredCacheUnion for installed | Zach Hilman | 1 | -1/+1 |
2018-09-04 | aes_util: Fix error involving reads of less than 0x10 | Zach Hilman | 1 | -0/+14 |
2018-09-04 | main: Only show DRD deprecation warning once | Zach Hilman | 6 | -3/+6 |
2018-09-04 | control_metadata: Use alternate language names if AmericanEnglish isn't available | Zach Hilman | 2 | -4/+17 |
2018-09-04 | card_image: Add program title ID getter | Zach Hilman | 2 | -0/+6 |
2018-09-04 | nsp: Comply with style and performance guidelines | Zach Hilman | 7 | -29/+48 |
2018-09-04 | qt: Add UI support for NSP files | Zach Hilman | 1 | -0/+4 |
2018-09-04 | registration: Add support for installing NSP files | Zach Hilman | 2 | -10/+16 |
2018-09-04 | loader: Add AppLoader for NSP files | Zach Hilman | 2 | -0/+182 |
2018-09-04 | card_image: Parse XCI secure partition with NSP | Zach Hilman | 4 | -11/+38 |
2018-09-04 | file_sys: Add Nintendo Submission Package (NSP) | Zach Hilman | 2 | -0/+296 |
2018-09-04 | drd: Load title ID from program metadata | Zach Hilman | 1 | -3/+1 |
2018-09-04 | loader: Add NSP file type and NSP-specific errors | Zach Hilman | 2 | -2/+14 |
2018-09-04 | key_manager: Avoid autogeneration if key exists | Zach Hilman | 1 | -3/+13 |
2018-09-04 | core: Use a raw pointer in GetGPUDebugContext. | Markus Wick | 2 | -3/+3 |
2018-09-04 | Update microprofile scopes. | Markus Wick | 2 | -2/+6 |
2018-09-04 | file_sys: Replace includes with forward declarations where applicable | Lioncash | 20 | -26/+62 |
2018-09-04 | settings: Save and load NAND/SD dirs from config | Zach Hilman | 1 | -0/+2 |
2018-09-02 | vfs_real: Forward declare IOFile | Lioncash | 7 | -14/+31 |
2018-09-02 | service: Migrate global named port map to the KernelCore class | Lioncash | 5 | -19/+51 |
2018-09-02 | ssl: Move SSL class to cpp file | Lioncash | 2 | -37/+39 |
2018-09-02 | filesystem: Move dir retrieval after path checking in DeleteFile() | Lioncash | 1 | -2/+5 |
2018-09-01 | filesystem: Implement OpenReadOnlySaveDataFilesystem | Zach Hilman | 2 | -1/+7 |
2018-09-01 | filesystem: Add OpenFileSystemWithPatch | Zach Hilman | 2 | -1/+23 |
2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash | 18 | -43/+85 |
2018-08-31 | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | bunnei | 3 | -38/+17 |
2018-08-31 | core: Make the main System class use the PImpl idiom | Lioncash | 4 | -276/+383 |
2018-08-29 | kernel: Eliminate kernel global state | Lioncash | 51 | -440/+665 |
2018-08-28 | gpu: Make memory_manager private | Lioncash | 2 | -8/+8 |
2018-08-28 | hle/result: Make ResultVal's move constructor as noexcept | Lioncash | 1 | -1/+1 |
2018-08-27 | vfs_real: Remove unused variable in CreateDirectoryRelative() | Lioncash | 1 | -1/+0 |
2018-08-27 | registered_cache: Get rid of variable shadowing in ProcessFiles() | Lioncash | 1 | -3/+3 |
2018-08-26 | set: Fixed GetAvailableLanguageCodes() to follow the max_entries | tech4me | 2 | -8/+45 |
2018-08-25 | kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED | Lioncash | 1 | -2/+4 |
2018-08-25 | kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG | Lioncash | 1 | -2/+1 |
2018-08-25 | kernel/error: Add error code for the handle table being full | Lioncash | 3 | -4/+4 |
2018-08-25 | kernel/error: Add error code for invalid memory permissions | Lioncash | 2 | -3/+4 |
2018-08-25 | kernel/error: Correct kernel error code for invalid combination | Lioncash | 1 | -1/+2 |
2018-08-25 | svc: Return process title ID if queried in GetInfo() | Lioncash | 1 | -2/+1 |
2018-08-25 | file_sys/crypto: Fix missing/unnecessary includes | Zach Hilman | 9 | -5/+10 |
2018-08-25 | core: Namespace all code in the arm subdirectory under the Core namespace | Lioncash | 13 | -12/+42 |
2018-08-25 | debug_utils: Remove unused includes | Lioncash | 1 | -0/+1 |
2018-08-24 | core: Remove always true conditionals in Load() | Lioncash | 1 | -7/+4 |
2018-08-24 | hid: Move core include to cpp file | Lioncash | 2 | -1/+4 |
2018-08-24 | filesystem: Fix typo in log message | Lioncash | 1 | -1/+1 |
2018-08-24 | xci: Ignore NCA files with updates in secure | Zach Hilman | 1 | -0/+3 |
2018-08-24 | content_archive: Add update title detection | Zach Hilman | 2 | -0/+11 |
2018-08-24 | Added GetBootMode (#1107) | David | 4 | -3/+25 |
2018-08-23 | qt: Add filename and title id to window title while running | Zach Hilman | 1 | -0/+7 |
2018-08-23 | Addressed plu TTF changes | David Marcec | 1 | -6/+7 |
2018-08-23 | key_manager: Eliminate indexed for loop | Zach Hilman | 1 | -6/+13 |
2018-08-23 | key_manager: Create keys dir if it dosen't exist | Zach Hilman | 2 | -0/+2 |
2018-08-23 | file_sys: Cut down on includes and copies | Zach Hilman | 7 | -19/+30 |
2018-08-23 | crypto: Eliminate magic constants | Zach Hilman | 4 | -32/+38 |
2018-08-23 | key_manager: Add support for autogenerated keys | Zach Hilman | 2 | -3/+45 |
2018-08-23 | key_manager: Add support for KEK and SD seed derivation | Zach Hilman | 2 | -5/+135 |
2018-08-23 | key_manager: Switch to boost flat_map for keys | Zach Hilman | 2 | -32/+14 |
2018-08-23 | file_sys: Implement NAX containers | Zach Hilman | 3 | -0/+238 |
2018-08-23 | registration: Add GetEntryUnparsed methods | Zach Hilman | 2 | -0/+15 |
2018-08-23 | sdmc_factory: Add SDMC RegisteredCache getter | Zach Hilman | 2 | -1/+14 |
2018-08-23 | vfs: Add GetOrCreateDirectoryRelative method | Zach Hilman | 3 | -9/+13 |
2018-08-23 | filesystem: Add CreateFactories methods to fs | Zach Hilman | 2 | -8/+11 |
2018-08-23 | filesystem: Add logging to registration getters | Zach Hilman | 1 | -4/+25 |
2018-08-23 | loader: Add new NAX-specific errors and messages | Zach Hilman | 2 | -1/+27 |
2018-08-23 | nax: Add AppLoader_NAX and update loader to support it | Zach Hilman | 4 | -2/+121 |
2018-08-23 | xts_encryption_layer: Implement XTSEncryptionLayer | Zach Hilman | 3 | -1/+81 |
2018-08-23 | aes_util: Make XTSTranscode stricter about sizes | Zach Hilman | 1 | -5/+2 |
2018-08-23 | ctr_encryption_layer: Fix bug when transcoding small data | Zach Hilman | 1 | -5/+3 |
2018-08-23 | xci: Fix error masking issue | Zach Hilman | 3 | -5/+17 |
2018-08-23 | Added SharedFonts loading via TTF | David Marcec | 1 | -5/+50 |
2018-08-22 | Added missing include for pl:u | David Marcec | 1 | -0/+1 |
2018-08-22 | PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) | David | 1 | -25/+140 |
2018-08-21 | vfs: Replace mode.h include with forward declarations where applicable | Lioncash | 5 | -4/+7 |
2018-08-21 | am: Utilize std::array within PopLaunchParameter() | Lioncash | 1 | -3/+4 |
2018-08-21 | perf_stats: Change MAX_LAG_TIME_US to an appropriate value | MerryMage | 1 | -1/+1 |
2018-08-21 | sdmc_factory: Remove unnecessary core include | Lioncash | 2 | -1/+1 |
2018-08-21 | qt/main: Port part of citra(#3411), open savedata works | tech4me | 2 | -4/+4 |
2018-08-21 | service/filesystem: Use forward declarations where applicable | Lioncash | 6 | -5/+22 |
2018-08-21 | romfs_factory: Remove unnecessary includes and use forward declarations where applicable | Lioncash | 3 | -3/+12 |
2018-08-21 | telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId() | Lioncash | 1 | -4/+4 |
2018-08-21 | acc: Replace profile_manager include with a forward declaration | Lioncash | 2 | -2/+6 |
2018-08-21 | acc: Simplify WriteBuffer call within LoadImage() | Lioncash | 1 | -3/+3 |
2018-08-21 | acc: Correct IProfile's constructor initializer list order | Lioncash | 1 | -1/+1 |
2018-08-21 | acc: Remove unused DEFAULT_USER_ID | Lioncash | 1 | -3/+0 |
2018-08-21 | profile_manager: Use INVALID_UUID in the initializer of last_opened_user | Lioncash | 1 | -1/+1 |
2018-08-21 | profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() | Lioncash | 1 | -1/+1 |
2018-08-21 | profile_manager: Use type aliases for username data, profile data, and user arrays | Lioncash | 2 | -19/+22 |
2018-08-21 | profile_manager: Take ProfileInfo by const reference where applicable | Lioncash | 2 | -8/+8 |
2018-08-21 | profile_manager: Make array parameter to CreateNewUser a const reference | Lioncash | 2 | -2/+2 |
2018-08-21 | profile_manager: Remove unnecessary static | Lioncash | 1 | -1/+1 |
2018-08-21 | profile_manager: Simplify UUID's two param constructor, operator==, and operator bool | Lioncash | 1 | -6/+4 |
2018-08-21 | profile_manager: Move UUID generation function to the cpp file | Lioncash | 2 | -10/+12 |
2018-08-21 | Port #3353 from Citra | fearlessTobi | 3 | -7/+18 |
2018-08-20 | registration: Add Data_Unknown5 NCAContentType | Zach Hilman | 3 | -2/+3 |
2018-08-20 | profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() | Lioncash | 1 | -2/+2 |
2018-08-20 | Added CheckFreeCommunicationPermission | David Marcec | 1 | -1/+8 |
2018-08-19 | filesystem: Add support for loading of system archives | Zach Hilman | 7 | -20/+99 |
2018-08-17 | Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) | greggameplayer | 2 | -2/+22 |
2018-08-16 | correct coding style | greggameplayer | 1 | -1/+1 |
2018-08-16 | Implement GetDefaultDisplayResolutionChangeEvent | greggameplayer | 2 | -1/+13 |
2018-08-16 | core: Delete System copy/move constructors and assignment operators | Lioncash | 1 | -0/+6 |
2018-08-16 | dynarmic: Update to 550d662 | MerryMage | 1 | -0/+3 |
2018-08-16 | common: Namespace hex_util.h/.cpp | Lioncash | 2 | -12/+14 |
2018-08-15 | kernel/server_session: Add IsSession() member function | Lioncash | 3 | -3/+8 |
2018-08-15 | sm/controller: Correct return value of QueryPointerBufferSize | Lioncash | 1 | -1/+1 |
2018-08-15 | loader: Make ResultStatus directly compatible with fmt | Lioncash | 3 | -12/+11 |
2018-08-15 | loader/nca: Remove unnecessary includes and member variables | Lioncash | 2 | -20/+11 |
2018-08-15 | loader/xci: Remove unnecessary includes and member variables | Lioncash | 2 | -15/+11 |
2018-08-15 | lm: Use LOG_DEBUG for printing out trace logs | Lioncash | 1 | -1/+1 |
2018-08-15 | lm: Handle threads and modules within the logger | Lioncash | 1 | -1/+19 |
2018-08-15 | loader: Remove address mapping remnants from citra | Lioncash | 6 | -17/+0 |
2018-08-15 | kernel/svc: Log svcBreak parameters | Lioncash | 1 | -2/+5 |
2018-08-15 | emu_window: Ensure WindowConfig members are always initialized | Lioncash | 1 | -3/+3 |
2018-08-15 | common/telemetry: Migrate core-independent info gathering to common | Lioncash | 1 | -62/+7 |
2018-08-14 | mm_u: Forward all old variants of functions to the new ones | Lioncash | 1 | -5/+11 |
2018-08-14 | mm_u: Move implementation class into the cpp file | Lioncash | 2 | -46/+46 |
2018-08-14 | audout_u: Correct IAudioOut initializer list order | Lioncash | 1 | -1/+1 |
2018-08-13 | arm_dynarmic: Remove IsExecuting check from PrepareReschedule | MerryMage | 1 | -3/+1 |
2018-08-13 | Core::CoreTiming: add UnscheduleEventThreadsafe | B3n30 | 3 | -1/+12 |
2018-08-13 | kernel/object: Tighten object against data races | Lioncash | 2 | -8/+9 |
2018-08-13 | Registered missing channel devices | David Marcec | 1 | -0/+4 |
2018-08-13 | Added missing channel devices | David Marcec | 5 | -0/+144 |
2018-08-13 | CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. | Subv | 2 | -1/+11 |
2018-08-13 | Kernel/SVC: Don't reschedule the current core when creating a new thread. | Subv | 1 | -1/+0 |
2018-08-13 | Core/HLE: Make the 'reschedule_pending' flag atomic. | Subv | 1 | -1/+1 |
2018-08-13 | CPU/HLE: Lock the HLE mutex before performing a reschedule. | Subv | 1 | -0/+3 |
2018-08-13 | Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. | Subv | 1 | -0/+5 |
2018-08-13 | Kernel/Thread: Always use the threadsafe option when scheduling wakeups. | Subv | 2 | -4/+4 |
2018-08-12 | Kernel/Mutex: Don't duplicate threads in the mutex waiter list. | Subv | 2 | -2/+22 |
2018-08-12 | vfs: Make VfsFilesystem constructor explicit | Lioncash | 1 | -1/+1 |
2018-08-12 | vfs: Make type hierarchy objects classes instead of structs | Lioncash | 4 | -10/+16 |
2018-08-12 | registration: Various style and documentation improvements | Zach Hilman | 3 | -18/+22 |
2018-08-12 | scheduler: Make HaveReadyThreads() a const member function | Lioncash | 2 | -2/+2 |
2018-08-12 | GetAudioDeviceServiceWithRevisionInfo | David Marcec | 2 | -1/+13 |
2018-08-12 | hid: disable clang-format around tables | Lioncash | 1 | -4/+5 |
2018-08-12 | hid: Stub DisconnectNpad() | Lioncash | 1 | -1/+7 |
2018-08-12 | vfs: Use sanitized paths within MoveFile() and MoveDirectory() | Lioncash | 1 | -10/+10 |
2018-08-12 | card_image: Use type aliases to shorten definitions | Lioncash | 2 | -6/+6 |
2018-08-12 | card_image: Simplify return statement of GetSubdirectories() | Lioncash | 1 | -1/+1 |
2018-08-12 | Pushed the requested sample rate instead of our fixed sample rate | David Marcec | 1 | -4/+2 |
2018-08-12 | made ResultStatus a u16 | David Marcec | 3 | -3/+3 |
2018-08-12 | Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount | David Marcec | 1 | -5/+28 |
2018-08-12 | Stub UpdateUserPresence | David Marcec | 1 | -1/+8 |
2018-08-12 | Fixed invalid cast in loader | David Marcec | 1 | -1/+1 |
2018-08-12 | registration: Add support for force overwrite of installed | Zach Hilman | 2 | -22/+48 |
2018-08-12 | vfs_real: Add CreateFullPath to Create* operations | Zach Hilman | 2 | -13/+6 |
2018-08-12 | control_metadata: Remove unnecessary reference to base file | Zach Hilman | 2 | -2/+1 |
2018-08-12 | romfs: Remove cyclic shared_ptr leak in romfs code | Zach Hilman | 3 | -8/+8 |
2018-08-12 | registration: Update documentation and style | Zach Hilman | 5 | -42/+69 |
2018-08-12 | nca_metadata: Remove unnecessary reference to base file | Zach Hilman | 2 | -3/+2 |
2018-08-12 | bis_factory: Create NAND dirs if they don't exist | Zach Hilman | 1 | -2/+9 |
2018-08-12 | registration: Take RawCopy function as parameter | Zach Hilman | 2 | -10/+15 |
2018-08-12 | registered_cache: Fix missing reading from yuzu_meta | Zach Hilman | 1 | -7/+16 |
2018-08-12 | file_sys: Comply to style guidelines | Zach Hilman | 6 | -27/+38 |
2018-08-12 | qt: Add 'Install to NAND' option to menu | Zach Hilman | 2 | -1/+2 |
2018-08-12 | file_sys: Add RegisteredCache | Zach Hilman | 2 | -0/+543 |
2018-08-12 | file_sys: Add support for parsing NCA metadata (CNMT) | Zach Hilman | 3 | -0/+238 |
2018-08-12 | card_image: Add accessor for all NCAs in XCI | Zach Hilman | 2 | -0/+5 |
2018-08-12 | vfs_real: Add CreateFullPath to CreateFile | Zach Hilman | 1 | -3/+6 |
2018-08-12 | filesystem: Add Open and Register functions for BISFactory | Zach Hilman | 2 | -4/+23 |
2018-08-12 | bis_factory: Add partial implementation of BISFactory | Zach Hilman | 2 | -0/+54 |
2018-08-12 | loader: Join 0* files in directory if filename is 00 | Zach Hilman | 1 | -1/+33 |
2018-08-12 | loader: Recognize filename '00' as NCA | Zach Hilman | 1 | -0/+2 |
2018-08-12 | vfs: Add ConcatenatedVfsFile | Zach Hilman | 2 | -0/+134 |
2018-08-12 | crypto: Remove hex utilities from key_manager | Zach Hilman | 2 | -36/+2 |
2018-08-12 | friend: Stub DeclareCloseOnlinePlaySession. | bunnei | 1 | -1/+10 |
2018-08-12 | friend: Fix CreateFriendService to return an IFriendService interface. | bunnei | 1 | -2/+86 |
2018-08-12 | server_session: Provide more useful information and don't crash on bad IPC request. | bunnei | 1 | -0/+8 |
2018-08-12 | core: Namespace EmuWindow | Lioncash | 4 | -5/+16 |
2018-08-11 | Better UUID randomness | David Marcec | 1 | -2/+7 |
2018-08-11 | Removed un-needed count from ListOpenUsers and ListAllUsers | David Marcec | 1 | -4/+2 |
2018-08-11 | Added better explanations in the profile manager | David Marcec | 2 | -1/+34 |
2018-08-11 | Code cleanup for profile manager | David Marcec | 3 | -40/+47 |
2018-08-11 | Removed const from ProfileBase Invalidate | David Marcec | 1 | -1/+1 |
2018-08-11 | fixed invalid uuid bool operator | David Marcec | 1 | -1/+1 |
2018-08-11 | Added GetOpenUserCount | David Marcec | 3 | -3/+14 |
2018-08-11 | Removed all for loops from the profile manager | David Marcec | 1 | -9/+4 |
2018-08-11 | Added missing ListAllUsers count | David Marcec | 1 | -1/+2 |
2018-08-11 | If statement style change | David Marcec | 1 | -11/+19 |
2018-08-11 | Second round of account changes | David Marcec | 3 | -18/+21 |
2018-08-11 | First round of account changes | David Marcec | 3 | -49/+55 |
2018-08-11 | Refactored profile manager sharing | David Marcec | 10 | -20/+28 |
2018-08-11 | Added IsUserRegistrationRequestPermitted | David Marcec | 7 | -3/+19 |
2018-08-11 | video_core; Get rid of global g_toggle_framelimit_enabled variable | Lioncash | 2 | -5/+2 |
2018-08-10 | loader: Add more descriptive errors | Zach Hilman | 14 | -103/+219 |
2018-08-09 | buffer_queue: Make reference parameter of SetPreallocatedBuffer const | Lioncash | 2 | -2/+2 |
2018-08-09 | hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const | Lioncash | 2 | -2/+2 |
2018-08-09 | Don't add user if the uuid already exists | David Marcec | 1 | -0/+4 |
2018-08-09 | vfs: Fix documentation | Zach Hilman | 1 | -2/+2 |
2018-08-09 | vfs: Fix typo in VfsFilesystem docs | Zach Hilman | 1 | -1/+1 |
2018-08-09 | file_util: Use enum instead of bool for specifing path behavior | Zach Hilman | 1 | -17/+27 |
2018-08-09 | loader: Remove unused IdentifyFile overload | Zach Hilman | 2 | -12/+0 |
2018-08-09 | vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory | Zach Hilman | 1 | -2/+10 |
2018-08-09 | file_sys: Add missing include in savedata_factory | Zach Hilman | 1 | -0/+1 |
2018-08-09 | core: Port core to VfsFilesystem for file access | Zach Hilman | 6 | -13/+34 |
2018-08-09 | vfs: Add unreachable assert to file permissions converter | Zach Hilman | 1 | -1/+3 |
2018-08-09 | vfs: Add RealVfsFilesystem implementation | Zach Hilman | 2 | -81/+290 |
2018-08-09 | vfs: Add VfsFilesystem interface and default implementation | Zach Hilman | 2 | -3/+211 |
2018-08-09 | filesystem: Remove unnecessary if conditions | Zach Hilman | 1 | -1/+1 |
2018-08-09 | fsp_srv: Use std::string_view's copy() function instead of strncpy() | Lioncash | 2 | -8/+10 |
2018-08-09 | fsp_srv: Emplace entries first when building index instead of emplacing last | Lioncash | 1 | -2/+3 |
2018-08-08 | Open first user added | David Marcec | 1 | -1/+3 |
2018-08-08 | Inital pass of account backend implementation | David Marcec | 3 | -12/+22 |
2018-08-08 | GetProfileBase and GetProfileBaseAndData added | David Marcec | 3 | -44/+106 |
2018-08-08 | began initial implementation of "ProfileManager" | David Marcec | 5 | -44/+202 |
2018-08-08 | Service/Account: stub LoadImage function | mailwl | 1 | -1/+22 |
2018-08-08 | Switched uuids from u128 to new UUID struct | David Marcec | 2 | -10/+49 |
2018-08-08 | hid: fix IsSixAxisSensorAtRest() response | mailwl | 1 | -1/+1 |
2018-08-08 | nvhost_gpu: Don't over copy IoctlSubmitGpfifo. | bunnei | 1 | -1/+1 |
2018-08-08 | am: Stub SetScreenShotImageOrientation. | bunnei | 2 | -1/+9 |
2018-08-08 | acc: Add missing function table entries for GetUserCount | Lioncash | 2 | -2/+2 |
2018-08-08 | acc: Stub GetUserCount. (#973) | bunnei | 3 | -1/+9 |
2018-08-08 | nvdrv: Get rid of global std::weak_ptr | Lioncash | 5 | -11/+22 |
2018-08-08 | hle: Remove unused romfs.cpp/.h | Lioncash | 3 | -126/+0 |
2018-08-07 | loader: Fix scope error in DeconstructedRomDirectory | Zach Hilman | 1 | -1/+1 |
2018-08-07 | service/apm: Add the apm:sys service | Lioncash | 3 | -0/+34 |
2018-08-07 | nvflinger: Correct typo in name of composition event | Lioncash | 1 | -1/+1 |
2018-08-07 | nvdrv: Make Ioctl()'s definition match its prototype | Lioncash | 1 | -1/+1 |
2018-08-07 | nvdrv: Get rid of indirect inclusions | Lioncash | 12 | -15/+17 |
2018-08-07 | nvflinger: Get rid of indirect inclusions | Lioncash | 2 | -1/+7 |
2018-08-07 | nvflinger: Use std::string_view in OpenDisplay() | Lioncash | 2 | -2/+3 |
2018-08-07 | services/hid: Add ActivateNpadWithRevision() to the hid function info array | Lioncash | 1 | -0/+1 |
2018-08-07 | service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() | Lioncash | 1 | -2/+2 |
2018-08-07 | service: Add usb services | Lioncash | 4 | -0/+257 |
2018-08-07 | loader: Add icon and title support to XCI | Zach Hilman | 6 | -3/+43 |
2018-08-07 | Use const where applicable | Zach Hilman | 2 | -2/+2 |
2018-08-07 | Avoid parsing RomFS to directory in NCA | Zach Hilman | 7 | -6/+86 |
2018-08-07 | client_port: Make all data members private | Lioncash | 3 | -7/+21 |
2018-08-07 | GDBStub works with both Unicorn and Dynarmic now (#941) | Hedges | 4 | -2/+26 |
2018-08-06 | kernel/event: Make data members private | Lioncash | 1 | -4/+8 |
2018-08-06 | Service/Audio: audout_a.cpp: remove pragma once | mailwl | 1 | -2/+0 |
2018-08-06 | perf_stats: Correct literal used for MAX_LAG_TIME_US | Lioncash | 1 | -2/+2 |
2018-08-06 | core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds | Lioncash | 4 | -14/+14 |
2018-08-06 | memory: Make prototype parameter names match their definitions | Lioncash | 1 | -5/+5 |
2018-08-06 | memory: Correct prototype of ZeroBlock | Lioncash | 1 | -1/+1 |
2018-08-06 | memory: Remove unnecessary const qualifiers in prototypes | Lioncash | 1 | -9/+8 |
2018-08-06 | core_timing: Convert typedef into a type alias | Lioncash | 1 | -4/+4 |
2018-08-06 | core_timing: Use transparent functors where applicable | Lioncash | 1 | -5/+5 |
2018-08-06 | loader: Make AppLoader_NCA rely on directory loading code | Zach Hilman | 4 | -37/+24 |
2018-08-05 | gdbstub: Use type alias for breakpoint maps | Lioncash | 1 | -37/+42 |
2018-08-05 | gdbstub: Move all file-static variables into the GDBStub namespace | Lioncash | 1 | -35/+36 |
2018-08-05 | address_arbiter: Return by value from GetThreadsWaitingOnAddress() | Lioncash | 1 | -15/+15 |
2018-08-05 | gdbstub: Replace PAddr alias with VAddr | Lioncash | 2 | -14/+14 |
2018-08-05 | audio_core: Implement audren_u audio playback. | bunnei | 2 | -218/+9 |
2018-08-05 | audio_core: Use s16 where possible for audio samples. | bunnei | 1 | -3/+3 |
2018-08-05 | audio_core: Port codec code from Citra for ADPCM decoding. | bunnei | 2 | -11/+3 |
2018-08-05 | service: Add arp services | Lioncash | 4 | -0/+95 |
2018-08-04 | service: Remove redundant #pragma once directives | Lioncash | 5 | -10/+0 |
2018-08-04 | aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior | Lioncash | 1 | -0/+4 |
2018-08-04 | aes_util: Make CalculateNintendoTweak() an internally linked function | Lioncash | 2 | -12/+10 |
2018-08-04 | aes_util: Make Transcode() a const member function | Lioncash | 2 | -8/+9 |
2018-08-04 | core/crypto: Remove unnecessary includes | Lioncash | 4 | -5/+5 |
2018-08-04 | key_manager: Use regular std::string instead of std::string_view | Lioncash | 2 | -10/+7 |
2018-08-04 | content_archive: Add support for titlekey cryptography | Zach Hilman | 2 | -7/+39 |
2018-08-04 | audio_core: Streams need unique names for CoreTiming. | bunnei | 1 | -1/+1 |
2018-08-04 | renderer_base: Make Rasterizer() return the rasterizer by reference | Lioncash | 3 | -7/+7 |
2018-08-04 | video_core: Eliminate the g_renderer global variable | Lioncash | 7 | -24/+54 |
2018-08-04 | kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c | Lioncash | 3 | -13/+38 |
2018-08-03 | kernel/process: Use std::array where applicable | Lioncash | 1 | -1/+2 |
2018-08-03 | kernel/process: Use accessors instead of class members for referencing segment array | Lioncash | 5 | -20/+40 |
2018-08-03 | memory: Remove unused GetSpecialHandlers() function | Lioncash | 1 | -16/+0 |
2018-08-03 | core/memory: Get rid of 3DS leftovers | Lioncash | 14 | -502/+29 |
2018-08-03 | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | David | 5 | -5/+47 |
2018-08-02 | kernel/vm_manager: Convert loop into std::any_of() | Lioncash | 1 | -4/+4 |
2018-08-02 | kernel/vm_manager: Use const where applicable | Lioncash | 3 | -19/+19 |
2018-08-02 | kernel/vm_manager: Use the VAddr type alias in CarveVMA() | Lioncash | 1 | -2/+2 |
2018-08-02 | kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t | Lioncash | 1 | -8/+5 |
2018-08-02 | kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference | Lioncash | 1 | -1/+2 |
2018-08-02 | kernel/thread: Make GetFreeThreadLocalSlot() internally linked | Lioncash | 1 | -1/+1 |
2018-08-02 | vfs_vector: Remove unused variable in FindAndRemoveVectorElement() | Lioncash | 1 | -2/+2 |
2018-08-02 | vfs_vector: Avoid unnecessary copies where applicable | Lioncash | 1 | -2/+5 |
2018-08-02 | hw: Remove unused files | Lioncash | 7 | -334/+0 |
2018-08-02 | service: Add migration services | Lioncash | 4 | -0/+53 |
2018-08-02 | kernel: Move object class to its own source files | Lioncash | 43 | -155/+185 |
2018-08-02 | service: Add psc services | Lioncash | 4 | -0/+96 |
2018-08-02 | video_core: Make global EmuWindow instance part of the base renderer class | Lioncash | 3 | -11/+11 |
2018-08-02 | service/ns: Add missing ns services | Lioncash | 1 | -0/+447 |
2018-08-01 | lm: Amend name of ILogger | Lioncash | 1 | -4/+4 |
2018-08-01 | service/filesystem: Add fsp:ldr and fsp:pr services | Lioncash | 6 | -0/+89 |
2018-08-01 | service: Add capture services | Lioncash | 4 | -0/+171 |
2018-08-01 | service: Add bpc and pcv services | Lioncash | 6 | -0/+179 |
2018-08-01 | Add missing parameter to files.push_back() | Zach Hilman | 1 | -5/+5 |
2018-08-01 | Fix merge conflicts with opus and update docs | Zach Hilman | 2 | -1/+3 |
2018-08-01 | Use more descriptive error codes and messages | Zach Hilman | 7 | -19/+51 |
2018-08-01 | Use static const instead of const static | Zach Hilman | 1 | -2/+2 |
2018-08-01 | Use ErrorEncrypted where applicable and fix no keys crash | Zach Hilman | 4 | -17/+37 |
2018-08-01 | Add missing includes and use const where applicable | Zach Hilman | 11 | -24/+40 |
2018-08-01 | Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch | Zach Hilman | 2 | -7/+20 |
2018-08-01 | Make XCI comply to review and style guidelines | Zach Hilman | 14 | -455/+222 |
2018-08-01 | Extract mbedtls to cpp file | Zach Hilman | 4 | -86/+126 |
2018-08-01 | Add missing string.h include | Zach Hilman | 1 | -0/+1 |
2018-08-01 | Update mbedtls and fix compile error | Zach Hilman | 1 | -0/+1 |
2018-08-01 | Remove files that are not used | Zach Hilman | 24 | -42/+1406 |
2018-08-01 | kernel/thread: Remove unimplemented function prototype | Lioncash | 1 | -6/+0 |
2018-08-01 | audio_core: Add configuration settings. | bunnei | 1 | -0/+5 |
2018-08-01 | service/audio: Add missing services | Lioncash | 14 | -2/+289 |
2018-07-31 | kernel: Remove unused object_address_table.cpp/.h | Lioncash | 6 | -104/+0 |
2018-07-31 | audout_u: Remove std::move in OpenAudioOutImpl() | Lioncash | 1 | -1/+1 |
2018-07-31 | kernel: Remove unnecessary includes | Lioncash | 23 | -28/+47 |
2018-07-31 | service/am: Add missing am services | Lioncash | 8 | -0/+156 |
2018-07-31 | service: Add fgm services | Lioncash | 4 | -0/+94 |
2018-07-31 | arm_dynarmic: Make SetTlsAddress() prototype and definition consistent | Lioncash | 1 | -1/+1 |
2018-07-31 | arm_dynarmic: Remove unnecessary qualifying of ThreadContext | Lioncash | 1 | -3/+3 |
2018-07-31 | arm_dynarmic: Correct initializer list order | Lioncash | 1 | -5/+3 |
2018-07-31 | service: Add the pcie service | Lioncash | 4 | -0/+83 |
2018-07-31 | nvhost_gpu: Added checks to ensure we don't read past the end of the entries when handling a GPU command list. | Subv | 1 | -3/+6 |
2018-07-31 | nvhost_ctrl_gpu: Only read the input parameters if they are actually there. | Subv | 1 | -3/+11 |
2018-07-31 | audio_core: Move to audout_u impl. | bunnei | 4 | -13/+6 |
2018-07-31 | Implemented various hwopus functions (#853) | David | 3 | -6/+132 |
2018-07-30 | Add some HID commands (#843) | Hexagon12 | 1 | -2/+16 |
2018-07-29 | partition_filesystem: Remove dynamic_cast in PrintDebugInfo() | Lioncash | 1 | -3/+2 |
2018-07-29 | service: Add wlan services | Lioncash | 4 | -1/+192 |
2018-07-29 | service/btm: Add basic implementation of GetCoreImpl() | Lioncash | 1 | -1/+35 |
2018-07-29 | service: Add btm services | Lioncash | 4 | -0/+106 |
2018-07-28 | audout: Implement IAudioOut interface with AudioCore. | bunnei | 2 | -93/+114 |
2018-07-28 | core: Add AudioCore to global state. | bunnei | 2 | -0/+9 |
2018-07-28 | audio_core: Add initial code for keeping track of audout state. | bunnei | 1 | -1/+1 |
2018-07-28 | RomFS Extraction | Zach Hilman | 12 | -20/+351 |
2018-07-27 | service: Add ncm services | Lioncash | 4 | -0/+78 |
2018-07-27 | service: Add mii services | Lioncash | 4 | -0/+126 |
2018-07-27 | service/nfc: Implement Create[x]Interface functions | Lioncash | 1 | -4/+43 |
2018-07-27 | service: Add nfc services | Lioncash | 4 | -0/+202 |
2018-07-27 | service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode | Lioncash | 1 | -3/+35 |
2018-07-27 | service: Add the lbl service | Lioncash | 4 | -0/+77 |
2018-07-27 | service: Add the btdrv service | Lioncash | 4 | -1/+93 |
2018-07-26 | service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp services | Lioncash | 1 | -0/+220 |
2018-07-26 | service/hid: Add the xcd:sys service | Lioncash | 4 | -0/+57 |
2018-07-26 | service/hid: Add irs services | Lioncash | 4 | -0/+75 |
2018-07-26 | service: Add the grc:c service | Lioncash | 4 | -0/+50 |
2018-07-26 | kernel/timer: Make data members private where applicable | Lioncash | 1 | -5/+17 |
2018-07-26 | service: Add the nim services | Lioncash | 4 | -0/+143 |
2018-07-26 | service: Add ldn services | Lioncash | 4 | -0/+162 |
2018-07-26 | service/sockets: Add ethc:c and ethc:i services | Lioncash | 4 | -0/+66 |
2018-07-26 | service/sockets: Add missing bsdcfg socket service | Lioncash | 3 | -0/+29 |
2018-07-26 | service: Add ldr services | Lioncash | 4 | -0/+101 |
2018-07-26 | lm: Move LM's class declaration into the cpp file | Lioncash | 2 | -37/+31 |
2018-07-26 | lm: Amend names of Initialize() in Logger and Initialize() in LM | Lioncash | 2 | -7/+7 |
2018-07-26 | lm: Add missing function entry to Logger's function table | Lioncash | 1 | -0/+1 |
2018-07-26 | service: Add eupld services | Lioncash | 4 | -0/+72 |
2018-07-26 | service: Add the erpt services | Lioncash | 4 | -0/+71 |
2018-07-25 | service/nvdrv: Take std::string in Open() by const reference | Lioncash | 2 | -2/+2 |
2018-07-25 | service/nvdrv: Use std::move where applicable | Lioncash | 1 | -3/+5 |
2018-07-25 | service/nifm: Deduplicate interface code | Lioncash | 9 | -141/+30 |
2018-07-25 | service: Add pm services | Lioncash | 4 | -0/+90 |
2018-07-25 | service: Add the es service | Lioncash | 4 | -0/+77 |
2018-07-25 | time: Add the time:a service | Lioncash | 3 | -10/+11 |
2018-07-24 | deconstructed_rom_directory: Remove unused FindRomFS() function | Lioncash | 1 | -29/+0 |
2018-07-24 | friend: Add friend:m, friend:s, and friend:v services | Lioncash | 1 | -0/+3 |
2018-07-24 | friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table | Lioncash | 1 | -0/+1 |
2018-07-24 | friend: Deduplicate interfaces | Lioncash | 6 | -48/+11 |
2018-07-24 | svc: Resolve sign comparison warnings in WaitSynchronization() | Lioncash | 1 | -4/+7 |
2018-07-24 | svc: Log parameters in SetMemoryAttribute() | Lioncash | 1 | -1/+3 |
2018-07-24 | time: Simplify interface creation | Lioncash | 6 | -64/+15 |
2018-07-24 | core_timing: Split off utility functions into core_timing_util | MerryMage | 12 | -105/+137 |
2018-07-24 | CMakeLists: Sort filenames | MerryMage | 1 | -9/+9 |
2018-07-24 | set_sys: Implement SetColorSetId() | Lioncash | 2 | -5/+25 |
2018-07-24 | ipc_helper: Add helper member function for popping enum values to RequestParser | Lioncash | 1 | -0/+8 |
2018-07-24 | arm_dynarmic: Make MakeJit() a const member function | Lioncash | 2 | -3/+3 |
2018-07-24 | core: Make converting constructors explicit where applicable | Lioncash | 5 | -5/+5 |
2018-07-24 | apm/interface: Remove redundant declaration of InstallInterfaces() | Lioncash | 1 | -3/+0 |
2018-07-24 | mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference | Lioncash | 1 | -1/+1 |
2018-07-24 | VFS Regression and Accuracy Fixes (#776) | Zach Hilman | 3 | -36/+62 |
2018-07-24 | hle_ipc: Make constructors explicit where applicable | Lioncash | 2 | -12/+13 |
2018-07-24 | ipc_helpers: Make member variables of ResponseBuilder private | Lioncash | 1 | -5/+6 |
2018-07-24 | exclusive_monitor: Use consistent type alias for u64 | Lioncash | 3 | -22/+18 |
2018-07-24 | partition_filesystem: Use std::move where applicable | Lioncash | 1 | -3/+3 |
2018-07-23 | loader: Remove unnecessary constructor call in IdentifyFile() | Lioncash | 1 | -1/+1 |
2018-07-23 | linker: Remove unused parameter from WriteRelocations() | Lioncash | 2 | -7/+4 |
2018-07-23 | nro: Replace inclusion with a forward declaration | Lioncash | 2 | -1/+8 |
2018-07-23 | nro: Make bracing consistent | Lioncash | 1 | -10/+24 |
2018-07-23 | nro: Make constructor explicit | Lioncash | 1 | -1/+1 |
2018-07-23 | nro: Remove unused forward declaration | Lioncash | 1 | -2/+0 |
2018-07-23 | vi: Add std::is_trivially_copyable checks to Read and Write functions | Lioncash | 1 | -2/+13 |
2018-07-23 | vi: std::move std::vector in constructors where applicable | Lioncash | 1 | -9/+9 |
2018-07-23 | hle: Remove config_mem.h/.cpp | Lioncash | 6 | -102/+0 |
2018-07-23 | hle: Remove shared_page.h/.cpp | Lioncash | 6 | -161/+0 |
2018-07-23 | set: Add missing log call in GetAvailableLanguageCodeCount() | Lioncash | 1 | -0/+2 |
2018-07-23 | NRO Assets and NACP file format | Zach Hilman | 5 | -1/+215 |
2018-07-23 | set: Implement GetAvailableLanguageCodeCount() | Lioncash | 2 | -21/+29 |
2018-07-23 | set: Correct return code size of value in GetAvailableLanguageCodes() | Lioncash | 1 | -2/+2 |
2018-07-22 | Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real kernel. | Subv | 1 | -7/+31 |
2018-07-22 | Implement exclusive monitor | MerryMage | 9 | -13/+160 |
2018-07-22 | vfs: Correct file_p variable usage within InterpretAsDirectory() | Lioncash | 1 | -2/+5 |
2018-07-22 | file_util, vfs: Use std::string_view where applicable | Lioncash | 8 | -91/+153 |
2018-07-22 | file_util: Use a u64 to represent number of entries | Lioncash | 2 | -4/+4 |
2018-07-21 | GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. | Subv | 3 | -6/+34 |
2018-07-21 | file_util: Use an enum class for GetUserPath() | Lioncash | 3 | -5/+7 |
2018-07-21 | file_sys/errors: Remove redundant object constructor calls | Lioncash | 1 | -8/+8 |
2018-07-21 | vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories() | Lioncash | 1 | -2/+3 |
2018-07-21 | partition_filesystem, vfs_real: Add missing standard includes | Lioncash | 2 | -0/+4 |
2018-07-21 | partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable | Lioncash | 2 | -2/+3 |
2018-07-21 | partition_filesystem, vfs_real: Use std::distance() instead of subtraction | Lioncash | 2 | -4/+10 |
2018-07-21 | vfs_offset: Simplify TrimToFit() | Lioncash | 1 | -1/+2 |
2018-07-21 | vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference | Lioncash | 4 | -4/+4 |
2018-07-21 | vfs: Use variable template variants of std::is_trivially_copyable | Lioncash | 1 | -13/+6 |
2018-07-21 | vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified | Lioncash | 1 | -3/+3 |
2018-07-21 | Loader: Only print the module names and addresses if they actually exist. | Subv | 1 | -5/+2 |
2018-07-21 | CPU: Save and restore the TPIDR_EL0 system register on every context switch. | Subv | 8 | -0/+39 |
2018-07-21 | arm_interface: Remove unused tls_address member of ThreadContext | Lioncash | 3 | -9/+0 |
2018-07-20 | apm: Improve stub for GetPerformanceConfiguration. | bunnei | 1 | -1/+16 |
2018-07-20 | ipc_helpers: Add PushEnum() member function to ResponseBuilder | Lioncash | 1 | -0/+19 |
2018-07-20 | HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. | Subv | 1 | -6/+8 |
2018-07-20 | loader/{nca, nro}: std::move VirtualFile in the constructors where applicable | Lioncash | 2 | -2/+4 |
2018-07-20 | vfs_offset: std::move file and name parameters of OffsetVfsFile | Lioncash | 2 | -3/+5 |
2018-07-20 | audren_u: Use a std::array instead of std::string for holding the audio interface/device name | Lioncash | 1 | -2/+4 |
2018-07-20 | audout_u: Use a std::array instead of std::string for holding the audio interface name | Lioncash | 1 | -1/+2 |
2018-07-20 | thread: Convert ThreadStatus into an enum class | Lioncash | 9 | -71/+70 |
2018-07-20 | partition_filesystem: Return pfs_dirs member variable within GetSubdirectories() | Lioncash | 1 | -1/+1 |
2018-07-20 | nso: Silence implicit sign conversion warnings | Lioncash | 1 | -4/+6 |
2018-07-20 | nso: Remove unused function ReadSegment() | Lioncash | 1 | -13/+0 |
2018-07-20 | pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority() | Lioncash | 1 | -3/+3 |
2018-07-19 | HLE/ACC: Return an IProfile that is consistent with what was requested. | Subv | 1 | -5/+15 |
2018-07-19 | HLE/ACC: Change the default user id to be consistent with what we tell games on startup. | Subv | 1 | -2/+1 |
2018-07-19 | HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. | Subv | 1 | -4/+6 |
2018-07-19 | hle_ipc: Introduce generic WriteBuffer overload for multiple container types | Lioncash | 5 | -10/+25 |
2018-07-19 | pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority() | Lioncash | 1 | -3/+3 |
2018-07-19 | svc: Correct always true assertion case in SetThreadCoreMask | Lioncash | 1 | -3/+4 |
2018-07-19 | pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority() | Lioncash | 1 | -1/+1 |
2018-07-19 | gdbstub: Get rid of a few signed/unsigned comparisons | Lioncash | 1 | -7/+7 |
2018-07-19 | hid: Use a ranged-for loops in UpdatePadCallback | Lioncash | 1 | -7/+3 |
2018-07-19 | hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array | Lioncash | 1 | -1/+1 |
2018-07-19 | Filesystem: Return EntryType::Directory for the root directory. | Subv | 1 | -0/+4 |
2018-07-19 | loader: Amend Doxygen comments | Lioncash | 2 | -5/+5 |
2018-07-19 | loader/nso: Check if read succeeded in IdentifyFile() before checking magic value | Lioncash | 1 | -4/+6 |
2018-07-19 | hle/service: Make constructors explicit where applicable | Lioncash | 22 | -25/+25 |
2018-07-19 | nvflinger: Emplace Display instances directly | Lioncash | 1 | -9/+4 |
2018-07-19 | nvdrv: Take std::string by const reference in GetDevice() | Lioncash | 1 | -1/+1 |
2018-07-19 | hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteBuffer() overloads | Lioncash | 1 | -1/+1 |
2018-07-19 | fsp_srv: Remove unnecessary vector construction in IFile's Write() function | Lioncash | 1 | -2/+3 |
2018-07-19 | fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() function | Lioncash | 1 | -10/+8 |
2018-07-19 | filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructor | Lioncash | 1 | -1/+3 |
2018-07-19 | filesystem: Use std::string's empty() function instead of comparing against a literal | Lioncash | 1 | -1/+1 |
2018-07-19 | filesystem: Remove pragma disabling global optimizations | Lioncash | 1 | -2/+0 |
2018-07-19 | fsp_srv: Make IStorage constructor explicit | Lioncash | 1 | -1/+1 |
2018-07-19 | fsp_srv: Add missing includes | Lioncash | 1 | -0/+5 |
2018-07-19 | fsp_srv: Resolve sign-mismatch warnings in assertion comparisons | Lioncash | 1 | -3/+3 |
2018-07-19 | fsp_srv: Respect write length in Write() | Lioncash | 1 | -4/+5 |
2018-07-19 | savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const member function | Lioncash | 2 | -2/+2 |
2018-07-19 | partition_filesystem: Ensure all class members of PartitionFilesystem are initialized | Lioncash | 2 | -24/+15 |
2018-07-19 | content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference | Lioncash | 1 | -1/+1 |
2018-07-19 | content_archive: Add missing standard includes | Lioncash | 1 | -0/+5 |
2018-07-19 | content_archive: std::move VirtualFile in NCA's constructor | Lioncash | 1 | -1/+4 |
2018-07-19 | vfs: Deduplicate accumulation code in VfsDirectory's GetSize() | Lioncash | 1 | -6/+6 |
2018-07-19 | loader/nro: Resolve sign mismatch warnings | Lioncash | 1 | -1/+1 |
2018-07-19 | loader/nso: Remove unnecessary vector resizes | Lioncash | 1 | -4/+2 |
2018-07-19 | loader/nso: Resolve sign mismatch warnings | Lioncash | 1 | -1/+1 |
2018-07-19 | Virtual Filesystem 2: Electric Boogaloo (#676) | Zach Hilman | 49 | -1862/+1807 |
2018-07-19 | core/memory: Remove unused function GetSpecialHandlers() and an unused variable in ZeroBlock() | Lioncash | 1 | -7/+0 |
2018-07-19 | address_arbiter: Correct assignment within an assertion statement in WakeThreads() | Lioncash | 1 | -1/+1 |
2018-07-19 | service/prepo: Add missing header guard | Lioncash | 1 | -0/+2 |
2018-07-19 | vm_manager: Add missing commas to string literal array elements in GetMemoryStateName() | Lioncash | 1 | -22/+12 |
2018-07-19 | core/memory, core/hle/kernel: Use std::move where applicable | Lioncash | 9 | -16/+26 |
2018-07-19 | core: Make System's default constructor private | Lioncash | 2 | -0/+4 |
2018-07-19 | core: Don't construct instance of Core::System, just to access its live instance | Lioncash | 2 | -7/+7 |
2018-07-18 | hle/filesystem: Amend trace log in OpenSaveData() to compile in debug mode | Lioncash | 1 | -1/+1 |
2018-07-18 | Fill in more fields in TouchScreenEntryTouch | Zach Hilman | 1 | -4/+9 |
2018-07-18 | Single touch support | Zach Hilman | 1 | -4/+19 |
2018-07-18 | vi: Change TransactionId::CancelBuffer to LOG_CRITICAL. | bunnei | 1 | -1/+1 |
2018-07-18 | vi: Fix size for ListDisplays default display. | bunnei | 1 | -2/+2 |
2018-07-18 | vi: Partially implement buffer crop parameters. | bunnei | 6 | -10/+26 |
2018-07-17 | General Filesystem and Save Data Fixes (#670) | Zach Hilman | 16 | -212/+256 |
2018-07-17 | nvflinger: Fix for BufferQueue event handling. | bunnei | 6 | -32/+21 |
2018-07-17 | Kernel/Arbiter: Fix bug in WaitIfLessThan | Michael Scire | 1 | -2/+4 |
2018-07-16 | scheduler: Clear exclusive state when switching contexts | MerryMage | 6 | -0/+11 |
2018-07-15 | HID: Update controllers less often | James Rowe | 1 | -3/+3 |
2018-07-14 | Services/BSD: Corrected the return for StartMonitoring according to SwIPC. | Subv | 1 | -2/+1 |
2018-07-14 | FileSys: Append the requested path to the filesystem base path in DeleteFile. | Subv | 1 | -2/+4 |
2018-07-14 | No need to use ASSERT_MSG with an empty message | David Marcec | 1 | -2/+2 |
2018-07-13 | More improvements to GDBStub (#653) | Hedges | 7 | -49/+172 |
2018-07-13 | We only need to alert for memory pool changes | David Marcec | 1 | -2/+0 |
2018-07-13 | initialized voice status and unused sizes in the update data header | David Marcec | 1 | -1/+3 |
2018-07-12 | Audout "Auto" functions | David Marcec | 2 | -14/+14 |
2018-07-12 | Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted | David Marcec | 1 | -3/+21 |
2018-07-11 | hid: Fix timestamps and controller type. | bunnei | 1 | -7/+5 |
2018-07-10 | NvOsGetConfigU32 production impl | David Marcec | 1 | -17/+2 |
2018-07-08 | savedata_factory: Always create a save directory for games. | bunnei | 1 | -0/+9 |
2018-07-08 | nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips. | bunnei | 1 | -1/+1 |
2018-07-08 | Revert "Virtual Filesystem (#597)" | bunnei | 42 | -1682/+1618 |
2018-07-06 | Virtual Filesystem (#597) | Zach Hilman | 42 | -1618/+1682 |
2018-07-03 | Update AudioRenderer Voice Sections (#614) | David | 1 | -0/+87 |
2018-07-03 | Update clang format | James Rowe | 25 | -114/+106 |
2018-07-03 | Rename logging macro back to LOG_* | James Rowe | 79 | -556/+556 |
2018-07-01 | GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU. | Subv | 1 | -0/+5 |
2018-07-01 | nvmap: Return the address of the nvmap object when Freeing it for the last time. | Subv | 2 | -4/+11 |
2018-06-27 | settings: Add a configuration for use_accurate_framebuffers. | bunnei | 2 | -0/+3 |
2018-06-25 | Send the correct RequestUpdateAudioRenderer revision in the output header (#587) | David | 1 | -1/+1 |
2018-06-25 | Service/Audio: add hwopus service, stub GetWorkBufferSize function | mailwl | 4 | -0/+53 |
2018-06-24 | Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583) | David | 2 | -34/+21 |
2018-06-23 | Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580) | David | 2 | -44/+76 |
2018-06-22 | IPC: skip empty buffer write | mailwl | 1 | -0/+5 |
2018-06-22 | Kernel/Arbiters: Fix casts, cleanup comments/magic numbers | Michael Scire | 4 | -17/+27 |
2018-06-22 | Add additional missing format. | Michael Scire | 2 | -21/+27 |
2018-06-22 | Run clang-format on PR. | Michael Scire | 3 | -180/+181 |
2018-06-22 | Kernel/Arbiters: HLE is atomic, adjust code to reflect that. | Michael Scire | 2 | -37/+13 |
2018-06-21 | Add support for decrypted NCA files (#567) | Zach Hilman | 9 | -15/+452 |
2018-06-21 | Kernel/Arbiters: Initialize arb_wait_address in thread struct. | Michael Scire | 3 | -1/+7 |
2018-06-21 | Kernel/Arbiters: Clear WaitAddress in SignalToAddress | Michael Scire | 1 | -0/+1 |
2018-06-21 | Kernel/Arbiters: Mostly implement SignalToAddress | Michael Scire | 4 | -10/+110 |
2018-06-21 | Kernel/Arbiters: Implement WaitForAddress | Michael Scire | 4 | -6/+67 |
2018-06-21 | Service/Audio: update audren:u service | mailwl | 2 | -49/+60 |
2018-06-21 | Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. | Michael Scire | 7 | -9/+147 |
2018-06-20 | Build: Fixed some MSVC warnings in various parts of the code. | Subv | 5 | -10/+11 |
2018-06-19 | Implement GetAvailableLanguageCodes2 (#575) | greggameplayer | 1 | -4/+1 |
2018-06-19 | Services/FS: Return the correct error code when trying to mount a nonexistent savedata. | Subv | 2 | -2/+12 |
2018-06-18 | svc: Add a stub for UserExceptionContextAddr. | Jules Blok | 1 | -0/+5 |
2018-06-14 | Narrow down filter of layout configs | Zach Hilman | 2 | -10/+5 |
2018-06-13 | Move loop condition to free function | Zach Hilman | 1 | -4/+9 |
2018-06-13 | Avoid initializing single-joycon layouts with handheld controller | Zach Hilman | 2 | -1/+5 |
2018-06-12 | hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO | shinyquagsire23 | 2 | -2/+3 |
2018-06-07 | Common/string_util: add StringFromBuffer function | mailwl | 1 | -22/+9 |
2018-06-06 | Stub IUser::AttachAvailabilityChangeEvent | mailwl | 1 | -5/+23 |
2018-06-06 | nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524) | greggameplayer | 2 | -0/+53 |
2018-06-06 | Remove unused header files | mailwl | 1 | -2/+0 |
2018-06-06 | GDB Stub Improvements (#508) | Hedges | 4 | -27/+194 |
2018-06-06 | nifm: Stub out IRequest::SetConnectionConfirmationOption. | bunnei | 1 | -1/+10 |
2018-06-06 | am: Stub out IApplicationFunctions::GetPseudoDeviceId. | bunnei | 2 | -1/+13 |
2018-06-05 | Small fixes | mailwl | 2 | -6/+8 |
2018-06-05 | Service/MM: add service and stub some functions | mailwl | 4 | -0/+83 |
2018-06-04 | Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511) | greggameplayer | 1 | -0/+47 |
2018-06-04 | Correct function results | mailwl | 1 | -4/+16 |
2018-06-04 | Service/nfp:user : stub some functions. | mailwl | 1 | -6/+70 |
2018-06-04 | am: Implement ILibraryAppletAccessor::PopOutData. | bunnei | 1 | -1/+11 |
2018-06-04 | am: ISelfController:LaunchableEvent should be sticky. | bunnei | 1 | -1/+1 |
2018-06-04 | am: Stub out ILibraryAppletAccessor Start and GetResult methods. | bunnei | 1 | -2/+16 |
2018-06-04 | am: Implement ILibraryAppletAccessor::PushInData. | bunnei | 1 | -43/+55 |
2018-06-04 | am: Implement IStorageAccessor::Write. | bunnei | 1 | -1/+17 |
2018-06-04 | am: Cleanup IStorageAccessor::Read. | bunnei | 1 | -5/+3 |
2018-06-04 | am: Implement ILibraryAppletCreator::CreateStorage. | bunnei | 2 | -21/+34 |
2018-06-02 | Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may already have an assigned lock owner. | Subv | 1 | -2/+5 |
2018-06-01 | Service/time: implement posix time to calendar conversion | mailwl | 2 | -14/+72 |
2018-05-31 | Kernel/Thread: Corrected a typo that caused the affinity mask to never be changed. | Subv | 1 | -2/+2 |
2018-05-31 | Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask. | Subv | 2 | -1/+28 |
2018-05-30 | add IPC CommandType & Some HID FunctionInfo (#487) | greggameplayer | 2 | -0/+33 |
2018-05-30 | Kernel/Thread: Corrected a typo in an assert about the processor id. | Subv | 1 | -1/+1 |
2018-05-30 | Services/nvdrv: add '/dev/nvhost-nvdec' device | mailwl | 4 | -0/+74 |
2018-05-30 | nvhost_ctrl: Stub out IocCtrlEventRegister. | bunnei | 2 | -0/+10 |
2018-05-30 | nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand. | bunnei | 2 | -5/+9 |
2018-05-28 | Service/BCAT: add module and services | mailwl | 6 | -0/+118 |
2018-05-27 | NvOsGetConfigU32 should return null instead of 0 for default output | David Marcec | 1 | -1/+1 |
2018-05-26 | am: Stub IApplicationFunctions GetDisplayVersion. | bunnei | 2 | -1/+10 |
2018-05-26 | Add & correct miscellaneous things (#470) | greggameplayer | 4 | -4/+55 |
2018-05-26 | GetAudioRendererWorkBufferSize impl (#465) | David | 2 | -2/+88 |
2018-05-25 | Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463) | David | 2 | -0/+22 |
2018-05-24 | Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT | mailwl | 2 | -0/+16 |
2018-05-24 | Fix deadlocks caused from HID having too many layouts | David Marcec | 1 | -1/+1 |
2018-05-23 | Add & correct some error modules | greggameplayer | 1 | -2/+8 |
2018-05-23 | change some functions | greggameplayer | 1 | -6/+6 |
2018-05-23 | correct placement and add size check | greggameplayer | 1 | -21/+25 |
2018-05-23 | Add ioctl commands with their params and size check | greggameplayer | 1 | -2/+86 |
2018-05-22 | Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440) | David | 2 | -1/+20 |
2018-05-21 | Correct audio command numbers & add or rename some functions (#455) | greggameplayer | 5 | -34/+34 |
2018-05-20 | Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex release. | Subv | 1 | -1/+0 |
2018-05-20 | GPU: Implemented the nvmap Free ioctl. | Subv | 2 | -1/+48 |
2018-05-20 | GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. | Subv | 2 | -0/+50 |
2018-05-20 | Add and correct some Error Modules (#444) | greggameplayer | 1 | -6/+40 |
2018-05-19 | Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWideKey. | Subv | 1 | -51/+68 |
2018-05-19 | Kernel/Threads: Reschedule the proper core when operating on that core's threads. | Subv | 1 | -2/+6 |
2018-05-19 | SVC: Removed unused WaitSynchronization1 function | Subv | 1 | -30/+0 |
2018-05-18 | rename fatal:u functions & add ThrowFatal | greggameplayer | 1 | -2/+3 |
2018-05-18 | Properly update fatal.h void name | greggameplayer | 1 | -2/+2 |
2018-05-18 | Properly rename fatal module functions | greggameplayer | 1 | -2/+2 |
2018-05-17 | Added RequestWithContext & ControlWithContext | David Marcec | 3 | -1/+7 |
2018-05-13 | Updated nfp with more service names | Hexagon12 | 1 | -24/+24 |
2018-05-11 | More accurate GetTPCMasks impl | David Marcec | 2 | -4/+8 |
2018-05-11 | core: Add several missing docstrings. | bunnei | 1 | -0/+8 |
2018-05-11 | thread: Rename mask to affinity_masks. | bunnei | 3 | -4/+4 |
2018-05-11 | core: Run all CPU cores separately, even in single-thread mode. | bunnei | 2 | -13/+23 |
2018-05-11 | thread: Support core change on ResumeFromWait and improve ChangeCore. | bunnei | 1 | -37/+68 |
2018-05-11 | scheduler: Protect scheduling functions with a global mutex. | bunnei | 2 | -0/+18 |
2018-05-11 | thread: Initialize ideal_core and mask members. | bunnei | 1 | -0/+2 |
2018-05-11 | threading: Reschedule only on cores that are necessary. | bunnei | 4 | -3/+10 |
2018-05-11 | svc: Implement GetThreadCoreMask and SetThreadCoreMask. | bunnei | 1 | -7/+22 |
2018-05-11 | thread: Implement ChangeCore function. | bunnei | 2 | -1/+58 |
2018-05-11 | svc: SignalProcessWideKey should apply to all cores. | bunnei | 1 | -43/+50 |
2018-05-11 | svc: Implement GetCurrentProcessorNumber. | bunnei | 1 | -2/+2 |
2018-05-11 | core: Add a configuration setting for use_multi_core. | bunnei | 5 | -17/+39 |
2018-05-11 | core: Support session close with multicore. | bunnei | 4 | -16/+47 |
2018-05-11 | core: Implement multicore support. | bunnei | 11 | -75/+110 |
2018-05-11 | core: Create a thread for each CPU core, keep in lock-step with a barrier. | bunnei | 4 | -18/+94 |
2018-05-11 | core: Move common CPU core things to its own class. | bunnei | 5 | -58/+135 |
2018-05-07 | Stubs for QLaunch (#428) | Hexagon12 | 4 | -5/+221 |
2018-05-07 | hid: Tweaks, Analog Sticks (#435) | Max Thomas | 3 | -68/+224 |
2018-05-03 | memory_hook: Default virtual destructor in the cpp file | Lioncash | 3 | -1/+13 |
2018-05-03 | core_timing: Don't include the log header in core timing's header | Lioncash | 2 | -48/+55 |
2018-05-02 | general: Make formatting of logged hex values more straightforward | Lioncash | 28 | -103/+104 |
2018-05-02 | ipc: Add support for PopIpcInterface() method. | bunnei | 4 | -0/+23 |
2018-05-01 | GetSharedFontInOrderOfPriority (#381) | David | 4 | -24/+54 |
2018-05-01 | GPU: Don't write to invalid memory locations when handling ioctls that don't have an output. | Subv | 2 | -5/+0 |
2018-04-30 | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | 9 | -14/+18 |
2018-04-30 | string_util: Remove StringFromFormat() and related functions | Lioncash | 2 | -4/+3 |
2018-04-29 | am: Fix GetDesiredLanguage implementation. | bunnei | 1 | -2/+4 |
2018-04-29 | set: Fix GetAvailableLanguageCodes implementation. | bunnei | 2 | -6/+45 |
2018-04-27 | core: Replace usages of LOG_GENERIC with new fmt-capable equivalents | Lioncash | 3 | -6/+4 |
2018-04-27 | general: Convert assertion macros over to be fmt-compatible | Lioncash | 11 | -27/+26 |
2018-04-27 | Switched to NGLOG_WARNING | David Marcec | 3 | -4/+4 |
2018-04-26 | Added PREPO to logging backend, Removed comments from SaveReportWithUser | David Marcec | 2 | -13/+2 |
2018-04-26 | core: Replace remaining old non-generic logger usages with fmt-capable equivalents | Lioncash | 6 | -28/+28 |
2018-04-26 | core/gdbstub: Move logging macros to new fmt-compatible ones | Lioncash | 1 | -38/+37 |
2018-04-26 | core/hw: Move logging macros over to fmt-capable ones | Lioncash | 2 | -8/+10 |
2018-04-26 | kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissions() | Lioncash | 1 | -1/+1 |
2018-04-26 | kernel: Migrate logging macros to fmt-compatible ones | Lioncash | 11 | -106/+109 |
2018-04-25 | Memory: Added a missing shortcut for Memory::CopyBlock for the current process. | Subv | 1 | -0/+4 |
2018-04-25 | file-sys: convert a StringFromFormat call into fmt::format in GetFullPath() | Lioncash | 1 | -4/+1 |
2018-04-25 | file-sys: Move logging macros over to the new fmt-capable ones | Lioncash | 8 | -64/+58 |
2018-04-25 | core/memory: Amend address widths in asserts | Lioncash | 1 | -2/+2 |
2018-04-25 | core/memory: Move logging macros over to new fmt-capable ones | Lioncash | 1 | -22/+24 |
2018-04-25 | Service/PCTL: convert to module, add services, stub | mailwl | 7 | -39/+71 |
2018-04-25 | gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. | bunnei | 2 | -17/+50 |
2018-04-25 | loader: Move old logging macros over to new fmt-capable ones | Lioncash | 5 | -26/+25 |
2018-04-24 | service: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -5/+5 |
2018-04-24 | vi: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -26/+27 |
2018-04-24 | time: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -12/+12 |
2018-04-24 | ssl: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -3/+3 |
2018-04-24 | spl: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -1/+1 |
2018-04-24 | sockets: Move logging macros over to new fmt-compatible ones | Lioncash | 2 | -7/+8 |
2018-04-24 | sm: Move logging macros over to new fmt-compatible ones | Lioncash | 2 | -9/+8 |
2018-04-24 | set: Move logging macros over to new fmt-compatible ones | Lioncash | 2 | -2/+2 |
2018-04-24 | pctl: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -1/+1 |
2018-04-24 | nvflinger: Move logging macros over to new fmt-compatible ones | Lioncash | 2 | -3/+3 |
2018-04-24 | nvdrv: Move logging macros over to new fmt-compatible ones | Lioncash | 7 | -60/+61 |
2018-04-24 | ns: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -6/+6 |
2018-04-24 | nifm: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -11/+11 |
2018-04-24 | nfp: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -1/+1 |
2018-04-24 | lm: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -6/+6 |
2018-04-24 | hid: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -25/+25 |
2018-04-24 | friend: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -1/+1 |
2018-04-24 | filesystem: Move logging macros over to new fmt-compatible ones | Lioncash | 2 | -30/+29 |
2018-04-24 | fatal: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -2/+2 |
2018-04-24 | audio: Move logging macros over to new fmt-compatible ones | Lioncash | 2 | -21/+21 |
2018-04-24 | apm: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -3/+3 |
2018-04-24 | aoc: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -2/+2 |
2018-04-24 | am: Move logging macros over to new fmt-compatible ones | Lioncash | 3 | -50/+50 |
2018-04-24 | acc: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -10/+10 |
2018-04-24 | Service/FS: implement IFileSystem::RenameFile | mailwl | 6 | -8/+36 |
2018-04-23 | Kernel: Implemented mutex priority inheritance. | Subv | 4 | -10/+94 |
2018-04-23 | NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already been allocated. | Subv | 1 | -0/+10 |
2018-04-23 | Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command. | Subv | 2 | -0/+47 |
2018-04-23 | Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers. | Subv | 5 | -5/+5 |
2018-04-23 | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. | David Marcec | 9 | -25/+63 |
2018-04-22 | lioncash proposed changes | David | 1 | -2/+2 |
2018-04-22 | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) | David Marcec | 11 | -11/+109 |
2018-04-21 | Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs | Subv | 3 | -3/+3 |
2018-04-21 | Qt: Update the WaitTree widget to show info about the current mutex of each thread. | Subv | 3 | -8/+8 |
2018-04-21 | Kernel: Remove unused ConditionVariable class. | Subv | 6 | -150/+0 |
2018-04-21 | Kernel: Remove old and unused Mutex code. | Subv | 4 | -209/+3 |
2018-04-21 | Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKey | Subv | 1 | -83/+46 |
2018-04-21 | Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. | Subv | 6 | -22/+126 |
2018-04-21 | core: Relocate g_service_manager to the System class | Lioncash | 6 | -38/+66 |
2018-04-21 | resource_limit: Make ResourceTypes an enum class | Lioncash | 3 | -38/+38 |
2018-04-20 | math_util: Remove the Clamp() function | Lioncash | 1 | -1/+2 |
2018-04-20 | common_funcs: Remove ARRAY_SIZE macro | Lioncash | 1 | -1/+2 |
2018-04-20 | service: Use nested namespace specifiers where applicable | Lioncash | 136 | -570/+273 |
2018-04-20 | vi: Remove redundant initializers in the constructors | Lioncash | 1 | -9/+5 |
2018-04-20 | disk_filesystem: Remove unused total_entries_in_directory member from Disk_Directory | Lioncash | 1 | -1/+0 |
2018-04-20 | disk_filesystem: Remove redundant initializer in Disk_Directory's constructor | Lioncash | 1 | -1/+1 |
2018-04-20 | disk_filesystem: Make constructors explicit where applicable | Lioncash | 1 | -2/+2 |
2018-04-19 | nvflinger: Call MicroProfileFlip on NVFlinger::Compose. | bunnei | 1 | -0/+3 |
2018-04-17 | Service/VI: stub SetLayerVisibility, fix GetDisplayResolution output | mailwl | 1 | -7/+27 |
2018-04-17 | file_sys: Use NGLOG | shinyquagsire23 | 1 | -5/+5 |
2018-04-17 | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 | 13 | -11/+207 |
2018-04-16 | file_sys: tweaks | shinyquagsire23 | 2 | -6/+7 |
2018-04-16 | file_sys: Add HFS/PFS helper component | shinyquagsire23 | 3 | -0/+213 |
2018-04-15 | pl_u: Use empty shared font if none is available. | bunnei | 1 | -17/+14 |
2018-04-15 | fsp_srv: Implement DeleteFile. | bunnei | 6 | -9/+27 |
2018-04-15 | vm_manager: Increase GetTotalMemoryUsage value. | bunnei | 1 | -1/+1 |
2018-04-15 | fsp_srv: Implement IFile::Flush. | bunnei | 1 | -1/+9 |
2018-04-13 | Fixed normal params in GetDisplayResolution | Hexagon12 | 1 | -1/+1 |
2018-04-13 | Stubbed out GetPlayerLedPattern | Hexagon12 | 1 | -1/+7 |
2018-04-11 | Service/SSL: update service according switchbrew | mailwl | 2 | -1/+98 |
2018-04-11 | Various fixes and clang | Hexagon12 | 6 | -115/+108 |
2018-04-10 | Decimal change | Hexagon12 | 1 | -4/+4 |
2018-04-10 | Updated pctl:a with new service names. | Hexagon12 | 1 | -4/+101 |
2018-04-10 | Updated nvmemp with new service names. | Hexagon12 | 1 | -4/+4 |
2018-04-10 | Updated nvdrv with more service names. | Hexagon12 | 1 | -0/+7 |
2018-04-10 | Updated pl:u with more service names. | Hexagon12 | 1 | -1/+3 |
2018-04-10 | Updated hid with more service names. | Hexagon12 | 1 | -0/+50 |
2018-04-10 | Updated friend:u with more service names. | Hexagon12 | 1 | -1/+2 |
2018-04-10 | Updated the unknown name | Hexagon12 | 1 | -1/+1 |
2018-04-10 | Updated friend:a with more service names. | Hexagon12 | 1 | -1/+2 |
2018-04-10 | Updated fsp-srv with more service names. | Hexagon12 | 1 | -4/+102 |
2018-04-10 | Updated CodecCtl with more service names. | Hexagon12 | 1 | -3/+3 |
2018-04-10 | Updated audren with more service names. | Hexagon12 | 1 | -10/+14 |
2018-04-10 | Updated audrec with more service names. | Hexagon12 | 1 | -7/+9 |
2018-04-10 | Updated audout with more service names. | Hexagon12 | 1 | -13/+16 |
2018-04-10 | Updated audin with more service names. | Hexagon12 | 1 | -9/+16 |
2018-04-10 | Updated AOC with more service names. | Hexagon12 | 1 | -0/+1 |
2018-04-10 | Updated AppletOE with more service names. | Hexagon12 | 1 | -0/+1 |
2018-04-10 | Updated AppletAE with more service names. | Hexagon12 | 1 | -0/+1 |
2018-04-10 | Updated AM with more service names. | Hexagon12 | 1 | -2/+82 |
2018-04-10 | Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services | mailwl | 11 | -127/+342 |
2018-04-07 | Fix spelling of Initialize | James Rowe | 2 | -3/+3 |
2018-04-06 | core, main.h: Abort on 32Bit ROMs (#309) | N00byKing | 4 | -0/+11 |
2018-04-03 | svc: Stub out SetThreadActivity, GetThreadContext. | bunnei | 2 | -2/+19 |
2018-04-03 | audren_u: Stub out GetActiveAudioDeviceName. | bunnei | 1 | -1/+13 |
2018-04-03 | audout_u: Implement GetAudioOutState. | bunnei | 1 | -1/+8 |
2018-04-03 | nifm: GetResult does not return a data field. | bunnei | 1 | -2/+1 |
2018-04-03 | vi: Implement GetDisplayResolution. | bunnei | 2 | -0/+26 |
2018-04-03 | shared_memory: Remove incorrect 3ds-specific check. | bunnei | 1 | -12/+0 |
2018-04-03 | service: Add friend:u interface. | bunnei | 4 | -0/+41 |
2018-04-03 | deconstructed_rom_directory.cpp: Fix Typo | N00byKing | 1 | -1/+1 |
2018-04-02 | externals: Update fmt to 4d35f94 | Daniel Lim Wee Soong | 1 | -6/+6 |
2018-04-01 | hid: Write empty touch screen state. | bunnei | 1 | -5/+21 |
2018-04-01 | hle_ipc, fsp_srv: Cleanup logging. | bunnei | 2 | -3/+3 |
2018-03-31 | hid: Stub out GetSupportedNpadStyleSet. | bunnei | 1 | -0/+8 |
2018-03-31 | hle_ipc: Do not ensure write buffer size. | bunnei | 1 | -2/+5 |
2018-03-31 | fsp_srv: Implement GetSize and SetSize. | bunnei | 2 | -4/+24 |
2018-03-31 | memory: Fix stack region. | bunnei | 6 | -10/+12 |
2018-03-30 | audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. | bunnei | 1 | -8/+36 |
2018-03-30 | svc: Stub GetThreadCoreMask. | bunnei | 2 | -3/+26 |
2018-03-30 | service: Add NFP module interface. | bunnei | 6 | -0/+99 |
2018-03-29 | result: Check against self-assignment in ResultVal's copy assignment operator | Lioncash | 1 | -0/+3 |
2018-03-27 | telemetry_session.h: Reword Documentation Comment from citra to yuzu | N00byKing | 1 | -2/+2 |
2018-03-27 | Change Telemetry Names to yuzu | N00byKing | 1 | -2/+2 |
2018-03-27 | settings: Remove unused CpuCore class. | bunnei | 1 | -5/+0 |
2018-03-27 | config: Use simplified checkbox (from Citra) for CPU JIT. | bunnei | 3 | -10/+7 |
2018-03-27 | config: Rename is_docked to use_docked_mode to be consistent with other config bools. | bunnei | 2 | -6/+6 |
2018-03-27 | config: Add setting for whether the system is docked or not. | bunnei | 2 | -2/+9 |
2018-03-27 | memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock. | bunnei | 1 | -4/+8 |
2018-03-27 | memory: Add RasterizerMarkRegionCached code and cleanup. | bunnei | 2 | -200/+195 |
2018-03-25 | Service/sockets: add bsd:s, nsd:a, nsd:u services | mailwl | 8 | -32/+96 |
2018-03-25 | audren_u: Fix GetAudioDevice. | bunnei | 2 | -7/+48 |
2018-03-25 | hid: Stub out SetNpadJoyAssignmentModeDual. | bunnei | 1 | -1/+7 |
2018-03-25 | pl_u: Add RequestLoad. | bunnei | 2 | -0/+11 |
2018-03-25 | GPU: Make the debug_context variable a member of the frontend instead of a global. | Subv | 1 | -0/+11 |
2018-03-24 | arm_dynarmic: Fix timing | MerryMage | 1 | -7/+3 |
2018-03-23 | renderer_opengl: Fixes for properly flushing & rendering the framebuffer. | bunnei | 1 | -6/+0 |
2018-03-23 | memory: Fix typo in RasterizerFlushVirtualRegion. | bunnei | 1 | -3/+3 |
2018-03-23 | FS: Move the file open mode calculation to a separate function. | Subv | 1 | -7/+14 |
2018-03-23 | memory: RasterizerFlushVirtualRegion should also check process image region. | bunnei | 1 | -0/+1 |
2018-03-23 | rasterizer: Flush and invalidate regions should be 64-bit. | bunnei | 2 | -3/+3 |
2018-03-23 | renderer_opengl: Better handling of framebuffer transform flags. | bunnei | 2 | -3/+3 |
2018-03-23 | Service/SSL: add ssl service | mailwl | 4 | -0/+43 |
2018-03-23 | nvdisp_disp0: Always flush and invalidate framebuffer region. | bunnei | 1 | -0/+7 |
2018-03-23 | memory: Port RasterizerFlushVirtualRegion from Citra. | bunnei | 2 | -1/+58 |
2018-03-23 | video_core: Move FramebufferInfo to FramebufferConfig in GPU. | bunnei | 1 | -3/+3 |
2018-03-22 | Remove more N3DS References | N00byKing | 2 | -20/+0 |