diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-07-08 00:41:31 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2025-07-23 19:58:25 -0500 |
| commit | bfef65a9d109fa11cdac7e299bb941ce20d622ba (patch) | |
| tree | ee970e011e366f085cb317c6f7579db45376d148 /Source/Core/Common/FileUtil.h | |
| parent | 0e90b85bab3cd263ec6510d8745ad577df118403 (diff) | |
BTReal: Implement Realtek Bluetooth firmware loading.
Logic and structures are largely taken from Linux source:
drivers/bluetooth/btusb.c
drivers/bluetooth/btrtl.c
drivers/bluetooth/btrtl.h
Diffstat (limited to 'Source/Core/Common/FileUtil.h')
| -rw-r--r-- | Source/Core/Common/FileUtil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/FileUtil.h b/Source/Core/Common/FileUtil.h index 00d20b29b2..134dbda9f9 100644 --- a/Source/Core/Common/FileUtil.h +++ b/Source/Core/Common/FileUtil.h @@ -68,6 +68,7 @@ enum D_RESOURCEPACK_IDX, D_DYNAMICINPUT_IDX, D_GRAPHICSMOD_IDX, + D_FIRMWARE_IDX, D_GBAUSER_IDX, D_GBASAVES_IDX, D_WIISDCARDSYNCFOLDER_IDX, |
