- Nov 02, 2018
-
-
David Marcec authored
This should fix crashes when launching multiple games in yuzu
-
- Nov 01, 2018
-
-
bunnei authored
- Fixes an issue where macros could be skipped. - Fixes rendering of distant objects in Super Mario Odyssey.
-
- Oct 31, 2018
-
-
Lioncash authored
Previously, we would let a user enter an unbounded name and then silently truncate away characters that went over the 32-character limit. This is kind of bad from the UX point of view, because we're essentially not doing what the user intended in certain scenarios. Instead, we clamp it to 32 characters and make that visually apparent in the dialog box to provide a name for a user.
-
Rodolfo Bogado authored
-
- Oct 30, 2018
-
-
Lioncash authored
Updated based off information on SwitchBrew.
-
ReinUsesLisp authored
-
FernandoS27 authored
-
Lioncash authored
Cleans up unused includes and trims off some dependencies on externals.
-
Frederic L authored
* get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
-
Lioncash authored
Gets rid of the need to call the getter and then check for null.
-
Lioncash authored
Nothing requires the shared owner ship here, so we can just return a plain pointer.
-
- Oct 29, 2018
-
-
fearlessTobi authored
-
ReinUsesLisp authored
-
- Oct 28, 2018
-
-
Rodolfo Bogado authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
Lioncash authored
-
Lioncash authored
Many of the Current<Thing> getters (as well as a few others) were missing const qualified variants, which makes it a pain to retrieve certain things from const qualified references to System.
-
Michael authored
-
Frederic Laing authored
-
Tobias authored
-
FernandoS27 authored
-
fearlessTobi authored
-
Frederic L authored
* remove unnecessary if-statements * Addressed feedback
-
Rodolfo Bogado authored
-
Zach Hilman authored
Crypto revisions are hex numbers and this function only checks if the string is valid for stoul in base 16, so it should be isxdigit.
-
FernandoS27 authored
-
- Oct 27, 2018
-
-
FernandoS27 authored
-
Zach Hilman authored
Prevents nullptr bug when trying to dump the RomFS of an NSP resulting from secondary_loader not being initialized.
-
Frederic Laing authored
-
DeeJayBro authored
-
Lioncash authored
Avoids the need to put the scaling parameters all over the place for the common case. The only other time scaling is done is to generate the smaller 48x48 image, so this is fine.
-
Lioncash authored
Avoids the need to duplicate this all over the place, and makes it translator-friendly across the board.
-
Lioncash authored
We should display an error to the user if setting a user image for an account fails, rather than continuing onwards.
-