-
-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render without rendering #2152
base: main
Are you sure you want to change the base?
Render without rendering #2152
Conversation
viniciuslrangel
commented
Jan 15, 2025
- Redraw last frame to keep rendering the ImGui
- Draw the game as a imgui window
2ab7bf2
to
b454c56
Compare
Will this work if a frame has "never" been rendered? Some games have MsgDialog on the first frame, before any graphics are ever submitted with GnmSubmitCommandBuffers, such as Knack update v1.10 [Edit]: Knack update v1.10 with ps4 pro mode enabled in the config |
In theory, yes. Are you able to test it? |
Hold on @viniciuslrangel can you test if game patches work? This PR might break game patches. For some reason none of my Knack patches work in this PR build, but they work with the regular master shadps4, even if I drag my PR exe into the same directory as my master shadps4 exe |