Skip to content

Sync README API block with raylib-physfs.h#60

Draft
RobLoach wants to merge 2 commits into
masterfrom
fix/59-docs-sync-readme-api-block
Draft

Sync README API block with raylib-physfs.h#60
RobLoach wants to merge 2 commits into
masterfrom
fix/59-docs-sync-readme-api-block

Conversation

@RobLoach

Copy link
Copy Markdown
Owner

Regenerates the README API block from the current header (adds LoadImageAnimFromPhysFS, fixes stale save signatures), mentions animated image support in Features, and documents the MountPhysFSFromMemory buffer lifetime in both README and header. Fixes #59

@RobLoach RobLoach self-assigned this Jul 22, 2026
Comment thread README.md Outdated
Comment thread raylib-physfs.h
Comment on lines +259 to +262
* The fileData buffer is not copied, so it must remain valid until the mount
* point is unmounted with UnmountPhysFS(), or ClosePhysFS() is called.
*
* @param fileData The archive data as a file buffer. Must remain valid while mounted.

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.

With MountPhysFSFromMemory() copy the fileData internally, so that it doesn't need to stay valid while mounted.

@RobLoach
RobLoach marked this pull request as draft July 25, 2026 22:54
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.

Docs: sync README API block with raylib-physfs.h

1 participant