- Nov 21, 2018
-
-
FernandoS27 authored
-
- Oct 24, 2018
-
-
Lioncash authored
This gets rid of an unnecessary type conversion. We can just use the regular QStringLiteral to already format the string as the type setWindowTitle accepts instead of converting from a std::string instance.
-
- 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
-
- Sep 11, 2018
-
-
Tobias authored
* Joystick hotplug support (#4141) * use SDL_PollEvent instead of SDL_JoystickUpdate Register hot plugged controller by GUID if they were configured in a previous session * Move SDL_PollEvent into its own thread * Don't store SDLJoystick pointer in Input Device; Get pointer on each GetStatus call * Fix that joystick_list gets cleared after SDL_Quit * Add VirtualJoystick for InputDevices thats never nullptr * fixup! Add VirtualJoystick for InputDevices thats never nullptr * fixup! fixup! Add VirtualJoystick for InputDevices thats never nullptr * Remove SDL_GameController, make SDL_Joystick* unique_ptr * fixup! Remove SDL_GameController, make SDL_Joystick* unique_ptr * Adressed feedback; fixed handling of same guid reconnects * fixup! Adressed feedback; fixed handling of same guid reconnects * merge the two joystick_lists into one * make SDLJoystick a member of VirtualJoystick * fixup! make SDLJoystick a member of VirtualJoystick * fixup! make SDLJoystick a member of VirtualJoystick * fixup! fixup! make SDLJoystick a member of VirtualJoystick * SDLJoystick: Addressed review comments * Address one missed review comment
-
- Sep 06, 2018
-
-
fearlessTobi authored
-
- Jul 14, 2018
-
-
bunnei authored
-
- Jul 07, 2018
-
-
fearlessTobi authored
-
- Apr 29, 2018
-
-
Lioncash authored
Given we utilize fmt, we don't need to provide our own functions for formatting anymore
-
- Jan 19, 2018
-
-
Lioncash authored
-
- Jan 17, 2018
- Jan 16, 2018
-
-
N00byKing authored
-
- Jan 13, 2018
-
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
- Jan 11, 2018
-
-
bunnei authored
-
- Aug 11, 2017
-
-
wwylele authored
-
- Jul 07, 2017
-
-
B3n30 authored
* Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
-
- Jun 02, 2017
-
-
TheKoopaKingdom authored
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
-
TheKoopaKingdom authored
- Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review). - Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore. - Made dialog messages more clear. - Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic. - Cleaned up some other stuff.
-
TheKoopaKingdom authored
-
- May 28, 2017
-
-
Yuri Kunde Schlesner authored
video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core.
-
- Mar 17, 2017
- Mar 01, 2017
- Feb 23, 2017
-
-
James Rowe authored
Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
-
- Jan 04, 2017
-
-
Jonathan Hao authored
-
- Dec 26, 2016
-
-
wwylele authored
-
- Dec 23, 2016
-
-
MerryMage authored
* Removes circular dependences (common should not depend on core)
-
- Dec 22, 2016
- Dec 18, 2016
-
-
CaptV0rt3x authored
-
Vamsi Krishna authored
-
- Nov 05, 2016
-
-
James Rowe authored
Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen.
-
- 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