| Age | Commit message (Collapse) | Author |
|
math_util: Remove the Clamp() function
|
|
C++17 adds clamp() to the standard library, so we can remove ours in
favor of it.
|
|
service: Use nested namespace specifiers where applicable
|
|
common_funcs: Remove ARRAY_SIZE macro
|
|
C++17 has non-member size() which we can just call where necessary.
|
|
Tidies up namespace declarations
|
|
disk_filesystem: Minor changes
|
|
|
|
Disk_Directory
|
|
|
|
|
|
|
|
file_sys: Add HFS/PFS helper component
|
|
|
|
* Updated ACC with more service names
* Updated SVC with more service names
* Updated set with more service names
* Updated sockets with more service names
* Updated SPL with more service names
* Updated time with more service names
* Updated vi with more service names
|
|
|
|
|
|
pl_u: Use empty shared font if none is available.
|
|
- Makes games work in lieu of shared_font.bin.
|
|
- Used by Binding of Isaac.
|
|
vm_manager: Increase GetTotalMemoryUsage value.
|
|
- Gets Binding of Isaac running.
|
|
|
|
Service/HID: Stubbed out GetPlayerLedPattern
|
|
|
|
|
|
Various service name fixes - part 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|