mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #56] [CLOSED] virt: Initial implementation using zydis and xbyak #1247
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#1247
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/56
Author: @skmp
Created: 10/15/2023
Status: ❌ Closed
Base:
main← Head:skmp/zdys-virt📝 Commits (4)
afe8ee1virt: WIP with zydis and xbyak1a9e1ffWIP: Fix stack setupaddadb2WIP: Add __error, mmap workarounds483ce75WIP: Add asserts for segment overrides📊 Changes
6 files changed (+647 additions, -22 deletions)
View changed files
📝
.gitmodules(+5 -0)📝
src/core/PS4/HLE/LibKernel.cpp(+50 -0)📝
src/core/PS4/Linker.cpp(+586 -17)📝
src/core/PS4/Stubs.cpp(+4 -4)📝
src/core/PS4/Stubs.h(+1 -1)➕
third-party/xbyak(+1 -0)📄 Description
Overview
This is a cut-down version of #23, meant to provide very basic, simple virtualization at the cost of perfomance.
Goals
Todo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.