aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-04-24Merge pull request #388 from bunnei/refactor-rasterizer-cachebunnei
2018-04-24gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.bunnei
2018-04-24loader: Move old logging macros over to new fmt-capable onesLioncash
2018-04-24service: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24vi: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24time: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24ssl: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24spl: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24sockets: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24sm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24set: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24pctl: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24nvflinger: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24ns: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24nifm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24nfp: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24lm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24hid: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24friend: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24filesystem: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24fatal: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24audio: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24apm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24aoc: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24acc: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl
2018-04-23Merge pull request #370 from Subv/sync_primitivesbunnei
2018-04-23Merge pull request #384 from Subv/nvhost-remapbunnei
2018-04-23Kernel: Implemented mutex priority inheritance.Subv
2018-04-23NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...Subv
2018-04-23Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv
2018-04-20Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsSubv
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each t...Subv
2018-04-20Kernel: Remove unused ConditionVariable class.Subv
2018-04-20Kernel: Remove old and unused Mutex code.Subv
2018-04-20Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKeySubv
2018-04-20Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.Subv
2018-04-20Merge pull request #372 from lioncash/enumbunnei
2018-04-20core: Relocate g_service_manager to the System classLioncash
2018-04-20resource_limit: Make ResourceTypes an enum classLioncash
2018-04-20Merge pull request #340 from mailwl/vi-updatebunnei
2018-04-20Merge pull request #367 from lioncash/clampbunnei
2018-04-20math_util: Remove the Clamp() functionLioncash
2018-04-20Merge pull request #360 from lioncash/namespacesbunnei
2018-04-20Merge pull request #363 from lioncash/array-sizebunnei
2018-04-19common_funcs: Remove ARRAY_SIZE macroLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash