- Jul 24, 2018
-
-
bunnei authored
maxwell_to_gl: Implement Texture::WrapMode::Border.
-
bunnei authored
ipc_helpers: Make member variables of ResponseBuilder private
-
bunnei authored
partition_filesystem: Use std::move where applicable
-
bunnei authored
-
bunnei authored
-
bunnei authored
gl_rasterizer_cache: Implement formats BGRA8_UNORM/RGBA32_FLOAT/RG32_FLOAT
-
bunnei authored
gl_shader_decompiler: Correct return value of WriteTexsInstruction()
-
bunnei authored
gl_shader_decompiler: Print instruction value in shader comments.
-
bunnei authored
gl_shader_decompiler: Check if SetRegister result is ZeroIndex.
-
Zach Hilman authored
* Regression and Mode Fixes * Review Fixes * string_view correction * Add operator& for FileSys::Mode * Return std::string from SanitizePath * Farming Simulator Fix * Use != With mode operator&
-
Lioncash authored
-
Lioncash authored
This should be returning void, not a std::string
-
Lioncash authored
These aren't used externally at all, so they can be made private.
-
bunnei authored
gl_shader_decompiler: Implement shader instruction TLDS.
-
bunnei authored
exclusive_monitor: Use consistent type alias for u64
-
bunnei authored
loader: Minor cleanup
-
bunnei authored
linker: Remove unused parameter from WriteRelocations()
-
bunnei authored
loader/nro: Minor changes
-
bunnei authored
-
bunnei authored
gl_shader_decompiler: Simplify GetCommonDeclarations()
-
bunnei authored
vi: Minor changes
-
bunnei authored
hle: Remove unused config_mem and shared_page source files
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
Lioncash authored
Uses the same type aliases we use for virtual addresses, and converts one lingering usage of std::array<uint64_t, 2> to u128 for consistency.
-
Lioncash authored
Avoids copying a std::string instance and avoids unnecessary atomic reference count incrementing and decrementing.
-
- Jul 23, 2018
-
-
Lioncash authored
RealVfsFile inherits from VfsFile, the instance from std::make_shared is already compatible with the function argument type, making the copy constructor call unnecessary.
-
Lioncash authored
is_jump_relocation is never used within the function, so we can just remove it.
-
Lioncash authored
It's sufficient to use a forward declaration instead of a direct inclusion here.
-
Lioncash authored
Makes the code more uniform, and also braces cases where the body of an unbraced conditional travels more than one line.
-
Lioncash authored
Makes it consistent with the other Apploader constructors, and prevents implicit conversions.
-
Lioncash authored
This isn't used anywhere in the header.
-
bunnei authored
NRO Assets and NACP File Format
-
bunnei authored
set: Add missing log call in GetAvailableLanguageCodeCount()
-
Lioncash authored
-
Lioncash authored
It's undefined behavior to memcpy an object that isn't considered trivially copyable, so put a compile-time check in to make sure this doesn't occur.
-