Skip to content

Fix a bug in the SAF implementation of the VFS mkdir function - #19342

Merged
LibretroAdmin merged 1 commit into
libretro:masterfrom
white-axe:vfs-mkdir-saf
Aug 4, 2026
Merged

Fix a bug in the SAF implementation of the VFS mkdir function#19342
LibretroAdmin merged 1 commit into
libretro:masterfrom
white-axe:vfs-mkdir-saf

Conversation

@white-axe

Copy link
Copy Markdown
Contributor

Guidelines

  1. Rebase before opening a pull request
  2. If you are sending several unrelated fixes or features, use a branch and a separate pull request for each
  3. If possible try squashing everything in a single commit. This is particularly beneficial in the case of feature merges since it allows easy bisecting when a problem arises
  4. RetroArch codebase follows C89 coding rules for portability across many old platforms check using C89_BUILD=1

Description

The SAF implementation of the VFS mkdir function previously had a bug that caused it to always failed to create a directory. This fixes the implementation.

@cscd98

cscd98 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

It makes sense, the original code modified path 👍

@LibretroAdmin
LibretroAdmin merged commit 91d9bf2 into libretro:master Aug 4, 2026
55 checks passed
@white-axe
white-axe deleted the vfs-mkdir-saf branch August 4, 2026 14:20
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.

3 participants