File tree
8 files changed
+17
-18
lines changed- soh
- include
- soh
- src/code
8 files changed
+17
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
87 | 93 |
| |
88 | 94 |
| |
89 | 95 |
| |
|
Submodule OTRExporter updated 1 file
Submodule libultraship updated 34 files
- cmake/cvars.cmake+2
- cmake/dependencies/common.cmake+1-1
- include/libultraship/libultra/gbi.h+13-9
- include/libultraship/libultra/gs2dex.h+1-1
- src/config/Config.cpp+33
- src/config/Config.h+2
- src/config/ConsoleVariable.cpp+61-2
- src/config/ConsoleVariable.h+2
- src/controller/controldevice/controller/mapping/sdl/SDLMapping.cpp+6-2
- src/controller/controldevice/controller/mapping/sdl/SDLMapping.h+1-1
- src/controller/deviceindex/ShipDeviceIndexMappingManager.cpp+37-7
- src/graphic/Fast3D/Fast3dWindow.cpp+4
- src/graphic/Fast3D/Fast3dWindow.h+2
- src/graphic/Fast3D/f3dex.h+18-17
- src/graphic/Fast3D/gfx_direct3d11.cpp+8-3
- src/graphic/Fast3D/gfx_direct3d_common.cpp+2-1
- src/graphic/Fast3D/gfx_dxgi.cpp+2-2
- src/graphic/Fast3D/gfx_metal.cpp+3-8
- src/graphic/Fast3D/gfx_metal_shader.cpp+2-1
- src/graphic/Fast3D/gfx_opengl.cpp+2-3
- src/graphic/Fast3D/gfx_pc.cpp+30-10
- src/graphic/Fast3D/gfx_pc.h+3
- src/graphic/Fast3D/gfx_sdl2.cpp+2-4
- src/graphic/Fast3D/lus_gbi.h+1
- src/public/bridge/consolevariablebridge.cpp+8
- src/public/bridge/consolevariablebridge.h+3
- src/public/bridge/gfxbridge.h+4-4
- src/public/bridge/resourcebridge.cpp+1-1
- src/resource/ResourceLoader.cpp+15-8
- src/resource/ResourceLoader.h+1
- src/resource/factory/DisplayListFactory.cpp+4-2
- src/window/gui/GfxDebuggerWindow.cpp-2
- src/window/gui/Gui.cpp+10
- src/window/gui/Gui.h+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
| 410 | + | |
410 | 411 |
| |
411 | 412 |
| |
412 | 413 |
| |
| |||
425 | 426 |
| |
426 | 427 |
| |
427 | 428 |
| |
| 429 | + | |
428 | 430 |
| |
429 | 431 |
| |
430 | 432 |
| |
| |||
440 | 442 |
| |
441 | 443 |
| |
442 | 444 |
| |
| 445 | + | |
443 | 446 |
| |
444 | 447 |
| |
445 | 448 |
| |
| |||
453 | 456 |
| |
454 | 457 |
| |
455 | 458 |
| |
| 459 | + | |
456 | 460 |
| |
457 | 461 |
| |
458 | 462 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
30 |
| - | |
31 | 29 |
| |
32 | 30 |
| |
33 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 | 69 |
| |
79 | 70 |
| |
80 | 71 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1539 | 1539 |
| |
1540 | 1540 |
| |
1541 | 1541 |
| |
1542 |
| - | |
| 1542 | + | |
1543 | 1543 |
| |
1544 | 1544 |
| |
1545 | 1545 |
| |
| |||
1548 | 1548 |
| |
1549 | 1549 |
| |
1550 | 1550 |
| |
1551 |
| - | |
| 1551 | + | |
1552 | 1552 |
| |
1553 | 1553 |
| |
1554 | 1554 |
| |
| |||
1557 | 1557 |
| |
1558 | 1558 |
| |
1559 | 1559 |
| |
1560 |
| - | |
1561 |
| - | |
| 1560 | + | |
| 1561 | + | |
1562 | 1562 |
| |
1563 | 1563 |
| |
1564 | 1564 |
| |
|
0 commit comments