mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
hle: kernel: k_memory_region_type: Remove extra ".
This commit is contained in:
parent
18c6e7e8df
commit
8517b156ae
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ static_assert(KMemoryRegionType_BoardDeviceBase.GetValue() == 0x5);
|
||||||
#if defined(ARCH_ARM64)
|
#if defined(ARCH_ARM64)
|
||||||
#include "core/hle/kernel/arch/arm64/k_memory_region_device_types.inc"
|
#include "core/hle/kernel/arch/arm64/k_memory_region_device_types.inc"
|
||||||
#elif defined(ARCH_ARM)
|
#elif defined(ARCH_ARM)
|
||||||
#error "Unimplemented""
|
#error "Unimplemented"
|
||||||
#else
|
#else
|
||||||
// Default to no architecture devices.
|
// Default to no architecture devices.
|
||||||
constexpr auto NumArchitectureDeviceRegions = 0;
|
constexpr auto NumArchitectureDeviceRegions = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue