Skip to content

Update physfs and use SDL physfssdl3 in tests#24

Merged
RobLoach merged 9 commits into
masterfrom
fix/sdl-physfs-platform
Jun 6, 2026
Merged

Update physfs and use SDL physfssdl3 in tests#24
RobLoach merged 9 commits into
masterfrom
fix/sdl-physfs-platform

Conversation

@RobLoach

@RobLoach RobLoach commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Updates physfs to commit 5f73e95 (which includes physfssdl3 and physfs_platform_sdl3), adds physfssdl3.c to the test build, and tests PHYSFSSDL3_openRead and PHYSFSSDL3_makeStorage. Fixes #23

@RobLoach RobLoach self-assigned this Jun 5, 2026
Comment thread test/CMakeLists.txt Outdated
add_executable(SDL_PhysFS_Test SDL_PhysFS_Test.c)
add_executable(SDL_PhysFS_Test
SDL_PhysFS_Test.c
${physfs_SOURCE_DIR}/extras/physfssdl3.c

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, not physfssdl3.c... Use physfs_platform_sdl3.c

@RobLoach
RobLoach marked this pull request as draft June 5, 2026 21:02
@RobLoach
RobLoach marked this pull request as ready for review June 6, 2026 03:25
Comment thread test/cmake/FindPhysFS.cmake Outdated
@RobLoach
RobLoach merged commit c9571a5 into master Jun 6, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update and use the SDL physfs platform in the tests

1 participant