bunnei
9eb485702f
service: Add friend:u interface.
8 years ago
Daniel Lim Wee Soong
c9845c486e
externals: Update fmt to 4d35f94
Versions prior to this didn't compile on OpenBSD due to unconditional
use of the non-standard strtod_l() function.
The fmt::MemoryWriter API has been removed in the intervening
versions, so replace its use with fmt::memory_buffer and fmt::format_to.
The library also no longer provides the fmt::fmt ALIAS, so define
it in externals/CMakeLists.txt.
8 years ago
bunnei
72b90494e7
hid: Write empty touch screen state.
8 years ago
bunnei
f4ba523992
hle_ipc, fsp_srv: Cleanup logging.
8 years ago
bunnei
b6b7d78ded
hid: Stub out GetSupportedNpadStyleSet.
8 years ago
bunnei
eef097bdc7
hle_ipc: Do not ensure write buffer size.
8 years ago
bunnei
88582b84a5
fsp_srv: Implement GetSize and SetSize.
8 years ago
bunnei
b27ab46bde
memory: Fix stack region.
8 years ago
bunnei
86095e62cc
audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.
8 years ago
bunnei
f6893969b3
svc: Stub GetThreadCoreMask.
8 years ago
bunnei
deaf6f9e35
service: Add NFP module interface.
service: Initialize NFP service.
Log: Add NFP service as a log subtype.
8 years ago
Lioncash
36e60c217a
result: Check against self-assignment in ResultVal's copy assignment operator
Avoids doing work that doesn't need to be done.
8 years ago
bunnei
5ecf152c8e
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
8 years ago
bunnei
12b05c719e
config: Add setting for whether the system is docked or not.
8 years ago
mailwl
692639e9b7
Service/sockets: add bsd:s, nsd:a, nsd:u services
8 years ago
bunnei
6f27edccb2
audren_u: Fix GetAudioDevice.
8 years ago
bunnei
bde3e667be
hid: Stub out SetNpadJoyAssignmentModeDual.
8 years ago
bunnei
868f7f18b9
pl_u: Add RequestLoad.
8 years ago
bunnei
054393917e
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
8 years ago
bunnei
ec4e1a3685
renderer_opengl: Better handling of framebuffer transform flags.
8 years ago
mailwl
9ee33350de
Service/SSL: add ssl service
8 years ago
bunnei
e12c2cf8c6
nvdisp_disp0: Always flush and invalidate framebuffer region.
- Workaround for texture forwarding until we have a better place.
8 years ago
bunnei
bfe45774f1
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
8 years ago
mailwl
95e747cd06
Service/spl: add module and services
8 years ago
Subv
eff3f60b73
FS: Implemented IFileSystem::CreateDirectory.
8 years ago
mailwl
6673ed1274
Service/vi: convert services to module
8 years ago
mailwl
dca7cfb9cf
Service: add fatal:u, fatal:p services
8 years ago
Subv
0485ee499f
FS: Implemented IFileSystem's OpenDirectory function.
Note that the filter parameter is not yet implemented.
8 years ago
Subv
21bac2d7d7
FS: Added the IDirectory IPC interface and implemented its two functions.
8 years ago
Subv
808704c78c
FS: Implement MountSdCard.
8 years ago
Subv
c4ca802b9d
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
8 years ago
N00byKing
1d8b6ad13b
Clang Fixes
8 years ago
N00byKing
d16e08454d
oops
8 years ago
N00byKing
0e72d0d826
More Warning cleanups
8 years ago
N00byKing
ef875d6a35
Clean Warnings (?)
8 years ago
bunnei
c1c92c30f9
vi: Remove DequeueBuffer and wait until next available buffer.
8 years ago
bunnei
c86af6939c
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
8 years ago
bunnei
2faa83ca13
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
8 years ago
bunnei
019f1a0cf0
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
8 years ago
bunnei
e353b9fb3d
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
8 years ago
bunnei
494275fd38
nvflinger: Remove superfluous buffer format check.
8 years ago
bunnei
cc6f22e0e4
process: MirrorMemory should use MemoryState::Mapped.
8 years ago
bunnei
e9a857ce82
process: Unmap previously allocated heap.
8 years ago
bunnei
403f8e79ea
arm_interface: Support unmapping previously mapped memory.
8 years ago
bunnei
34a29ad051
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
8 years ago
bunnei
8581404482
kernel: Move stack region outside of application heap.
8 years ago
bunnei
3923b0f589
process: Fix stack memory state.
8 years ago
bunnei
8be7131033
MemoryState: Add additional memory states and improve naming.
8 years ago
mailwl
fbfa7ddd62
IGeneralService: fix function list
8 years ago
mailwl
9289255314
Service/NIFM: stub cancel function
8 years ago