mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): more hardware detection
This commit is contained in:
parent
0fa8d70e2c
commit
1e6fb307de
16 changed files with 26811 additions and 33 deletions
16
profile/3.3.5a-windows-386/include/gx/monitor_mode.h
Normal file
16
profile/3.3.5a-windows-386/include/gx/monitor_mode.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef GX_MONITOR_MODE_H
|
||||
#define GX_MONITOR_MODE_H
|
||||
|
||||
DECLARE_STRUCT(CGxMonitorMode);
|
||||
|
||||
#include "tempest/vector.h"
|
||||
#include "storm/array.h"
|
||||
|
||||
struct CGxMonitorMode {
|
||||
C2iVector size;
|
||||
uint32_t bpp;
|
||||
uint32_t refreshRate;
|
||||
};
|
||||
STORM_TS_GROWABLE_ARRAY(CGxMonitorMode);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue