| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | Merge pull request #2234 from lioncash/mutex | 2019-03-21 | 5 | -29/+62 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | core/hle/kernel/mutex: Remove usages of global system accessors | 2019-03-14 | 1 | -11/+15 | ||
| | * | | | | | | | | | | | | | core/hle/kernel: Make Mutex a per-process class. | 2019-03-14 | 5 | -18/+47 | ||
| * | | | | | | | | | | | | | | Merge pull request #2274 from lioncash/include | 2019-03-21 | 1 | -3/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | core/memory: Remove unnecessary includes | 2019-03-21 | 1 | -3/+0 | ||
| | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2275 from lioncash/memflags | 2019-03-21 | 4 | -22/+20 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect... | 2019-03-21 | 4 | -22/+20 | ||
| | * | | | | | | | | | | | | | kernel/vm_manager: Amend flag values for CodeMutable | 2019-03-21 | 1 | -1/+1 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2276 from lioncash/am | 2019-03-21 | 1 | -1/+15 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | service/am: Add function table for IDebugFunctions | 2019-03-21 | 1 | -1/+15 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #1933 from DarkLordZach/cheat-engine | 2019-03-21 | 10 | -0/+813 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | vm_manager: Remove cheat-specific ranges from VMManager | 2019-03-05 | 10 | -77/+56 | ||
| | * | | | | | | | | | | | | core: Add support for registering and controlling ownership of CheatEngine | 2019-03-04 | 2 | -0/+13 | ||
| | * | | | | | | | | | | | | cheat_engine: Add parser and interpreter for game cheats | 2019-03-04 | 3 | -0/+715 | ||
| | * | | | | | | | | | | | | 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 #2260 from lioncash/sdl | 2019-03-21 | 3 | -12/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | input_common/sdl: Correct return values within implementations of GetPollers() | 2019-03-18 | 2 | -2/+6 | ||
| | * | | | | | | | | | | | | | 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 | ||
| * | | | | | | | | | | | | | | | Merge pull request #2272 from lioncash/boost | 2019-03-20 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | 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 | ||