feat(console): add more hardware detection information

This commit is contained in:
phaneron 2025-04-04 18:23:32 -04:00
parent 44ba6b92bb
commit 9963994a52
7 changed files with 56 additions and 23 deletions

View file

@ -35,7 +35,7 @@ struct Hardware {
Hardware__Device videoDevice;
Hardware__Device soundDevice;
uint32_t cpuIdx;
uint32_t videoIdx;
uint32_t videoID;
uint32_t soundIdx;
uint32_t memIdx;
VideoHardwareRec* videoHw;