mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #559] [MERGED] Fix general typos #1635
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#1635
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/559
Author: @LeDragoX
Created: 8/24/2024
Status: ✅ Merged
Merged: 8/26/2024
Merged by: @raphaelthegreat
Base:
main← Head:fix-typo📝 Commits (1)
85d20e9fix typo in LOG_INFO📊 Changes
27 files changed (+61 additions, -61 deletions)
View changed files
📝
CMakeLists.txt(+1 -1)📝
scripts/aerolib.inl(+2 -2)📝
scripts/ps4_names.txt(+2 -2)📝
src/common/config.cpp(+4 -4)📝
src/common/config.h(+4 -4)📝
src/common/debug.h(+1 -1)📝
src/core/aerolib/aerolib.inl(+2 -2)📝
src/core/aerolib/stubs.cpp(+1 -1)📝
src/core/file_format/pkg.cpp(+2 -2)📝
src/core/file_sys/fs.cpp(+1 -1)📝
src/core/file_sys/fs.h(+2 -2)📝
src/core/libraries/app_content/app_content.cpp(+4 -4)📝
src/core/libraries/app_content/app_content.h(+2 -2)📝
src/core/libraries/kernel/file_system.cpp(+1 -1)📝
src/core/libraries/videoout/driver.cpp(+1 -1)📝
src/core/linker.cpp(+6 -6)📝
src/core/memory.cpp(+1 -1)📝
src/qt_gui/game_list_utils.h(+1 -1)📝
src/qt_gui/main_window.cpp(+14 -14)📝
src/shader_recompiler/backend/spirv/emit_spirv_context_get_set.cpp(+2 -2)...and 7 more files
📄 Description
After seeing it was not that complicated, the scope of this PR will be at fixing all the typos found inside the
srcfolder.Like fixing this typo presented here (visilibity -> visibility)
github.com/shadps4-emu/shadPS4@243fd0be78/src/core/linker.cpp (L187-L189)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.