6436 Commits (c4fe83a7bc302acbefe0eedee48eabc671d33964)

Author SHA1 Message Date
Zach Hilman 37a352e9d3 mii: Handle logging of unknown database source 7 years ago
David Marcec 0330f5d6f8 IFriendService::GetFriendList 7 years ago
Michael Scire 697206092e Prevent merging of device mapped memory blocks. 7 years ago
David Marcec 5234e08a0d addressed issues 7 years ago
Zach Hilman 50d5414075 key_manager: Convert Ticket union to std::variant 7 years ago
Zach Hilman d9ef20e5a5 es: Populate/synthesize tickets on construction 7 years ago
Zach Hilman f8718ae779 key_manager: Add structure for Ticket parsing 7 years ago
Zach Hilman b294b13584 es: Implement ETicket GetPersonalizedTicketData (17) 7 years ago
Zach Hilman c6a32dc077 es: Implement ETicket GetCommonTicketData (16) 7 years ago
Zach Hilman 44b0c19f6a es: Implement ETicket GetPersonalizedTicketSize (15) 7 years ago
Zach Hilman 35b617b57f es: Implement ETicket GetCommonTicketSize (14) 7 years ago
Zach Hilman 669a21babb es: Implement ETicket ListPersonalizedTicket (12) 7 years ago
Zach Hilman 5d6bf75296 es: Implement ETicket ListCommonTicket (11) 7 years ago
Zach Hilman 11f45e6015 es: Implement ETicket CountPersonalizedTicket (10) 7 years ago
Zach Hilman 71bc2182c2 es: Implement ETicket CountCommonTicket (9) 7 years ago
Zach Hilman 475a7a4446 es: Implement ETicket GetTitleKey (8) 7 years ago
Zach Hilman f15f73a555 es: Implement ETicket ImportTicket (1) 7 years ago
Zach Hilman e35fac2054 key_manager: Add accessors/helpers for ticket management 7 years ago
Zach Hilman 5275fd2789 key_manager: Add equality operator for RSAKeyPair 7 years ago
Michael Scire ca6f08e3b1 Remove unused member function declaration 7 years ago
Michael Scire ce64a9fab9 physmem: add helpers, cleanup logic. 7 years ago
Michael Scire b901cd584e clang-format fixes 7 years ago
Michael Scire 1689784c19 address review commentary 7 years ago
Michael Scire 13a8fde3ad Implement MapPhysicalMemory/UnmapPhysicalMemory 7 years ago
Lioncash 56c7912159 kernel/process: Allocate the process' TLS region during initialization 7 years ago
Lioncash eb6f55d880 kernel/process: Move main thread stack allocation to its own function 7 years ago
Zach Hilman a4ef86a021 mii: Implement IDatabaseService SetInterfaceVersion 7 years ago
Michael Scire 36259c01c2 clang-format fixes 7 years ago
Michael Scire 7fb7d3c218 am: Implement GetAccumulatedSuspendedTickValue 7 years ago
Lioncash 65c748fbd3 memory: Remove unused includes 7 years ago
Lioncash 63a5f48e7e memory: Remove unused PageTable forward declaration 7 years ago
Lioncash 2a9e388290 kernel/vm_manager: Rename 'new map' to 'stack' 7 years ago
Lioncash 313cc36fec kernel/vm_manager: Handle stack/TLS IO region placement better 7 years ago
Lioncash 48807e9a24 core/reporter: Allow moves into SaveToFile() 7 years ago
Lioncash 2321656dbe core/reporter: Add missing includes and forward declarations 7 years ago
Lioncash e721c344ae core/reporter: Remove unnecessary namespace qualifiers 7 years ago
Lioncash 6ec48af222 core/reporter: Remove pessimizing move in GetHLERequestContextData() 7 years ago
Lioncash f12eb40834 core/reporter: Make bracing consistent 7 years ago
Lioncash 7ad11e3867 core/reporter: Return in error case in SaveToFile() 7 years ago
Fernando Sahmkow 0fc98958a3 NVServices: Correct delayed responses. 7 years ago
Fernando Sahmkow 8c91d5c166 Nv_Host_Ctrl: Correct difference calculation 7 years ago
Fernando Sahmkow f3a39e0c9c NVServices: Address Feedback 7 years ago
Fernando Sahmkow d20ede40b1 NVServices: Styling, define constructors as explicit and corrections 7 years ago
Fernando Sahmkow b391e5f638 NVFlinger: Correct GCC compile error 7 years ago
Fernando Sahmkow 0335a25d1f NVServices: Make NVEvents Automatic according to documentation. 7 years ago
Fernando Sahmkow b6844bec60 NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. 7 years ago
Fernando Sahmkow 7d1b974bca GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware 7 years ago
Fernando Sahmkow 61697864c3 nvflinger: Make the force 30 fps still force 30 fps 7 years ago
Fernando Sahmkow efdeab3a1d nv_services: Fixes to event liberation. 7 years ago
Fernando Sahmkow ea97589624 nvflinger: Acquire buffers in the same order as they were queued. 7 years ago