citra/src
Ian Chamberlain 025913a734
Fix string_view constructor for macOS clang
Some versions of clang 14 (macOS+android) don't implement
`string_view(It first, It last)`, so let's use
`string_view(const CharT*, size_type)` instead.

Also remove unused header leftover from old code that uses std::string.
2023-04-11 10:06:08 -04:00
..
android Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
audio_core Implement app management support (suspend, resume, close, etc) (#6322) 2023-03-10 00:44:26 +01:00
citra Address review comments 2023-04-05 12:41:17 -04:00
citra_qt Rework system title handling with up-to-date title list and region detection support. (#6356) 2023-03-29 13:55:29 +02:00
common Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
core Fix string_view constructor for macOS clang 2023-04-11 10:06:08 -04:00
dedicated_room Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
input_common Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
network Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
tests build: Update to support multi-arch builds. 2023-01-07 01:09:32 -08:00
video_core Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
web_service Rework system title handling with up-to-date title list and region detection support. (#6356) 2023-03-29 13:55:29 +02:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00