mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #62] [MERGED] code: Rework elf loader and general cleanup #1253
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#1253
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/62
Author: @raphaelthegreat
Created: 10/26/2023
Status: ✅ Merged
Merged: 10/27/2023
Merged by: @georgemoralis
Base:
main← Head:new-elf📝 Commits (7)
ca564b9core: Rework elf loader7cbe7c7linker: Eliminate orphan newsf3504b2singleton: Use unique_ptr33729d6main: Remove remnants of imgui example28819decode: Replace printf/scanf with type safe fmte196e35vulkan: Remove orphan new part 10021e68vulkan: Remove orphan new part 2📊 Changes
20 files changed (+831 additions, -1075 deletions)
View changed files
📝
src/Core/FsFile.cpp(+71 -100)📝
src/Core/FsFile.h(+77 -52)📝
src/Core/PS4/GPU/video_out_buffer.cpp(+4 -5)📝
src/Core/PS4/HLE/Graphics/graphics_ctx.h(+7 -6)📝
src/Core/PS4/HLE/Graphics/graphics_render.cpp(+28 -41)📝
src/Core/PS4/HLE/Graphics/graphics_render.h(+8 -6)📝
src/Core/PS4/Linker.cpp(+146 -167)📝
src/Core/PS4/Linker.h(+61 -63)📝
src/Core/PS4/Loader/Elf.cpp(+272 -275)📝
src/Core/PS4/Loader/Elf.h(+43 -23)📝
src/Core/PS4/Loader/SymbolsResolver.cpp(+10 -13)📝
src/Emulator/Util/singleton.h(+8 -11)📝
src/GUI/ElfViewer.cpp(+13 -13)📝
src/Util/Disassembler.cpp(+7 -8)📝
src/Util/config.cpp(+5 -4)📝
src/emulator.cpp(+22 -26)📝
src/emulator.h(+6 -5)📝
src/main.cpp(+8 -213)📝
src/vulkan_util.cpp(+33 -35)📝
src/vulkan_util.h(+2 -9)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.