aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2018-04-20Merge pull request #367 from lioncash/clampbunnei
math_util: Remove the Clamp() function
2018-04-20math_util: Remove the Clamp() functionLioncash
C++17 adds clamp() to the standard library, so we can remove ours in favor of it.
2018-04-20Merge pull request #360 from lioncash/namespacesbunnei
service: Use nested namespace specifiers where applicable
2018-04-20Merge pull request #363 from lioncash/array-sizebunnei
common_funcs: Remove ARRAY_SIZE macro
2018-04-19common_funcs: Remove ARRAY_SIZE macroLioncash
C++17 has non-member size() which we can just call where necessary.
2018-04-19service: Use nested namespace specifiers where applicableLioncash
Tidies up namespace declarations
2018-04-19Merge pull request #358 from lioncash/explicitbunnei
disk_filesystem: Minor changes
2018-04-19vi: Remove redundant initializers in the constructorsLioncash
2018-04-19disk_filesystem: Remove unused total_entries_in_directory member from ↵Lioncash
Disk_Directory
2018-04-19disk_filesystem: Remove redundant initializer in Disk_Directory's constructorLioncash
2018-04-19disk_filesystem: Make constructors explicit where applicableLioncash
2018-04-18nvflinger: Call MicroProfileFlip on NVFlinger::Compose.bunnei
2018-04-17Merge pull request #341 from shinyquagsire23/pfs-hfs-implbunnei
file_sys: Add HFS/PFS helper component
2018-04-17file_sys: Use NGLOGshinyquagsire23
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12
* 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
2018-04-16file_sys: tweaksshinyquagsire23
2018-04-16file_sys: Add HFS/PFS helper componentshinyquagsire23
2018-04-15Merge pull request #338 from bunnei/unrequire-shared-fontbunnei
pl_u: Use empty shared font if none is available.
2018-04-15pl_u: Use empty shared font if none is available.bunnei
- Makes games work in lieu of shared_font.bin.
2018-04-15fsp_srv: Implement DeleteFile.bunnei
- Used by Binding of Isaac.
2018-04-14Merge pull request #332 from bunnei/fix-total-mem-usagebunnei
vm_manager: Increase GetTotalMemoryUsage value.
2018-04-14vm_manager: Increase GetTotalMemoryUsage value.bunnei
- Gets Binding of Isaac running.
2018-04-14fsp_srv: Implement IFile::Flush.bunnei
2018-04-13Merge pull request #323 from Hexagon12/stub-hidbunnei
Service/HID: Stubbed out GetPlayerLedPattern
2018-04-13Fixed normal params in GetDisplayResolutionHexagon12
2018-04-13Stubbed out GetPlayerLedPatternHexagon12
2018-04-13Merge pull request #319 from Hexagon12/service-name-fixbunnei
Various service name fixes - part 1
2018-04-11Service/SSL: update service according switchbrewmailwl
2018-04-11Various fixes and clangHexagon12
2018-04-10Decimal changeHexagon12
2018-04-10Updated pctl:a with new service names.Hexagon12
2018-04-10Updated nvmemp with new service names.Hexagon12
2018-04-10Updated nvdrv with more service names.Hexagon12
2018-04-10Updated pl:u with more service names.Hexagon12
2018-04-10Updated hid with more service names.Hexagon12
2018-04-10Updated friend:u with more service names.Hexagon12
2018-04-10Updated the unknown nameHexagon12
2018-04-10Updated friend:a with more service names.Hexagon12
2018-04-10Updated fsp-srv with more service names.Hexagon12
2018-04-10Updated CodecCtl with more service names.Hexagon12
2018-04-10Updated audren with more service names.Hexagon12
2018-04-10Updated audrec with more service names.Hexagon12
2018-04-10Updated audout with more service names.Hexagon12
2018-04-10Updated audin with more service names.Hexagon12
2018-04-10Updated AOC with more service names.Hexagon12
2018-04-10Updated AppletOE with more service names.Hexagon12
2018-04-10Updated AppletAE with more service names.Hexagon12
2018-04-10Updated AM with more service names.Hexagon12
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl
2018-04-07Fix spelling of InitializeJames Rowe