mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #182] [MERGED] Miscfixes #1370
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#1370
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/182
Author: @georgemoralis
Created: 6/10/2024
Status: ✅ Merged
Merged: 6/10/2024
Merged by: @georgemoralis
Base:
main← Head:miscfixes📝 Commits (9)
13cd22adepedencies updates and fixesdfc4f1cdon't make fullscreen defaultd89e446moved main code , to emulator,cpp , emulator.h classdeda302clang fix81a1cbfmore clang fix3318f12fixed possible nullptr crash on rwlock create6f8d99ffixed posix_stat error returnbeb6316review fixese84d2cfwrong spdx📊 Changes
20 files changed (+202 additions, -132 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)📝
externals/cryptopp(+1 -1)📝
externals/cryptopp-cmake(+1 -1)📝
externals/fmt(+1 -1)📝
externals/glslang(+1 -1)📝
externals/magic_enum(+1 -1)📝
externals/sdl3(+1 -1)📝
externals/sirit(+1 -1)📝
externals/vma(+1 -1)📝
externals/vulkan-headers(+1 -1)📝
externals/zlib-ng(+1 -1)📝
src/audio_core/sdl_audio.cpp(+3 -0)📝
src/audio_core/sdl_audio.h(+1 -2)📝
src/common/config.cpp(+1 -1)📝
src/core/libraries/kernel/file_system.cpp(+4 -3)📝
src/core/libraries/kernel/threads/kernel_threads_rwlock.cpp(+3 -1)➕
src/emulator.cpp(+139 -0)➕
src/emulator.h(+32 -0)📝
src/main.cpp(+3 -113)📝
src/sdl_window.cpp(+4 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.