| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | input_common/sdl: Use a type alias to shorten declaration of GetPollers | 2019-03-18 | 3 | -11/+9 | ||
| * | | | | | | | | | | | | | | common/bit_util: Fix bad merge duplicating the copy constructor | 2019-03-20 | 1 | -2/+0 | ||
| * | | | | | | | | | | | | | | Merge pull request #2090 from FearlessTobi/port-4599 | 2019-03-20 | 10 | -134/+337 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Make bitfield assignment operator public | 2019-02-13 | 1 | -6/+2 | ||
| | * | | | | | | | | | | | | | | remove all occurance of specifying endianness inside BitField | 2019-02-06 | 6 | -96/+96 | ||
| | * | | | | | | | | | | | | | | common/bitfield: make it endianness-aware | 2019-02-06 | 3 | -3/+100 | ||
| | * | | | | | | | | | | | | | | common/swap: remove default value for swap type internal storage | 2019-02-06 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | | common/swap: use template and tag for LE/BE specification | 2019-02-06 | 1 | -39/+91 | ||
| | * | | | | | | | | | | | | | | common/swap: add swap template for enum | 2019-02-06 | 1 | -0/+52 | ||
| * | | | | | | | | | | | | | | | 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 #2273 from lioncash/guard | 2019-03-20 | 2 | -0/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | common/uint128: Add missing header guard | 2019-03-20 | 1 | -0/+2 | ||
| | * | | | | | | | | | | | | | | | common/uint128: Add missing top-file source text | 2019-03-20 | 2 | -0/+7 | ||
| | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | 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 | ||
| * | | | | | | | | | | | | | | | common/CMakeLists: Amend boost dependency | 2019-03-20 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | | | | 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 #2247 from lioncash/include | 2019-03-20 | 2 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | common/thread_queue_list: Remove unnecessary dependency on boost | 2019-03-16 | 2 | -4/+4 | ||
| * | | | | | | | | | | | | | | | | 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 | ||
| * | | | | | | | | | | | | | | | | | Merge pull request #2239 from FearlessTobi/port-4684 | 2019-03-20 | 1 | -3/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | frontend: qt: fix a freeze where if you click on entry in the game list too f... | 2019-03-15 | 1 | -3/+1 | ||
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #2264 from lioncash/linker | 2019-03-20 | 5 | -189/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | 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 | ||
| | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | | | | Fix getopt on systems where char is unsigned by default | 2019-03-19 | 1 | -2/+2 | ||
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | 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 | ||
| * | | | | | | | | | | | | | | | Merge pull request #2259 from lioncash/fsp | 2019-03-18 | 2 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | fsp_srv: Unstub SetCurrentProcess | 2019-03-18 | 2 | -1/+5 | ||
| * | | | | | | | | | | | | | | | | Merge pull request #2254 from lioncash/redundant | 2019-03-18 | 1 | -3/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | input_common/sdl_impl: Make lambda capture more specific in SDLState constructor | 2019-03-17 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | | | input_common/sdl_impl: Remove unnecessary std::chrono::duration construction | 2019-03-17 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | | | input_common/sdl_impl: Remove unused variable in SDLState constructor | 2019-03-17 | 1 | -1/+0 | ||
| | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | 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 | 16 | -171/+215 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | core: Move PageTable struct into Common. | 2019-03-16 | 16 | -171/+215 | ||
| * | | | | | | | | | | | | | | Merge pull request #2251 from bunnei/skip-zero-flush | 2019-03-17 | 1 | -0/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. | 2019-03-16 | 1 | -0/+6 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2249 from lioncash/ipc | 2019-03-16 | 1 | -0/+30 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||