Commit a5427b4
Sergio Martin
Adding video buffer fix
1 parent 63b2f07 commit a5427b4
File tree
7 files changed
+12
-8
lines changed- Assets/dll
- ExternalProjects/SDL2
- src/BizHawk.Emulation.Cores/Computers/DOS
- waterbox
- dosbox
- dsda
- melon
7 files changed
+12
-8
lines changedBinary file not shown.
- .github/workflows/create-test-plan.py+23-5
- .github/workflows/generic.yml+1-1
- .wikiheaders-options+1-2
- CMakeLists.txt+2-2
- Makefile.os2+2-2
- Makefile.w32+2-2
- VisualC-WinRT/SDL-UWP.vcxproj+2-3
- Xcode/SDL/Info-Framework.plist+2-2
- Xcode/SDL/SDL.xcodeproj/project.pbxproj+10-10
- Xcode/SDL/pkg-support/SDL.info+1-1
- android-project/app/build.gradle+4-4
- android-project/app/src/main/java/org/libsdl/app/SDLActivity.java+2-2
- android-project/build.gradle+1-1
- android-project/gradle/wrapper/gradle-wrapper.properties+1-1
- build-scripts/build-release.py+40-131
- configure+2-2
- configure.ac+2-2
- docs/README-platforms.md+2-1
- docs/README-ps2.md+1-5
- docs/README-psp.md+1-1
- docs/README-touch.md+3
- include/SDL_audio.h+1-11
- include/SDL_endian.h+1-1
- include/SDL_gamecontroller.h-17
- include/SDL_hidapi.h-1
- include/SDL_hints.h+2-33
- include/SDL_joystick.h-8
- include/SDL_keyboard.h-3
- include/SDL_keycode.h-6
- include/SDL_log.h+2-1
- include/SDL_main.h+2-2
- include/SDL_metal.h-8
- include/SDL_rect.h-27
- include/SDL_render.h+1-2
- include/SDL_stdinc.h-36
- include/SDL_surface.h+6-58
- include/SDL_system.h-21
- include/SDL_touch.h-7
- include/SDL_version.h+2-2
- include/SDL_video.h-3
- src/audio/SDL_audio.c+3-8
- src/audio/alsa/SDL_alsa_audio.c+6-45
- src/core/windows/SDL_windows.c-18
- src/core/windows/SDL_windows.h-3
- src/core/winrt/SDL_winrtapp_direct3d.cpp-94
- src/core/winrt/SDL_winrtapp_direct3d.h-1
- src/cpuinfo/SDL_cpuinfo.c+11-10
- src/dynapi/SDL2.exports-1
- src/dynapi/SDL_dynapi_overrides.h-1
- src/dynapi/SDL_dynapi_procs.h-3
- src/events/SDL_mouse.c-9
- src/events/SDL_quit.c+1-3
- src/hidapi/SDL_hidapi.c-5
- src/joystick/SDL_gamecontroller.c+2-8
- src/joystick/SDL_steam_virtual_gamepad.c-35
- src/joystick/emscripten/SDL_sysjoystick.c+6-16
- src/joystick/hidapi/SDL_hidapi_steam.c+16-18
- src/joystick/windows/SDL_rawinputjoystick.c+1-1
- src/main/haiku/SDL_BApp.h+7-7
- src/main/haiku/SDL_BeApp.cc+8-8
- src/main/windows/version.rc+4-4
- src/misc/haiku/SDL_sysurl.cc-4
- src/render/SDL_render.c-42
- src/render/ps2/SDL_render_ps2.c+2-36
- src/render/psp/SDL_render_psp.c+16-178
- src/video/SDL_blit_A.c+2-67
- src/video/SDL_egl.c-12
- src/video/SDL_fillrect.c-62
- src/video/SDL_rect_impl.h+6
- src/video/SDL_sysvideo.h-1
- src/video/SDL_video.c-13
- src/video/cocoa/SDL_cocoaevents.m-2
- src/video/haiku/SDL_BApp.h+7-7
- src/video/haiku/SDL_BWin.h+6-6
- src/video/haiku/SDL_bframebuffer.cc+2-2
- src/video/haiku/SDL_bmodes.cc+2-2
- src/video/haiku/SDL_bopengl.cc+2-2
- src/video/haiku/SDL_bvideo.cc-4
- src/video/haiku/SDL_bwindow.cc+2-2
- src/video/kmsdrm/SDL_kmsdrmvideo.c+1-2
- src/video/wayland/SDL_waylandevents.c+9-14
- src/video/wayland/SDL_waylandmouse.c-3
- src/video/wayland/SDL_waylandvideo.h-1
- src/video/windows/SDL_windowsmouse.c+1-4
- src/video/windows/SDL_windowsopengl.c+1-8
- src/video/windows/SDL_windowsopengl.h-1
- test/testautomation_audio.c-3
- test/testautomation_hints.c+33-83
- test/testautomation_rect.c+6-279
- test/testautomation_render.c+1-139
- test/testautomation_subsystems.c+1-41
- test/testautomation_surface.c+1-57
- test/testautomation_video.c+1-31
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
- .github/workflows/build-bsd.yml-107
- .github/workflows/build-macos.yml+2-16
- .github/workflows/build-windows.yml+3-15
- CMakeLists.txt+6-11
- CMakePresets.json+55-124
- README.md+1-2
- cmake/ConfigureVcpkg.cmake+15-62
- flake.lock+3-3
- flake.nix-7
- melonDLDI/melonDLDI.s+1-1
- res/melon.rc.in-2
- src/ARCodeFile.cpp+31-234
- src/ARCodeFile.h+4-20
- src/ARDatabaseDAT.cpp-374
- src/ARDatabaseDAT.h-74
- src/AREngine.cpp+2-33
- src/ARMInterpreter_Branch.cpp+2-13
- src/ARMJIT.cpp-4
- src/ARMJIT_Global.cpp+4-6
- src/ARMJIT_Memory.cpp+4-9
- src/ARMJIT_x64/ARMJIT_Compiler.cpp-2
- src/ARMJIT_x64/ARMJIT_Linkage.S+6-6
- src/Args.h-1
- src/CMakeLists.txt+2-17
- src/DSi.cpp+30-73
- src/DSi.h-6
- src/DSi_Camera.cpp+10-23
- src/DSi_Camera.h-3
- src/DSi_SD.cpp+2-4
- src/FATStorage.cpp+5-3
- src/FIFO.h+1-1
- src/GPU.h+1
- src/GPU3D_Compute.cpp+6-35
- src/GPU3D_Compute.h+4-6
- src/GPU3D_Compute_shaders.h+4-2
- src/GPU3D_Soft.cpp+16-16
- src/GPU3D_Soft.h+11-11
- src/InvisiblePoolAllocator.cpp+5-11
- src/InvisiblePoolAllocator.h-6
- src/Mic.cpp+2-2
- src/NDS.cpp+11-8
- src/NDS.h+1-1
- src/Platform.h-3
- src/SPI.cpp+2-2
- src/SPU.cpp+41-202
- src/SPU.h+12-23
- src/Utils.h-14
- src/blip-buf/license.txt-504
- src/blip-buf/readme.txt-62
- src/blip_buf/blip_buf.c+1-1
- src/blip_buf/blip_buf.h+1-1
- src/debug/GdbCmds.cpp+3-3
- src/debug/GdbProto.cpp+1-1
- src/debug/GdbStub.cpp+9-8
- src/dolphin/x64CPUDetect.cpp+4-4
- src/frontend/qt_sdl/CMakeLists.txt+2-19
- src/frontend/qt_sdl/CheatImportDialog.cpp-366
- src/frontend/qt_sdl/CheatImportDialog.h-73
- src/frontend/qt_sdl/CheatImportDialog.ui-385
- src/frontend/qt_sdl/CheatsDialog.cpp+174-650
- src/frontend/qt_sdl/CheatsDialog.h+6-41
- src/frontend/qt_sdl/CheatsDialog.ui+87-238
- src/frontend/qt_sdl/EmuInstance.cpp-2
- src/frontend/qt_sdl/EmuInstance.h+1
- src/frontend/qt_sdl/EmuInstanceAudio.cpp+42-18
- src/frontend/qt_sdl/Platform.cpp+12-19
- src/frontend/qt_sdl/SaveManager.h-2
- src/frontend/qt_sdl/Screen.cpp+7-28
- src/frontend/qt_sdl/TitleManagerDialog.cpp+12-9
- src/frontend/qt_sdl/Window.cpp+3
- src/frontend/qt_sdl/main.cpp+24-12
- src/melonDLDI.h+1-1
- src/net/Net_Slirp.cpp-3
- src/net/libslirp/glib/glib.h-5
- src/types.h-7
- src/xxhash/xxh3.h+2.3k-14
- src/xxhash/xxhash.c+4-3
- src/xxhash/xxhash.h+1.4k-6.7k
- vcpkg.json+1-14
0 commit comments