- Nov 06, 2018
-
-
Markus Wick authored
-
Markus Wick authored
-
Markus Wick authored
Those implementations are quite costly, so there is no need to inline them to the caller. Ressource deletion is often a performance bug, so in this way, we support to add breakpoints to them.
-
- Nov 04, 2018
-
-
Dharmin K Shah authored
-
Frederic Laing authored
-
- Nov 03, 2018
-
-
Zach Hilman authored
Opens a new file manager window at the UserDir.
-
- Nov 02, 2018
-
-
David Marcec authored
-
David Marcec authored
This should fix crashes when launching multiple games in yuzu
-
- Nov 01, 2018
-
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
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
-