mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #176] [MERGED] Bunny must die #1363
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#1363
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/176
Author: @georgemoralis
Created: 6/8/2024
Status: ✅ Merged
Merged: 6/8/2024
Merged by: @psucien
Base:
main← Head:bunnies📝 Commits (5)
a1efcd9added rtc and disc_map modules5be6777added sceKernelPread2e6c28cpartial sceKernelFStat84dca0aadded sceKernelTriggerUserEvent,sceKernelDeleteUserEvent908eaa1clang format fix📊 Changes
13 files changed (+528 additions, -0 deletions)
View changed files
📝
CMakeLists.txt(+5 -0)📝
src/common/logging/filter.cpp(+2 -0)📝
src/common/logging/types.h(+2 -0)➕
src/core/libraries/disc_map/disc_map.cpp(+48 -0)➕
src/core/libraries/disc_map/disc_map.h(+20 -0)➕
src/core/libraries/disc_map/disc_map_codes.h(+10 -0)📝
src/core/libraries/kernel/event_queues.cpp(+9 -0)📝
src/core/libraries/kernel/event_queues.h(+2 -0)📝
src/core/libraries/kernel/file_system.cpp(+53 -0)📝
src/core/libraries/kernel/libkernel.cpp(+3 -0)📝
src/core/libraries/libs.cpp(+4 -0)➕
src/core/libraries/rtc/rtc.cpp(+303 -0)➕
src/core/libraries/rtc/rtc.h(+67 -0)📄 Description
This Pr is for making the game goes ingame (and probably playable)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.