- Sep 12, 2018
-
-
Lioncash authored
Given these are shown to the user, they should be translatable. While we're at it, also set up the dialog to automatically retranslate the dialog along with the combo boxes if it receives a LanguageChange event.
-
Lioncash authored
We don't need to use an allocating container for these, given we know the fixed amount of strings being used. This is just a waste of memory.
-
Lioncash authored
Keeps the individual initialization of the combo boxes logically separate. We also shouldn't be dumping this sort of thing in the constructor directly.
-
- 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 10, 2018
-
-
MysticExile authored
-
MysticExile authored
-
- Sep 09, 2018
-
-
tech4me authored
-
- Sep 03, 2018
-
-
Zach Hilman authored
-
- Aug 27, 2018
-
-
fearlessTobi authored
-
- Aug 23, 2018
-
-
Zach Hilman authored
Helps with installed games by making the title not a hexadecimal id string, instead the name.
-
literalmente-game authored
* Swap "Plus" with "Minus" on the controller GUI Major fix /s
-
- Aug 22, 2018
-
-
tech4me authored
-
- Aug 20, 2018
-
-
fearlessTobi authored
-
- Aug 07, 2018
-
-
Zach Hilman authored
-
Lioncash authored
Instead, we make a proper registry class and house it within the main window, then pass it to whatever needs access to the loaded hotkeys. This way, we avoid a global variable, and don't need to initialize a std::map instance before the program can do anything.
-
Zach Hilman authored
-
Zach Hilman authored
-
Hedges authored
* GDBStub works with both Unicorn and Dynarmic now * Tidy up
-
- Aug 06, 2018
-
-
Lioncash authored
Makes code consistent with our style of defaulting special member functions where applicable.
-
- Aug 03, 2018
-
-
David authored
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
-
- Aug 01, 2018
-
-
Zach Hilman authored
-
bunnei authored
-
- Jul 29, 2018
-
-
fearlessTobi authored
-
- Jul 21, 2018
-
-
Lioncash authored
Instead of using an unsigned int as a parameter and expecting a user to always pass in the correct values, we can just convert the enum into an enum class and use that type as the parameter type instead, which makes the interface more type safe. We also get rid of the bookkeeping "NUM_" element in the enum by just using an unordered map. This function is generally low-frequency in terms of calls (and I'd hope so, considering otherwise would mean we're slamming the disk with IO all the time) so I'd consider this acceptable in this case.
-
- Jul 18, 2018
-
-
bunnei authored
-
- Jul 03, 2018
-
-
James Rowe authored
-
- Jun 27, 2018
-
-
bunnei authored
-
- May 10, 2018
-
-
bunnei authored
-
- Mar 30, 2018
- Mar 27, 2018
- Feb 14, 2018
-
-
Hexagon12 authored
-
- Jan 20, 2018
-
-
James Rowe authored
-
- Jan 18, 2018
-
-
Evgeni Danailov authored
* Rename verticalLayout_25 to verticalLayout_23. * Rename almost all classes.
-
River City Ransomware authored
-
- Jan 17, 2018
-
-
noah katz authored
-