yuzu/src/core/hle/service
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.
2018-04-03 02:49:58 +08:00
..
acc
am config: Rename is_docked to use_docked_mode to be consistent with other config bools. 2018-03-26 23:02:36 -04:00
aoc
apm
audio audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. 2018-03-29 21:23:24 -04:00
fatal Service: add fatal:u, fatal:p services 2018-03-20 16:59:02 +03:00
filesystem hle_ipc, fsp_srv: Cleanup logging. 2018-03-31 23:30:00 -04:00
friend
hid Merge pull request #297 from bunnei/hid-touch-state 2018-04-02 13:05:34 -04:00
lm
nfp service: Add NFP module interface. 2018-03-29 21:22:44 -04:00
nifm IGeneralService: fix function list 2018-03-16 16:34:12 +03:00
ns pl_u: Add RequestLoad. 2018-03-25 03:23:52 -04:00
nvdrv renderer_opengl: Fixes for properly flushing & rendering the framebuffer. 2018-03-23 15:49:04 -04:00
nvflinger renderer_opengl: Better handling of framebuffer transform flags. 2018-03-23 14:58:27 -04:00
pctl
set
sm
sockets Service/sockets: add bsd:s, nsd:a, nsd:u services 2018-03-25 12:41:00 +03:00
spl Service/spl: add module and services 2018-03-22 09:55:14 +03:00
ssl Service/SSL: add ssl service 2018-03-23 09:32:50 +03:00
time Clean Warnings (?) 2018-03-19 17:07:08 +01:00
vi Service/vi: convert services to module 2018-03-21 13:09:40 +03:00
service.cpp externals: Update fmt to 4d35f94 2018-04-03 02:49:58 +08:00
service.h