citra/src
Lioncash a1b26db389 common/math_util: Provide a template deduction guide for Common::Rectangle
Allows for things such as:

auto rect = Common::Rectangle{0, 0, 0, 0};

as opposed to being required to explicitly write out the underlying
type, such as:

auto rect = Common::Rectangle<int>{0, 0, 0, 0};

The only requirement for the deduction is that all constructor arguments
be the same type.
2019-06-01 02:10:36 +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 core: Namespace EmuWindow 2019-04-21 14:16:16 +02:00
citra_qt Check input profile name for duplicates in New/Rename (#4779) 2019-05-24 15:28:59 -06:00
common common/math_util: Provide a template deduction guide for Common::Rectangle 2019-06-01 02:10:36 +02:00
core Merge pull request #4747 from MerryMage/copyblock 2019-05-07 09:34:02 -04:00
dedicated_room Fix getopt on systems where char is unsigned by default 2019-03-15 23:19:24 +00:00
input_common Port various minor changes from yuzu PRs (#4725) 2019-05-01 14:28:49 +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 video_core: Fix fragment_shader compilation failure due to different type variable multiplication 2019-05-19 14:45:41 +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 android: move cmakelist 2019-01-15 19:24:03 -06:00