Fix SD card integration and Lua game loading
- Fix SD card MISO pin (was using display MISO instead of SD MISO) - Add FatFS mounting after SD card initialization - Restore SPI baudrate on all SD init failure paths - Add case-insensitive .lua file extension check - Filter out hidden 8.3 filename entries - Add SPI speed management functions for shared SPI bus - Wrap all FatFS operations with SPI speed switching - Restore display SPI speed (32 MHz) after SD operations - Add debug output to Lua game loader This fixes slow display refresh when SD card is present and enables reliable Lua game loading from SD card /games directory.
This commit is contained in:
45
emulator/CMakeFiles/basic1_emulator.dir/progress.make
Normal file
45
emulator/CMakeFiles/basic1_emulator.dir/progress.make
Normal file
@@ -0,0 +1,45 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
CMAKE_PROGRESS_4 = 4
|
||||
CMAKE_PROGRESS_5 = 5
|
||||
CMAKE_PROGRESS_6 = 6
|
||||
CMAKE_PROGRESS_7 = 7
|
||||
CMAKE_PROGRESS_8 = 8
|
||||
CMAKE_PROGRESS_9 = 9
|
||||
CMAKE_PROGRESS_10 = 10
|
||||
CMAKE_PROGRESS_11 = 11
|
||||
CMAKE_PROGRESS_12 = 12
|
||||
CMAKE_PROGRESS_13 = 13
|
||||
CMAKE_PROGRESS_14 = 14
|
||||
CMAKE_PROGRESS_15 = 15
|
||||
CMAKE_PROGRESS_16 = 16
|
||||
CMAKE_PROGRESS_17 = 17
|
||||
CMAKE_PROGRESS_18 = 18
|
||||
CMAKE_PROGRESS_19 = 19
|
||||
CMAKE_PROGRESS_20 = 20
|
||||
CMAKE_PROGRESS_21 = 21
|
||||
CMAKE_PROGRESS_22 = 22
|
||||
CMAKE_PROGRESS_23 = 23
|
||||
CMAKE_PROGRESS_24 = 24
|
||||
CMAKE_PROGRESS_25 = 25
|
||||
CMAKE_PROGRESS_26 = 26
|
||||
CMAKE_PROGRESS_27 = 27
|
||||
CMAKE_PROGRESS_28 = 28
|
||||
CMAKE_PROGRESS_29 = 29
|
||||
CMAKE_PROGRESS_30 = 30
|
||||
CMAKE_PROGRESS_31 = 31
|
||||
CMAKE_PROGRESS_32 = 32
|
||||
CMAKE_PROGRESS_33 = 33
|
||||
CMAKE_PROGRESS_34 = 34
|
||||
CMAKE_PROGRESS_35 = 35
|
||||
CMAKE_PROGRESS_36 = 36
|
||||
CMAKE_PROGRESS_37 = 37
|
||||
CMAKE_PROGRESS_38 = 38
|
||||
CMAKE_PROGRESS_39 = 39
|
||||
CMAKE_PROGRESS_40 = 40
|
||||
CMAKE_PROGRESS_41 = 41
|
||||
CMAKE_PROGRESS_42 = 42
|
||||
CMAKE_PROGRESS_43 = 43
|
||||
CMAKE_PROGRESS_44 = 44
|
||||
|
||||
Reference in New Issue
Block a user