| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-13 | "AudioRenderer" thread should have a unique name | David Marcec | |
| Creating multiple "AudioRenderer" threads cause the previous thread to be overwritten. The thread will name be renamed to AudioRenderer-InstanceX, where X is the current instance number. | |||
| 2019-07-11 | Merge pull request #2717 from SciresM/unmirror_memory | bunnei | |
| Restore memory perms on svcUnmapMemory/UnloadNro | |||
| 2019-07-11 | service/am: Implement IsAutoSleepDisabled | Lioncash | |
| This simply queries whether or not auto-sleep facilities are disabled and has no special handling. It's a basic getter function. | |||
| 2019-07-11 | service/am: Implement SetAutoSleepDisabled | Lioncash | |
| Provides a basic implementation of SetAutoSleepDisabled. Until idle handling is implemented, this is about the best we can do. In the meantime, provide a rough documenting of specifics that occur when this function is called on actual hardware. | |||
| 2019-07-11 | Restore memory perms on svcUnmapMemory/UnloadNro | Michael Scire | |
| Prior to PR, Yuzu did not restore memory to RW- on unmap of mirrored memory or unloading of NRO. (In fact, in the NRO case, the memory was unmapped instead of reprotected to --- on Load, so it was actually lost entirely...) This PR addresses that, and restores memory to RW- as it should. This fixes a crash in Super Smash Bros when creating a World of Light save for the first time, and possibly other games/circumstances. | |||
| 2019-07-10 | Merge pull request #2700 from ogniK5377/GetFriendList | bunnei | |
| IFriendService::GetFriendList | |||
| 2019-07-10 | Merge pull request #2611 from DarkLordZach/pm-info-cmd | bunnei | |
| pm: Implement various pm commands for finding process and title IDs | |||
| 2019-07-10 | Merge pull request #2650 from DarkLordZach/mii-iface-ver | bunnei | |
| mii: Implement IDatabaseService SetInterfaceVersion | |||
| 2019-07-10 | mii: Handle logging of unknown database source | Zach Hilman | |
| 2019-07-09 | IFriendService::GetFriendList | David Marcec | |
| We don't have any friends implemented in Yuzu yet so it doesn't make sense to return any friends. For now we'll be returning 0 friends however the information provided will allow a proper implementation of this cmd when needed. | |||
| 2019-07-08 | Merge pull request #2657 from ogniK5377/npad-assignments | Zach Hilman | |
| hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment | |||
| 2019-07-08 | addressed issues | David Marcec | |
| 2019-07-07 | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1 | bunnei | |
| apm: Initial implementation of performance config and boost mode | |||
| 2019-07-07 | Merge pull request #2642 from DarkLordZach/fsp-log-2 | bunnei | |
| fsp-srv: Implement Access Logging Functionality | |||
| 2019-07-07 | key_manager: Convert Ticket union to std::variant | Zach Hilman | |
| 2019-07-07 | es: Populate/synthesize tickets on construction | Zach Hilman | |
| 2019-07-07 | key_manager: Add structure for Ticket parsing | Zach Hilman | |
| 2019-07-07 | es: Implement ETicket GetPersonalizedTicketData (17) | Zach Hilman | |
| Copies the raw personal ticket data into the buffer provided. | |||
| 2019-07-07 | es: Implement ETicket GetCommonTicketData (16) | Zach Hilman | |
| Copies the raw common ticket data for the specified rights ID into the buffer provided. | |||
| 2019-07-07 | es: Implement ETicket GetPersonalizedTicketSize (15) | Zach Hilman | |
| Returns the size of the buffer needed to hold the personal ticket associated with the rights ID. | |||
| 2019-07-07 | es: Implement ETicket GetCommonTicketSize (14) | Zach Hilman | |
| Returns the size of the buffer needed to hold the common ticket associated with the rights ID. | |||
| 2019-07-07 | es: Implement ETicket ListPersonalizedTicket (12) | Zach Hilman | |
| Returns an application-specific number of entries of personal tickets, starting at offset 0. | |||
| 2019-07-07 | es: Implement ETicket ListCommonTicket (11) | Zach Hilman | |
| Returns an application specified count of entries of common tickets, starting at offset 0. | |||
| 2019-07-07 | es: Implement ETicket CountPersonalizedTicket (10) | Zach Hilman | |
| Returns the number of personalized (console/user-unique) tickets in the KeyManager. | |||
| 2019-07-07 | es: Implement ETicket CountCommonTicket (9) | Zach Hilman | |
| Returns the number of common (non-console-unique) tickets in the KeyManager. | |||
| 2019-07-07 | es: Implement ETicket GetTitleKey (8) | Zach Hilman | |
| Takes a rights ID as input and returns the associated title key, if it exists. | |||
| 2019-07-07 | es: Implement ETicket ImportTicket (1) | Zach Hilman | |
| Takes a ticket and certificate and installs it to the KeyManager. | |||
| 2019-07-06 | mii: Implement IDatabaseService SetInterfaceVersion | Zach Hilman | |
| Appears to set a member variable used to affect the API that games access, and the method used to store data. | |||
| 2019-07-06 | clang-format fixes | Michael Scire | |
| 2019-07-06 | am: Implement GetAccumulatedSuspendedTickValue | Michael Scire | |
| 2019-07-05 | NVServices: Correct delayed responses. | Fernando Sahmkow | |
| 2019-07-05 | Nv_Host_Ctrl: Correct difference calculation | Fernando Sahmkow | |
| 2019-07-05 | NVServices: Address Feedback | Fernando Sahmkow | |
| 2019-07-05 | NVServices: Styling, define constructors as explicit and corrections | Fernando Sahmkow | |
| 2019-07-05 | NVFlinger: Correct GCC compile error | Fernando Sahmkow | |
| 2019-07-05 | NVServices: Make NVEvents Automatic according to documentation. | Fernando Sahmkow | |
| 2019-07-05 | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. | Fernando Sahmkow | |
| 2019-07-05 | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, ↵ | Fernando Sahmkow | |
| mirroring hardware | |||
| 2019-07-05 | nvflinger: Make the force 30 fps still force 30 fps | Fernando Sahmkow | |
| 2019-07-05 | nv_services: Fixes to event liberation. | Fernando Sahmkow | |
| 2019-07-05 | nvflinger: Acquire buffers in the same order as they were queued. | Fernando Sahmkow | |
| 2019-07-05 | nv_services: Deglobalize NvServices | Fernando Sahmkow | |
| 2019-07-05 | nv_host_ctrl: Make Sync GPU variant always return synced result. | Fernando Sahmkow | |
| 2019-07-05 | nvhost_ctrl: Corrections to event handling | Fernando Sahmkow | |
| 2019-07-05 | Gpu: Mark areas as protected. | Fernando Sahmkow | |
| 2019-07-05 | nv_services: Stub CtrlEventSignal | Fernando Sahmkow | |
| 2019-07-05 | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | Fernando Sahmkow | |
| 2019-07-05 | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, ↵ | Fernando Sahmkow | |
| NvEventUnregister | |||
| 2019-07-05 | nv_services: Create GPU channels correctly | Fernando Sahmkow | |
| 2019-07-05 | video_core: Implement GPU side Syncpoints | Fernando Sahmkow | |
