aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
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
2018-04-02svc: Stub out SetThreadActivity, GetThreadContext.bunnei
2018-04-02audren_u: Stub out GetActiveAudioDeviceName.bunnei
2018-04-02audout_u: Implement GetAudioOutState.bunnei
2018-04-02nifm: GetResult does not return a data field.bunnei
2018-04-02vi: Implement GetDisplayResolution.bunnei
2018-04-02shared_memory: Remove incorrect 3ds-specific check.bunnei
2018-04-02service: Add friend:u interface.bunnei
2018-04-03externals: Update fmt to 4d35f94Daniel Lim Wee Soong
2018-04-02Merge pull request #297 from bunnei/hid-touch-statebunnei
2018-04-01hid: Write empty touch screen state.bunnei
2018-03-31hle_ipc, fsp_srv: Cleanup logging.bunnei
2018-03-31hid: Stub out GetSupportedNpadStyleSet.bunnei
2018-03-31hle_ipc: Do not ensure write buffer size.bunnei
2018-03-31fsp_srv: Implement GetSize and SetSize.bunnei
2018-03-31memory: Fix stack region.bunnei
2018-03-29audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei
2018-03-29svc: Stub GetThreadCoreMask.bunnei
2018-03-29service: Add NFP module interface.bunnei
2018-03-28result: Check against self-assignment in ResultVal's copy assignment operatorLioncash
2018-03-26config: Rename is_docked to use_docked_mode to be consistent with other confi...bunnei
2018-03-26config: Add setting for whether the system is docked or not.bunnei
2018-03-25Merge pull request #280 from bunnei/misc-service-fixesbunnei
2018-03-25Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl
2018-03-25audren_u: Fix GetAudioDevice.bunnei
2018-03-25hid: Stub out SetNpadJoyAssignmentModeDual.bunnei
2018-03-25pl_u: Add RequestLoad.bunnei
2018-03-23Merge pull request #265 from bunnei/tegra-progress-2bunnei
2018-03-23Merge pull request #255 from Subv/sd_cardbunnei
2018-03-23renderer_opengl: Fixes for properly flushing & rendering the framebuffer.bunnei
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei
2018-03-23Service/SSL: add ssl servicemailwl
2018-03-22nvdisp_disp0: Always flush and invalidate framebuffer region.bunnei
2018-03-22video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei
2018-03-22Service/spl: add module and servicesmailwl
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv
2018-03-21Service/vi: convert services to modulemailwl
2018-03-20Service: add fatal:u, fatal:p servicesmailwl
2018-03-19FS: Implemented IFileSystem's OpenDirectory function.Subv
2018-03-19FS: Added the IDirectory IPC interface and implemented its two functions.Subv
2018-03-19FS: Implement MountSdCard.Subv