- Feb 07, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Feb 06, 2019
-
-
James Rowe authored
-
- Feb 05, 2019
-
-
Lioncash authored
Converts many of the Find* functions to return a std::optional<T> as opposed to returning the raw return values directly. This allows removing a few assertions and handles error cases like the service itself does.
-
xperia64 authored
-
xperia64 authored
-
Lioncash authored
This member function doesn't actually modify instance state, so it can be marked as a const member function.
-
Lioncash authored
This was missed within #2075. Renames the member function to make it consistent with the rest of the Find* functions.
-
ReinUsesLisp authored
-
- Feb 04, 2019
-
-
Mat M authored
Co-Authored-By:
FernandoS27 <fsahmkow27@gmail.com>
-
- Feb 03, 2019
-
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Also remove "enabled" field from Tegra::Texture::FullTextureInfo because it would become unused.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Feb 01, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
Lioncash authored
A holdover from citra, the Horizon kernel on the switch has no prominent kernel object that functions as a timer. At least not to the degree of sophistication that this class provided. As such, this can be removed entirely. This class also wasn't used at all in any meaningful way within the core, so this was just code sitting around doing nothing. This also allows removing a few things from the main KernelCore class that allows it to use slightly less resources overall (though very minor and not anything really noticeable).
-
- Jan 30, 2019
-
-
ReinUsesLisp authored
-
Mat M authored
Co-Authored-By:
ReinUsesLisp <reinuseslisp@airmail.cc>
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-