From 1e8997dbcaeb3953e37aa0c4f6e927682a6f3b93 Mon Sep 17 00:00:00 2001 From: Jaby Date: Thu, 16 Mar 2023 22:26:45 +0100 Subject: [PATCH] Forgot to remove Cody --- include/PSX/System/IOPorts/memory_io.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/PSX/System/IOPorts/memory_io.hpp b/include/PSX/System/IOPorts/memory_io.hpp index bf142144..dd884d23 100644 --- a/include/PSX/System/IOPorts/memory_io.hpp +++ b/include/PSX/System/IOPorts/memory_io.hpp @@ -5,8 +5,6 @@ namespace JabyEngine { namespace Memory_IO { __declare_io_type(COM_DELAY, uint32_t, - static constexpr auto CodyValue = IOValueSet::from_to(2, 4); - void setup() { this->raw_value = 0x1325; }