| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | loader/nso: Set main code region in VMManager | 2019-03-04 | 3 | -2/+21 | ||
| | * | | | | | | | vm_manager: Add support for storing and getting main code region | 2019-03-04 | 2 | -0/+28 | ||
| | * | | | | | | | patch_manager: Display cheats in game list add-ons | 2019-03-04 | 1 | -0/+2 | ||
| | * | | | | | | | patch_manager: Add support for loading cheats lists | 2019-03-04 | 2 | -0/+56 | ||
| | * | | | | | | | controllers/npad: Add accessor for current press state | 2019-03-04 | 1 | -0/+1 | ||
| * | | | | | | | | Merge pull request #2090 from FearlessTobi/port-4599 | 2019-03-20 | 6 | -96/+96 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | remove all occurance of specifying endianness inside BitField | 2019-02-06 | 6 | -96/+96 | ||
| * | | | | | | | | | Merge pull request #2262 from lioncash/enum | 2019-03-20 | 2 | -2/+15 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | file_sys/content_archive: Amend name of Data_Unknown5 enum entry | 2019-03-19 | 2 | -2/+15 | ||
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2268 from lioncash/codeset | 2019-03-20 | 8 | -45/+111 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | kernel/process: Make MapSegment lambda reference parameter const | 2019-03-20 | 1 | -1/+1 | ||
| | * | | | | | | | | kernel: Move CodeSet structure to its own source files | 2019-03-20 | 8 | -44/+110 | ||
| * | | | | | | | | | Merge pull request #2267 from FernandoS27/fix-2238 | 2019-03-20 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix crash caused by 2238. | 2019-03-19 | 1 | -1/+2 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2224 from lioncash/opus | 2019-03-20 | 1 | -34/+48 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | hwopus: Leverage multistream API for decoding regular Opus packets | 2019-03-11 | 1 | -34/+48 | ||
| * | | | | | | | | | loader: Remove Linker class | 2019-03-19 | 3 | -185/+0 | ||
| * | | | | | | | | | loader: Remove Linker inheritance from NRO and NSO loaders | 2019-03-19 | 2 | -4/+4 | ||
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2258 from lioncash/am | 2019-03-18 | 2 | -13/+73 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/am: Add basic implementation of ChangeMainAppletMasterVolume | 2019-03-18 | 2 | -1/+29 | ||
| | * | | | | | | | | service/am: Unstub SetTransparentVolumeRate() | 2019-03-18 | 2 | -1/+17 | ||
| | * | | | | | | | | service/am: Unstub SetExpectedMasterVolume() | 2019-03-18 | 2 | -11/+27 | ||
| * | | | | | | | | | fsp_srv: Unstub SetCurrentProcess | 2019-03-18 | 2 | -1/+5 | ||
| * | | | | | | | | | Merge pull request #2238 from lioncash/thread | 2019-03-17 | 2 | -21/+41 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | kernel/thread: Expand documentation of nominal_priority and current_priority | 2019-03-15 | 2 | -3/+11 | ||
| | * | | | | | | | | kernel/thread: Make bracing consistent within UpdatePriority() | 2019-03-15 | 1 | -2/+4 | ||
| | * | | | | | | | | kernel/thread: Amend condition within UpdatePriority() | 2019-03-15 | 1 | -3/+3 | ||
| | * | | | | | | | | kernel/thread: Maintain priority ordering of added mutex waiting threads | 2019-03-15 | 1 | -14/+24 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2252 from bunnei/move-page-table | 2019-03-17 | 11 | -219/+91 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core: Move PageTable struct into Common. | 2019-03-16 | 11 | -219/+91 | ||
| * | | | | | | | | | Merge pull request #2249 from lioncash/ipc | 2019-03-16 | 1 | -0/+30 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ipc_helpers: Allow pushing and popping floating-point values | 2019-03-16 | 1 | -0/+30 | ||
| * | | | | | | | | | | Merge pull request #2245 from lioncash/unused-def | 2019-03-16 | 1 | -6/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | kernel/thread: Actually remove the definition of ExitCurrentThread() | 2019-03-16 | 1 | -6/+0 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2243 from bunnei/mem-simplify-cache | 2019-03-16 | 2 | -66/+21 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | memory: Simplify rasterizer cache operations. | 2019-03-16 | 2 | -66/+21 | ||
| * | | | | | | | | | | Merge pull request #2129 from FernandoS27/cntpct | 2019-03-16 | 3 | -2/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Corrections, documenting and fixes. | 2019-02-16 | 2 | -4/+3 | ||
| | * | | | | | | | | | Use u128 on Clock Cycles calculation. | 2019-02-15 | 3 | -6/+6 | ||
| | * | | | | | | | | | Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. | 2019-02-15 | 3 | -2/+13 | ||
| * | | | | | | | | | | Merge pull request #2242 from lioncash/thread-fn | 2019-03-16 | 4 | -33/+31 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread | 2019-03-15 | 2 | -8/+7 | ||
| | * | | | | | | | | | kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface | 2019-03-15 | 4 | -25/+24 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | gpu: Use host address for caching instead of guest address. | 2019-03-14 | 2 | -6/+10 | ||
| | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2230 from lioncash/global | 2019-03-14 | 2 | -8/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/process: Remove use of global system accessors | 2019-03-12 | 2 | -8/+9 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2226 from lioncash/private | 2019-03-13 | 4 | -14/+36 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/server_port: Make data members private | 2019-03-11 | 4 | -14/+36 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2223 from lioncash/error | 2019-03-13 | 3 | -19/+5 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core/hle/result: Remove now-unnecessary manually defined copy assignment oper... | 2019-03-10 | 1 | -5/+0 | ||