- Jun 03, 2019
-
-
Lioncash authored
We can just pass a pointer to GMainWindow directly and make it a requirement of the interface. This makes the interface a little safer, since this would technically otherwise allow any random QWidget to be the parent of a render window, downcasting it to GMainWindow (which is undefined behavior).
-
- May 26, 2019
-
-
ReinUsesLisp authored
There's no performance improvement in passing an unsigned pair by reference.
-
- Apr 17, 2019
-
-
Lioncash authored
This include isn't used anymore so it can be removed.
-
- Apr 01, 2019
-
-
Lioncash authored
Since C++17, the introduction of deduction guides for locking facilities means that we no longer need to hardcode the mutex type into the locks themselves, making it easier to switch mutex types, should it ever be necessary in the future.
-
- Mar 25, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
While we are at it, remove nullptr checks for deletion, since the C++ standard defines that delete does it by its own
-
- Feb 07, 2019
-
-
ReinUsesLisp authored
-
- Jan 21, 2019
-
-
James Rowe authored
-
- Jan 20, 2019
-
-
James Rowe authored
With shader caches on the horizon, one requirement is to provide visible feedback for the progress. The shader cache reportedly takes several minutes to load for large caches that were invalidated, and as such we should provide a loading screen with progress. Adds a loading screen widget that will be shown until the first frame of the game is swapped. This was chosen in case shader caches are not being used, several games still take more than a few seconds to launch and could benefit from a loading screen.
-
- Dec 18, 2018
-
-
zhupengfei authored
Allows capturing screenshot at the current internal resolution (native for software renderer), but a setting is available to capture it in other resolutions. The screenshot is saved to a single PNG in the current layout.
-
- Oct 09, 2018
-
-
NeatNit authored
change TouchToPixelPos to return std::pair<int, int> static_cast (SDL) various minor style and code improvements style - PascalCase for function names made touch events private const pointer arg in touch events make TouchToPixelPos a const member function did I do this right? braces on barely-multiline if remove question comment (confirmed in Discord) fixed consts remove unused parameter from TouchEndEvent DRY - High-DPI scaled touch put in separate function also fixes a bug where if you start touching (with either mouse or touchscreen) and drag the mouse to the LEFT of the emulator window, the touch point jumps to the RIGHT side of the touchscreen; draggin to above the window would make it jump to the bottom. implicit conversion from QPoint to QPointF, apparently I have no idea what const even means but I'll put it here anyway remove unused or used-once variables make touch scaling functions const, and put their implementations together removed unused FingerID parameters QTouchEvent forward declaration; add comment to TouchBegin that was lost in an edit better DRY in SDL To do -> TODO(NeatNit) remove unused include
-
- Aug 12, 2018
-
-
Lioncash authored
Gets the class out of the global namespace.
-
- Aug 06, 2018
-
-
Lioncash authored
-
- Jan 17, 2018
-
-
Lioncash authored
Moved over from #3266 in citra.
-
- Jan 13, 2018
-
-
James Rowe authored
-
- Aug 11, 2017
-
-
wwylele authored
-
- Jun 02, 2017
-
-
TheKoopaKingdom authored
-
TheKoopaKingdom authored
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
-
TheKoopaKingdom authored
-
- Mar 17, 2017
- Mar 01, 2017
-
-
wwylele authored
-
- Dec 26, 2016
-
-
wwylele authored
-
- Dec 23, 2016
-
-
MerryMage authored
* Removes circular dependences (common should not depend on core)
-
- Dec 11, 2016
- Sep 21, 2016
-
-
Emmanuel Gil Peyrot authored
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
-
- Sep 19, 2016
-
-
Yuri Kunde Schlesner authored
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Aug 30, 2016
-
-
bunnei authored
-
- Oct 04, 2015
-
-
Pierre de La Morinerie authored
-
- Sep 24, 2015
-
-
LittleWhite authored
-
- Sep 18, 2015
-
-
Kloen authored
-
- Sep 11, 2015
-
-
Lioncash authored
-
- Sep 07, 2015
-
-
LittleWhite authored
-
- Jul 13, 2015
-
-
aroulin authored
-
- May 29, 2015
-
-
Emmanuel Gil Peyrot authored
-
- May 18, 2015
-
-
James Rowe authored
Adds support for threaded pausing so citra doesn't spin wait on pause
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 01, 2015
-
-
bunnei authored
-