1
0
Fork 0
yuzu-mirror/src
Lioncash 3a4841e403 core: Don't construct instance of Core::System, just to access its live instance
This would result in a lot of allocations and related object
construction, just to toss it all away immediately after the call.

These are definitely not intentional, and it was intended that all of
these should have been accessing the static function GetInstance()
through the name itself, not constructed instances.
2018-07-18 18:18:27 -04:00
..
common telemetry: Remove unnecessary Field constructor 2018-07-18 00:32:35 -04:00
core core: Don't construct instance of Core::System, just to access its live instance 2018-07-18 18:18:27 -04:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
video_core core: Don't construct instance of Core::System, just to access its live instance 2018-07-18 18:18:27 -04:00
yuzu Merge pull request #681 from lioncash/const 2018-07-18 10:02:58 -07:00
yuzu_cmd settings: Turn docked mode off by default. 2018-07-17 22:52:25 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Massive removal of unused modules 2018-01-12 19:11:03 -07:00