mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 15:08:30 +00:00
[HALXBOX][BOOTDATA][INF] Give the Xbox HAL its own personality (#2338)
CORE-16216
This commit is contained in:
parent
6e18e86ba3
commit
35710b51af
3 changed files with 23 additions and 2 deletions
|
@ -25,8 +25,13 @@
|
|||
|
||||
/* This determines the HAL type */
|
||||
BOOLEAN HalDisableFirmwareMapper = FALSE;
|
||||
#if defined(SARCH_XBOX)
|
||||
PWCHAR HalHardwareIdString = L"xbox";
|
||||
PWCHAR HalName = L"Xbox HAL";
|
||||
#else
|
||||
PWCHAR HalHardwareIdString = L"e_isa_up";
|
||||
PWCHAR HalName = L"PC Compatible Eisa/Isa HAL";
|
||||
#endif
|
||||
|
||||
/* PRIVATE FUNCTIONS **********************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue