Commit 9847d2e
File tree
- 3rdparty
- fusion
- libsdl-org
- Utilities
- rpcs3
- Crypto
- Emu
- Cell
- Modules
- lv2
- NP
- RSX
- Common
- GL
- Host
- Overlays
- BigPicture
- HomeMenu
- Program
- GLSLInterpreter
- VK
- vkutils
- Loader
- rpcs3qt
- tests
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
- .github/workflows/main.yml+4-4
- Examples/Python/advanced_example.py+3-3
- Fusion/FusionAhrs.c+183-97
- Fusion/FusionAhrs.h+18-14
- Fusion/FusionConfig.h+28
- Fusion/FusionConvention.c+33
- Fusion/FusionConvention.h+10-4
- Fusion/FusionInline.h+31
- Fusion/FusionMath.h+43-35
- Fusion/FusionModel.h+3-2
- Fusion/FusionRemap.c+75
- Fusion/FusionRemap.h+8-2
- Python/imufusion-stubs/__init__.pyi+30-25
- Python/imufusion/Ahrs.h+23-8
- Python/imufusion/AhrsFlags.h+3-3
- Python/imufusion/Bias.h+4-2
- Python/imufusion/Convention.h+15
- Python/imufusion/Remap.h+11
- Python/imufusion/imufusion.c+16-14
- README.md+25-19
- pyproject.toml+1-1
- setup.py+2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
- .github/PULL_REQUEST_TEMPLATE.md+1-1
- .github/workflows/create-test-plan.py+2-2
- AGENTS.md+8-17
- CLAUDE.md+7-18
- CMakeLists.txt+1-1
- Xcode/SDL/Info-Framework.plist+2-2
- Xcode/SDL/SDL.xcodeproj/project.pbxproj+4-4
- Xcode/SDL/pkg-support/SDL.info+1-1
- android-project/app/src/main/java/org/libsdl/app/HIDDeviceManager.java+1
- android-project/app/src/main/java/org/libsdl/app/SDLActivity.java+1-1
- build-scripts/wikiheaders.pl+5-5
- docs/README-emscripten.md+1-1
- docs/README-gdk.md+26
- docs/README-migration.md+1-1
- include/SDL3/SDL.h+1-1
- include/SDL3/SDL_events.h+1
- include/SDL3/SDL_gpu.h+11
- include/SDL3/SDL_hints.h+27
- include/SDL3/SDL_render.h+8-2
- include/SDL3/SDL_version.h+1-1
- src/audio/aaudio/SDL_aaudio.c+7-3
- src/audio/alsa/SDL_alsa_audio.c+9-9
- src/core/linux/SDL_evdev.c+2-3
- src/core/linux/SDL_udev.c+13-2
- src/core/windows/version.rc+4-4
- src/cpuinfo/SDL_cpuinfo.c+4
- src/events/SDL_categories.c+8
- src/events/SDL_categories_c.h+1
- src/events/SDL_events.c+4
- src/events/SDL_pen.c+1
- src/events/scancodes_windows.h+20-20
- src/gpu/SDL_gpu.c+8
- src/gpu/d3d12/SDL_gpu_d3d12.c+17-7
- src/gpu/metal/SDL_gpu_metal.m+1-1
- src/gpu/vulkan/SDL_gpu_vulkan.c+2-1
- src/hidapi/libusb/hid.c+1
- src/joystick/SDL_gamepad_db.h+1
- src/joystick/SDL_joystick.c+1
- src/joystick/hidapi/SDL_hidapi_switch.c+20-11
- src/joystick/hidapi/SDL_hidapi_zuiki.c+9-2
- src/joystick/hidapi/SDL_hidapijoystick.c+1
- src/joystick/usb_ids.h+1
- src/misc/haiku/SDL_sysurl.cc+1-1
- src/process/posix/SDL_posixprocess.c+1-1
- src/render/ps2/SDL_render_ps2.c+1-1
- src/video/SDL_bmp.c+17-7
- src/video/cocoa/SDL_cocoavideo.m+8
- src/video/cocoa/SDL_cocoawindow.m+1
- src/video/emscripten/SDL_emscriptenevents.c+4-5
- src/video/emscripten/SDL_emscriptenopengles.c+6
- src/video/emscripten/SDL_emscriptenvideo.c+5
- src/video/emscripten/SDL_emscriptenvideo.h+1
- src/video/kmsdrm/SDL_kmsdrmopengles.c+12-12
- src/video/wayland/SDL_waylanddatamanager.h-1
- src/video/wayland/SDL_waylandevents.c+7-6
- src/video/wayland/SDL_waylandwindow.c+2
- src/video/x11/SDL_x11video.c-1
- src/video/x11/SDL_x11video.h-1
- src/video/x11/SDL_x11window.c+2-3
- test/CMakeLists.txt+1-2
- test/testgpu_spinning_cube.c+7-2
- test/testgpurender_effects_CRT.frag.dxil.h+86-86
- test/testgpurender_effects_grayscale.frag.dxil.h+206-207
- test/testgpurender_effects_grayscale.frag.hlsl+1-1
- test/testgpurender_effects_grayscale.frag.msl.h+18-20
- test/testgpurender_effects_grayscale.frag.spv.h+15-13
- test/testgpurender_msdf.frag.dxil.h+241-242
0 commit comments