citra/src
Lioncash e88a9ace8d yuzu/CMakeLists: Disable implicit QString->QUrl conversions
Enforces the use of the proper URL resolution functions. e.g.

url = some_local_path_string;

should actually be:

url = QUrl::fromLocalPath(some_local_path_string);

etc.

This makes it harder to cause bugs when operating with both strings and
URLs at the same time.
2019-07-04 15:39:00 +02:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core audio_core: dsp_hle: use better f32 to s16... 2019-05-01 15:58:26 -06:00
citra Port yuzu-emu/yuzu#2511: "common/file_util: Minor cleanup" (#4782) 2019-06-08 00:23:57 +02:00
citra_qt yuzu/CMakeLists: Disable implicit QString->QUrl conversions 2019-07-04 15:39:00 +02:00
common Port yuzu-emu/yuzu#2511: "common/file_util: Minor cleanup" (#4782) 2019-06-08 00:23:57 +02:00
core Merge pull request #4760 from wwylele/csnd 2019-06-30 23:24:27 -04:00
dedicated_room Fix getopt on systems where char is unsigned by default 2019-03-15 23:19:24 +00:00
input_common input_common/sdl/sdl_impl: Silence sign conversion warnings 2019-06-01 02:10:46 +02:00
network general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
tests kernel/server_session: Return a std::pair from CreateSessionPair() 2019-04-15 21:46:57 +02:00
video_core pica: move global shader buffer state into Pica::State (#4796) 2019-06-20 00:39:08 +02:00
web_service core, web_service: Check for error when registering rooms 2019-04-20 12:50:14 +08:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Merge pull request #4806 from FearlessTobi/port-2450 2019-06-25 21:25:37 -04:00