mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #65] [MERGED] Timers and general refactoring #1259
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#1259
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/65
Author: @georgemoralis
Created: 10/29/2023
Status: ✅ Merged
Merged: 10/31/2023
Merged by: @georgemoralis
Base:
main← Head:timers_again📝 Commits (10+)
ce2c7a7restored previous timer classf732704implemented fps counter758ef33implemented sceKernelGetProcessTime3602864added timestamp in buttons state51dda8enamespace update0ad40cfimplemented sceKernelGetProcessTimeCounter , sceKernelGetProcessTimeCounterFrequency61e8919pause emu with p button6f941c2reimplemented sceKernelReadTsc in proper package and some abi fixescfdc45dfile_system reorganized (dummy)93e7548refactoring Core folder to core📊 Changes
44 files changed (+494 additions, -177 deletions)
View changed files
📝
CMakeLists.txt(+32 -30)📝
src/Core/PS4/GPU/gpu_memory.h(+1 -1)📝
src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp(+5 -4)📝
src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h(+2 -2)📝
src/Core/PS4/HLE/Graphics/video_out.cpp(+6 -6)📝
src/Core/PS4/HLE/Graphics/video_out.h(+2 -2)📝
src/Core/PS4/HLE/Kernel/Objects/event_queue.cpp(+7 -6)📝
src/Core/PS4/HLE/Kernel/Objects/physical_memory.h(+2 -2)📝
src/Core/PS4/HLE/Kernel/cpu_management.cpp(+1 -1)📝
src/Core/PS4/HLE/Kernel/event_queues.cpp(+2 -2)📝
src/Core/PS4/HLE/Kernel/memory_management.cpp(+2 -2)📝
src/Core/PS4/HLE/LibKernel.cpp(+6 -12)📝
src/Core/PS4/HLE/LibKernel.h(+0 -1)📝
src/Core/PS4/HLE/LibSceGnmDriver.cpp(+1 -1)📝
src/Core/PS4/HLE/Libs.cpp(+7 -7)📝
src/Core/PS4/HLE/Libs.h(+1 -1)➕
src/Core/hle/libraries/libkernel/file_system.cpp(+29 -0)➕
src/Core/hle/libraries/libkernel/file_system.h(+13 -0)➕
src/Core/hle/libraries/libkernel/time_management.cpp(+24 -0)➕
src/Core/hle/libraries/libkernel/time_management.h(+13 -0)...and 24 more files
📄 Description
Added fps counter
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.