| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | control_metadata: Correct typo in language name (Portugese -> Portuguese) | 2018-11-27 | 1 | -7/+17 | ||
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #1804 from lioncash/cast | 2018-11-26 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | gdbstub: Silence value truncation warning within FpuWrite() | 2018-11-26 | 1 | -1/+1 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | svc: Implement svcSetResourceLimitLimitValue() | 2018-11-26 | 1 | -1/+36 | ||
| * | | | | | | svc: Implement svcGetResourceLimitCurrentValue() | 2018-11-26 | 1 | -16/+49 | ||
| * | | | | | | svc: Implement svcGetResourceLimitLimitValue() | 2018-11-26 | 2 | -2/+33 | ||
| * | | | | | | svc: Implement svcCreateResourceLimit() | 2018-11-26 | 2 | -1/+27 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1793 from lioncash/ref | 2018-11-25 | 2 | -2/+2 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | service/sm: Take std::string by const reference in UnregisterService | 2018-11-24 | 2 | -2/+2 | ||
| | |/ / / | ||||||
| * | | | | svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo | 2018-11-25 | 1 | -1/+2 | ||
| * | | | | Merge pull request #1791 from bunnei/nvdrv-stub | 2018-11-24 | 2 | -2/+18 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. | 2018-11-23 | 2 | -2/+18 | ||
| * | | | | Merge pull request #1641 from DarkLordZach/sm-register-unregister | 2018-11-23 | 2 | -2/+55 | ||
| |\ \ \ \ | ||||||
| | * | | | | sm: Implement RegisterService and UnregisterService | 2018-11-03 | 2 | -2/+55 | ||
| * | | | | | Merge pull request #1731 from DarkLordZach/change-dir-crash | 2018-11-23 | 2 | -0/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | filesystem: Clear registered union paths on factory creation | 2018-11-18 | 2 | -0/+6 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #1692 from Hedges/GDBClean | 2018-11-23 | 1 | -37/+86 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | GDBStub improvements: | 2018-11-13 | 1 | -37/+86 | ||
| * | | | | | | Merge pull request #1708 from ogniK5377/res-scale | 2018-11-23 | 2 | -13/+31 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Removed hard coded values for width and height | 2018-11-19 | 1 | -2/+4 | ||
| | * | | | | | | Report resolution scaling support for vi and am | 2018-11-16 | 2 | -13/+29 | ||
| * | | | | | | | Merge pull request #1747 from DarkLordZach/exefs-lfs | 2018-11-23 | 2 | -2/+48 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | patch_manager: Show LayeredExeFS patch in add-ons column | 2018-11-20 | 1 | -3/+14 | ||
| | * | | | | | | patch_manager: Apply LayeredExeFS patches | 2018-11-20 | 1 | -0/+25 | ||
| | * | | | | | | settings: Add option to dump ExeFS of games upon launch | 2018-11-20 | 2 | -0/+10 | ||
| * | | | | | | | Merge pull request #1770 from DarkLordZach/applet-stub | 2018-11-23 | 4 | -4/+102 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | am: Return StubApplet instead of nullptr when AppletId not found | 2018-11-22 | 3 | -11/+11 | ||
| | * | | | | | | | applets: Add StubApplet | 2018-11-21 | 3 | -0/+98 | ||
| * | | | | | | | | Merge pull request #1777 from lioncash/core-mgr | 2018-11-23 | 4 | -97/+225 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core: Relocate CPU core management to its own class | 2018-11-22 | 4 | -97/+225 | ||
| * | | | | | | | | | Merge pull request #1762 from bunnei/getgputime | 2018-11-23 | 2 | -0/+19 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | nvhost_ctrl_gpu: Implement IoctlGetGpuTime. | 2018-11-21 | 2 | -0/+19 | ||
| * | | | | | | | | | | debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) | 2018-11-22 | 1 | -2/+3 | ||
| * | | | | | | | | | | Merge pull request #1765 from bunnei/multi-audout | 2018-11-22 | 2 | -9/+22 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | audout_u: Add support for multiple IAudioOut streams. | 2018-11-22 | 2 | -9/+22 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1767 from lioncash/handle | 2018-11-21 | 2 | -12/+14 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | kernel/handle_table: Move private static functions into the cpp file | 2018-11-21 | 2 | -7/+9 | ||
| | * | | | | | | | | kernel/handle_table: Restrict handle table size to 1024 entries | 2018-11-21 | 1 | -5/+2 | ||
| | * | | | | | | | | kernel/handle_table: Default destructor in the cpp file | 2018-11-21 | 2 | -0/+3 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1742 from lioncash/hle-swkbd | 2018-11-21 | 5 | -44/+63 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | am/applets: Make the applet data broker part of the applet itself. | 2018-11-20 | 5 | -31/+36 | ||
| | * | | | | | | | am/applets: Replace includes with forward declarations where applicable | 2018-11-20 | 2 | -2/+9 | ||
| | * | | | | | | | am/applets: Relocate comments above the relevant data member in AppletDataBroker | 2018-11-20 | 1 | -11/+18 | ||
| * | | | | | | | | am: Correct build failure | 2018-11-20 | 1 | -2/+2 | ||
| * | | | | | | | | Merge pull request #1734 from lioncash/shared | 2018-11-20 | 3 | -29/+45 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/shared_memory: Make Map() and Unmap() take the target process by refer... | 2018-11-19 | 3 | -12/+12 | ||
| | * | | | | | | | | kernel/shared_memory: Add a const qualified member function overload for GetP... | 2018-11-19 | 2 | -1/+12 | ||
| | * | | | | | | | | kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet | 2018-11-19 | 2 | -2/+2 | ||
| | * | | | | | | | | kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 | 2018-11-19 | 2 | -2/+2 | ||
| | * | | | | | | | | kernel/shared_memory: Make data members private | 2018-11-19 | 1 | -12/+17 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||