citra/src
hubslave 93fd55249b Fix build on platforms without std::string_view
json.hpp wants it, but it isn't always available. Rather than patch
json.hpp directly to remove the dependency, provide a json.h wrapper
header that subs in std::experimental::string_view using preprocessor
magic. All the consumers of json.hpp are in src/web_service, so the
wrapper header is placed there as well.
2018-03-02 18:15:45 +02:00
..
audio_core fixup! audio_core: Remove global state 2018-02-04 22:23:51 +00:00
citra Merge pull request #3069 from B3n30/announce_room_webservice 2018-02-08 18:46:10 +02:00
citra_qt Merge pull request #3322 from MerryMage/DSP 2018-02-19 09:08:37 -07:00
common Common: fix swap functions on Bitrig and OpenBSD 2018-02-22 23:29:43 +02:00
core externals: Update fmt to 4d35f94 2018-03-02 18:12:51 +02:00
input_common Variable tilt clamp (#3366) 2018-01-17 17:30:50 -05:00
network CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
tests tests: Remove HandleSpecialMapping test for DSP region 2018-02-03 15:15:17 +00:00
video_core citra-qt: Add customizable speed limit target (#3353) 2018-01-25 22:24:40 -07:00
web_service Fix build on platforms without std::string_view 2018-03-02 18:15:45 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt web_service: Add CMake flag to enable. 2017-07-11 18:33:41 -04:00