- Sep 04, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Right now only includes Updates, but should eventually contain all of the other patches we need.
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Aggregates multiple caches into one interface
-
Zach Hilman authored
Reduces code
-
Zach Hilman authored
Issues with block size are fixed by making all reads minimum length of 0x10
-
bunnei authored
file_sys: Add Nintendo Submissions Package (NSP) file format
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Eliminated duplicate code and adds support for Rev1+ carts
-
Zach Hilman authored
-
Zach Hilman authored
Previously only loaded from control metadata
-
Zach Hilman authored
-
Zach Hilman authored
-
bunnei authored
common/logging: Minor changes
-
bunnei authored
Optimizations
-
bunnei authored
file_sys: Allow for custom NAND/SD directories
-
bunnei authored
gl_shader_decompiler: Use used_shaders member variable directly within GenerateDeclarations()
-
bunnei authored
file_sys: Replace includes with forward declarations where applicable
-
bunnei authored
Update microprofile scopes.
-
bunnei authored
ssl: Move SSL class to cpp file
-
Lioncash authored
Multi-line doc comments still need the '<' after the ///, otherwise it's treated as a regular comment and makes the original doc comment broken in viewers, IDEs, etc. While we're at it, also fix some typos in the comments.
-
Lioncash authored
-
Lioncash authored
Implicit conversions aren't desirable here.
-
Markus Wick authored
This helper is called very often. The memory ownership shall not be transfered, so just return the raw pointer.
-
Markus Wick authored
subchannel is a 3 bit field. So there must not be more than 8 bound engines. And using a hashmap for up to 8 values is a bit overpowered.
-
Markus Wick authored
Blame the subsystems which deserve the blame :) The updated list is not complete, just the ones I've spotted on random sampling the stack trace.
-
Lioncash authored
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
-
bunnei authored
service: Migrate global named port map to the KernelCore class
-
bunnei authored
vfs_real: Forward declare IOFile
-
- Sep 03, 2018
-
-
Zach Hilman authored
-