Lime3DS/src
LC f7aaa37bf2
archive: Make use of std::pair for OpenFileFromArchive (#5399)
* archive: Make use of std::pair for OpenFileFromArchive

The tuple only makes use of two elements, so we can use a pair to
simplify the number of underlying template instantiations that need to
be done, while also simplifying the surrounding code.

* archive: Simplify MakeResult calls

MakeResult can deduce the contained result type based off the type of
the variable being passed to it, so explicitly specifying it is a little
verbose.
2020-06-19 09:02:00 -05:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core Merge pull request #5402 from xperia64/update_teakra_sync 2020-06-11 22:41:01 +08:00
citra clang-format fix 2020-05-04 12:14:40 +02:00
citra_qt Merge pull request #5381 from zhaowenlan1779/swkbd-another-fix 2020-06-08 22:04:49 +08:00
common Merge pull request #5224 from FearlessTobi/port-3630 2020-05-13 18:28:01 +02:00
core archive: Make use of std::pair for OpenFileFromArchive (#5399) 2020-06-19 09:02:00 -05:00
dedicated_room Fix moderation by room host in dedicated rooms 2019-11-17 09:59:54 -05:00
input_common input_common: add TouchFromButtonDevice 2020-05-04 13:51:37 +03:00
network Merge branch 'master' into feature/savestates-2 2020-04-16 19:03:49 +01:00
tests Improve core timing accuracy (#5257) 2020-05-12 22:48:30 +02:00
video_core Avoid deadlock when stopping video dumping (#5407) 2020-06-18 18:20:57 -04:00
web_service HTTP_C::Implement Context::MakeRequest (#4754) 2020-02-21 19:04:04 +01:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00