mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #3562] [MERGED] Implement getargc and getargv #3575
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3575
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3562
Author: @kalaposfos13
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/9/2025
Merged by: @squidbus
Base:
main← Head:argc-argv📝 Commits (3)
25518c6Implement getargc and getargvc72e69dupdate copyright yeara261b9dthe loathsome clang-formatter📊 Changes
4 files changed (+22 additions, -9 deletions)
View changed files
📝
src/core/libraries/kernel/kernel.cpp(+14 -1)📝
src/core/libraries/kernel/kernel.h(+4 -1)📝
src/core/linker.cpp(+3 -2)📝
src/video_core/texture_cache/texture_cache.h(+1 -5)📄 Description
These are two overall not very important functions I spotted in https://github.com/shadps4-compatibility/shadps4-game-compatibility/issues/1643. I made a very scientific test of loading up Driveclub with a CLI argument that had an easily verifiable result, and that is still working, so I believe that at the very least I didn't mess this up too much
The seemingly random removal of that namespace definition in the completely unrelated header is actually required as it somehow breaks compilation by trying to find Libraries::Kernel in Core::Libraries::Kernel which does not exist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.