]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
od-unix: add SDL runtime backend
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:57:54 +0000 (07:57 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
commita326a478c47671339b888ed644ff9dd2b374708d
treed5825c481045af14c082333ddbabf70951702cb8
parent2a4856889847b837074be36f15a513b6f90a749b
od-unix: add SDL runtime backend

Add the SDL-backed video, input, audio, sampler, and drive-click runtime
implementation for the Unix target.

This is the runtime path used by the standalone emulator window outside
the Qt configuration frontend.
od-unix/driveclick.cpp [new file with mode: 0644]
od-unix/graphics.cpp [new file with mode: 0644]
od-unix/input.cpp [new file with mode: 0644]
od-unix/input.h [new file with mode: 0644]
od-unix/sampler_sdl.cpp [new file with mode: 0644]
od-unix/sound.cpp [new file with mode: 0644]
od-unix/sound_unix.h [new file with mode: 0644]
od-unix/sounddep/sound.h [new file with mode: 0644]
od-unix/video.h [new file with mode: 0644]
od-unix/video_null.cpp [new file with mode: 0644]
od-unix/video_sdl.cpp [new file with mode: 0644]