- 17 Jul, 2020 19 commits
-
-
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
-
LC authored
macro_hle: Remove unnecessary std::make_pair calls
-
LC authored
shader_cache: Make use of std::erase_if
-
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()
-
Lioncash authored
Allows this header file to show up in IDE CMake generators.
-
Lioncash authored
Given the expression involves a 32-bit value, this simplifies down to just: 0x3ffffff. This is likely a remnant from testing that was never cleaned up. Resolves a -Wshift-overflow warning.
-
Lioncash authored
The purpose of make_pair is generally to deduce the types within the pair without explicitly specifying the types, so these usages were generally unnecessary, particularly when the type is enforced by the array declaration.
-
Lioncash authored
Resolves a -Wdocumentation warning.
-
Lioncash authored
Eliminates reliance on an indirect include.
-
Rodrigo Locatti authored
vk_texture_cache: Amend mismatched access masks and indices in UploadBuffer
-
bunnei authored
hle: service: mii: Rewrite service to properly support creation of random and default miis.
-
- 16 Jul, 2020 21 commits
-
-
Lioncash authored
Discovered while converting relevant parts of the codebase over to designated initializers.
-
bunnei authored
vk_graphics_pipeline: Resolve narrowing warnings
-
Lioncash authored
For whatever reason, VK_TRUE and VK_FALSE aren't defined as having a VkBool32 type, so we need to cast to it explicitly.
-
Rodrigo Locatti authored
address_space_info: Make use of designated initializers
-
Rodrigo Locatti authored
vk_graphics_pipeline: Make use of designated initializers where applicable
-
Rodrigo Locatti authored
vk_device: Make use of designated initializers where applicable
-
bunnei authored
vk_blit_screen: Make use of designated initializers where applicable
-
Lioncash authored
This isn't used, so it can be removed.
-
Lioncash authored
Resolves some compiler warnings in the Linux build.
-
LC authored
cpu_manager: Minor tidying up/header inclusions
-
Lioncash authored
-
Lioncash authored
All these do are return std::function instances of static functions, so these can be used without an instance of the CPU manager.
-
Lioncash authored
Shrinks the data structure by 8 bytes.
-
Lioncash authored
Previously this header was relying on indirect inclusions that are no longer satisfied.
-
bunnei authored
input_common: GC Controller save and compare against analog origin state
-
bunnei authored
main: Set async gpu properly after loading per-game setting
-
bunnei authored
main/profile_select: Don't prompt for profile selection when only one is available
-
David authored
kernel/handle_table: Remove usages of the global system instance
-
David authored
registered_cache: Remove previous update/dlc if it exists on install
-
Morph authored
-
bunnei authored
memory_layout: Remove unused data member
-