mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-19 17:55:12 -06:00
Common: Remove common.h
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/bit_field.h"
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
|
||||
#define LCD_REG_INDEX(field_name) (offsetof(LCD::Regs, field_name) / sizeof(u32))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user