- 02 Nov, 2018 4 commits
-
-
Zach Hilman authored
As the add-ons column takes the most processing time out of any (as it needs to search registration for updates/dlc, patch control NCAs, search for mods, etc.), an option was added to disable it. This does not affect the application of add-ons. In large game collections, this decreases game list refresh time by as much as 70%.
-
Zach Hilman authored
Prevents unnecessary re-reads of the metadata and unnecessary temporary objects.
-
Zach Hilman authored
Creates a single KeyManager for the entire container and then passes it into the NCA constructor, eliminating several unnecessary KeyManager reads.
-
Zach Hilman authored
Allows resuing a common KeyManager when a large amount of NCAs are handled by the same class. Should the parameter not be provided, a new KeyManager will be constructed, as was the default behavior prior to this.
-
- 30 Oct, 2018 9 commits
-
-
bunnei authored
general: Remove unused boost inclusions where applicable
-
bunnei authored
configure_system: Fix compiler warning
-
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
-
bunnei authored
hle_ipc: Make GetDomainMessageHeader return a regular pointer
-
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.
-
bunnei authored
core: Add missing const variants of getters for the System class
-
bunnei authored
Implemented Mipmaps
-
- 29 Oct, 2018 6 commits
-
-
bunnei authored
time_stretch: Switch to values of Citra
-
bunnei authored
video_core: Move OpenGL specific utils to its renderer
-
fearlessTobi authored
-
bunnei authored
renderer_opengl: Enable alpha channel for DXT1 texture format
-
bunnei authored
renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB
-
ReinUsesLisp authored
-
- 28 Oct, 2018 21 commits
-
-
Rodolfo Bogado 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
-
bunnei authored
renderer_opengl: Correct bpp value for ASTC_2D_8X5
-
Frederic Laing authored
-
Tobias authored
-
bunnei authored
Improved Shader accuracy on Vertex and Geometry Shaders.
-
bunnei authored
Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14"
-
FernandoS27 authored
-
Tobias authored
-
bunnei authored
svc: Implement svcGetInfo command 0xF0000002
-
bunnei authored
Update MACOSX_DEPLOYMENT_TARGET to 10.14
-
Frederic L authored
* remove unnecessary if-statements * Addressed feedback
-