| Commit message (Collapse) | Author | Files | Lines |
|
|
|
credit to @Hawkheart for the original idea
|
|
|
|
|
|
* Removes circular dependences (common should not depend on core)
|
|
|
|
|
|
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds support for threaded pausing so citra doesn't spin wait on pause
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window.
On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
|
|
This was automated using `clang-modernize`.
|
|
Uses QSettings on citra-qt, and inih on citra-cli.
|
|
|
|
|
|
Note: There is a pre-existing issue with booting a new game in that it keeps the old EmuThread.
The GL code now supports this but the Core still doesn't.
|
|
Connect the emu_thread start/finish to a moveContext slot.
|
|
|
|
|
|
|
|
|
|
|