- Jul 24, 2018
-
-
bunnei authored
deconstructed_rom_directory: Remove unused FindRomFS() function
-
Lioncash authored
-
bunnei authored
arm_dynarmic: Make MakeJit() a const member function
-
bunnei authored
core: Make converting constructors explicit where applicable
-
bunnei authored
apm/interface: Remove redundant declaration of InstallInterfaces()
-
bunnei authored
GPU: Implement texture format R32F.
-
bunnei authored
mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference
-
bunnei authored
maxwell_to_gl: Implement VertexAttribute::Type::UnsignedInt.
-
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
-
Subv authored
-
Lioncash authored
This functions doesn't modify instance state, so it can be a made a const member function.
-
Lioncash authored
Avoids unwanted implicit conversions. Thankfully, given the large amount of cleanup in past PRs, only this tiny amount is left over to cover.
-
bunnei authored
gl_rasterizer_cache: Implement formats BGRA8_UNORM/RGBA32_FLOAT/RG32_FLOAT
-
bunnei authored
-
bunnei authored
gl_shader_decompiler: Correct return value of WriteTexsInstruction()
-
Lioncash authored
This is already declared in apm/apm.h
-
Lioncash authored
The pointed to thread's members are simply observed in this case, so we don't need to copy it here.
-
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
-