citra/src
Marshall Mohror bd7ee8c315
Common: remove a mod from AlignUp (#5441)
In cases where the size is not a known constant when inlining, AlignUp<std::size_t> currently generates two 64-bit div instructions.
This generates one div and a cmov which is significantly cheaper.
2020-07-07 16:39:23 +07:00
..
android android: add logging 2019-03-09 18:23:32 +07:00
audio_core Merge pull request #5402 from xperia64/update_teakra_sync 2020-06-11 22:41:01 +07:00
citra citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281) 2020-06-20 13:52:14 +07:00
citra_qt Fix framebuffer size on fractional scaling display. 2020-06-28 20:34:37 +07:00
common Common: remove a mod from AlignUp (#5441) 2020-07-07 16:39:23 +07:00
core citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281) 2020-06-20 13:52:14 +07:00
dedicated_room Fix: fatal error CVT1100 when compiling manifest file (#5322) 2020-06-20 13:50:33 +07:00
input_common input_common: add TouchFromButtonDevice 2020-05-04 13:51:37 +07:00
network Merge branch 'master' into feature/savestates-2 2020-04-16 19:03:49 +07:00
tests Improve core timing accuracy (#5257) 2020-05-12 22:48:30 +07:00
video_core gl_resource_manager: Make use of noexcept on move constructors and move assignment operators (#5340) 2020-06-23 11:00:25 +07:00
web_service HTTP_C::Implement Context::MakeRequest (#4754) 2020-02-21 19:04:04 +07:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 +07:00
CMakeLists.txt Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +07:00