- 20 Jul, 2020 1 commit
-
-
David Marcec authored
Keeps consistency between the two themes
-
- 19 Jul, 2020 1 commit
-
-
Rodrigo Locatti authored
frontend: Improve wait tree readability for dark themes
-
- 18 Jul, 2020 17 commits
-
-
LC authored
alignment: unbreak build with Clang
-
Jan Beich authored
In file included from src/core/hle/kernel/memory/page_table.cpp:5: src/./common/alignment.h:67:68: error: no member named 'align_val_t' in namespace 'std' return static_cast<T*>(::operator new (n * sizeof(T), std::align_val_t{Align})); ~~~~~^ src/./common/alignment.h:71:51: error: no member named 'align_val_t' in namespace 'std' ::operator delete (p, n * sizeof(T), std::align_val_t{Align}); ~~~~~^
-
David Marcec authored
-
David authored
[WIP] yuzu: Port translation support from Citra v2
-
FearlessTobi authored
-
FearlessTobi authored
-
FearlessTobi authored
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
-
David Marcec authored
-
bunnei authored
core_timing: Make usage of nanoseconds more consistent in the interface
-
bunnei authored
alignment: Simplify AlignmentAllocator implementation
-
bunnei authored
filesystem: Create subdirectories prior to creating a file
-
bunnei authored
video_core: Add asynchronous shader decompilation and compilation
-
David Marcec authored
-
bunnei authored
vulkan: Make use of designated initializers where applicable
-
bunnei authored
mii/manager: Make use of designated initializers
-
bunnei authored
vk_device: Fix build error on old MSVC versions
-
bunnei authored
mii/manager: Resolve sign mismatch warnings
-
- 17 Jul, 2020 21 commits
-
-
ReinUsesLisp authored
Designated initializers on old MSVC versions fail to build when they take the address of a constant.
-
bunnei authored
dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)
-
bunnei authored
fs: Fix RomFS building when zero byte files are present
-
bunnei authored
vk_state_tracker: Fix dirty flags for stencil_enable on VK_EXT_extended_dynamic_state
-
Lioncash authored
With C++20, much of the allocator interface has been simplified, so we can make the same adjustments.
-
LC authored
macro_hle: Remove unnecessary std::make_pair calls
-
LC authored
shader_cache: Make use of std::erase_if
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David authored
settings: Make use of std::string_view over std::string for logging
-
David authored
core/CMakeLists: Add missing physical_memory.h header file
-
David authored
kernel: Remove unused variables
-
David authored
kernel/thread: Remove unimplemented function prototype
-
Lioncash authored
These functions are already in an anonymous namespace which makes the functions internally linked.
-
David authored
constants: Add missing <array> include
-
David authored
macro: Resolve missing parameter in doxygen comment
-
David authored
macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()
-