- May 29, 2019
-
-
fearlessTobi authored
Fixes #2522.
-
- Jan 04, 2019
-
-
Zach Hilman authored
-
- Oct 25, 2018
-
-
Lioncash authored
We can just make the function accept an arbitrary ProfileManager reference and operate on that instead of tying the function to the class itself. This allows us to keep the function internal to the cpp file and removes the need to forward declare the UUID struct.
-
Lioncash authored
These should be initialized to deterministic values so it's easier to catch improper behavior, as it'll always be reproducable, instead of performing uninitialized reads.
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
These are only used within this class, so we can make them private to keep their use contained. This also gets rid of the pre-Qt5 'slot' identifier, since Qt 5's connection syntax doesn't require a function to be declared a slot anymore.
-
- Oct 24, 2018
-
-
Zach Hilman authored
Prevents bug where old username would remain if the new username was shorter in length.
-
- Oct 23, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
- Jan 13, 2018
-
-
James Rowe authored
-
- May 06, 2017
-
-
B3n30 authored
* Create a random console_id when config save_file is created Added button in system config to refresh the console unique id * Moved the connect for the button from .ui file to constructor of ConfigureSystem * Added warning and info dialog Fixup: Make use of qt5 style connects, renamed the refresh button, removed some duplicate code, changed random device and moved all to the generate function * Changed the random generator to reflect what a real 3DS stores as console unique id Fixup: Changed the warning message * Fixup: Set and Create * Fixup: Added console id label, therfore removed second message box * Fixup: fixed the endianess * Fixup: more endianness fixes * Fixup: Endianness the 3rd
-
- Apr 04, 2017
-
-
Lioncash authored
-
- 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 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Sep 02, 2016
-
-
wwylele authored
-
- Jul 10, 2016
-
-
wwylele authored
-