mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 11:35:46 +00:00
GC Adapter Implementation
This commit is contained in:
parent
02e70bc2b9
commit
dbe1ad4fe4
18 changed files with 1156 additions and 158 deletions
|
@ -40,6 +40,7 @@ struct DeviceStatus {
|
|||
u16 max_x{};
|
||||
u16 max_y{};
|
||||
};
|
||||
|
||||
std::optional<CalibrationData> touch_calibration;
|
||||
};
|
||||
|
||||
|
@ -72,6 +73,7 @@ public:
|
|||
Stage1Completed,
|
||||
Completed,
|
||||
};
|
||||
|
||||
/**
|
||||
* Constructs and starts the job with the specified parameter.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue