Prepare CD code and unify header names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef __JABYENGINE_DMA_IO_HPP__
|
||||
#define __JABYENGINE_DMA_IO_HPP__
|
||||
#include "IOPort.hpp"
|
||||
#include "ioport.hpp"
|
||||
|
||||
namespace DMA {
|
||||
struct __no_align MADR : public ComplexBitMap<uint32_t> {
|
@@ -1,7 +1,7 @@
|
||||
#ifndef __JABYENGINE_GPU_IO_HPP__
|
||||
#define __JABYENGINE_GPU_IO_HPP__
|
||||
#include "IOPort.hpp"
|
||||
#include "../../GPU/GPU_Types.hpp"
|
||||
#include "ioport.hpp"
|
||||
#include "../../GPU/gpu_types.hpp"
|
||||
|
||||
namespace GPU {
|
||||
enum struct SemiTransparency {
|
@@ -1,6 +1,6 @@
|
||||
#ifndef __JABYENGINE_SPU_IO_HPP__
|
||||
#define __JABYENGINE_SPU_IO_HPP__
|
||||
#include "IOPort.hpp"
|
||||
#include "ioport.hpp"
|
||||
|
||||
namespace SPU {
|
||||
enum struct Mode {
|
Reference in New Issue
Block a user