-
Notifications
You must be signed in to change notification settings - Fork 24
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
[Request] How do I make my own patch? #256
Comments
Hey there. I am one of the people who makes patches for this project. I will write a guide on how to set it all up and how it all works etc. It might take some time, since I have a full time job and some other stuff on the side, but I will do my best. Feel free to ask questions in the mean time! |
Here is a post I just made, if something isn't clear enough, feel free to ask: My blog |
Thanks, sorry I did not reply earlier. I do not send emails often. I will look into the guide thanks:)
…________________________________
From: Kutsuya Yuki - 久津屋 雪 ***@***.***>
Sent: Friday, August 25, 2023 2:58 PM
To: Electry/VitaGrafix ***@***.***>
Cc: Haasman0 ***@***.***>; Author ***@***.***>
Subject: Re: [Electry/VitaGrafix] [Request] How do I make my own patch? (Issue #256)
Here is a post I just made, if something isn't clear enough, feel free to ask: My blog<http://wp.yuki.pet/?p=113>
—
Reply to this email directly, view it on GitHub<#256 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBFXVFGGDV2354775HSM3RDXXCOP3ANCNFSM6AAAAAA35KF264>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi, do you think you can make a guide for resolution too. Thanks for the effort.
…________________________________
From: Kutsuya Yuki - 久津屋 雪 ***@***.***>
Sent: Friday, August 25, 2023 2:58 PM
To: Electry/VitaGrafix ***@***.***>
Cc: Haasman0 ***@***.***>; Author ***@***.***>
Subject: Re: [Electry/VitaGrafix] [Request] How do I make my own patch? (Issue #256)
Here is a post I just made, if something isn't clear enough, feel free to ask: My blog<http://wp.yuki.pet/?p=113>
—
Reply to this email directly, view it on GitHub<#256 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBFXVFGGDV2354775HSM3RDXXCOP3ANCNFSM6AAAAAA35KF264>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hey, for resolution it's about the same. But you'll have to search a bit differently. For example, you could do a search > scalar search > 960 (or whatever the resolution is) and check all the results. It's usually in a MOV function. It's hard to explain, it's really quite a lot of effort to explain by text. EDIT: I'll reflect this in my guide sometime later! |
Thanks, I really appreciate it=)
…________________________________
From: Kutsuya Yuki - 久津屋 雪 ***@***.***>
Sent: Saturday, September 2, 2023 7:59 PM
To: Electry/VitaGrafix ***@***.***>
Cc: Haasman0 ***@***.***>; Author ***@***.***>
Subject: Re: [Electry/VitaGrafix] [Request] How do I make my own patch? (Issue #256)
Hey, for resolution it's about the same. But you'll have to search a bit differently. For example, you could do a search > scalar search > 960 (or whatever the resolution is) and check all the results. It's usually in a MOV function.
It's hard to explain, it's really quite a lot of effort to explain by text.
—
Reply to this email directly, view it on GitHub<#256 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBFXVFFMJTUKF6MTBGLH7GLXYNXY7ANCNFSM6AAAAAA35KF264>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Maybe you can make a guide when you feel like it:)
…________________________________
From: Kutsuya Yuki - 久津屋 雪 ***@***.***>
Sent: Saturday, September 2, 2023 7:59 PM
To: Electry/VitaGrafix ***@***.***>
Cc: Haasman0 ***@***.***>; Author ***@***.***>
Subject: Re: [Electry/VitaGrafix] [Request] How do I make my own patch? (Issue #256)
Hey, for resolution it's about the same. But you'll have to search a bit differently. For example, you could do a search > scalar search > 960 (or whatever the resolution is) and check all the results. It's usually in a MOV function.
It's hard to explain, it's really quite a lot of effort to explain by text.
—
Reply to this email directly, view it on GitHub<#256 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBFXVFFMJTUKF6MTBGLH7GLXYNXY7ANCNFSM6AAAAAA35KF264>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Btw, where did you get the address under @fps from.
…________________________________
From: Kutsuya Yuki - 久津屋 雪 ***@***.***>
Sent: Saturday, September 2, 2023 7:59 PM
To: Electry/VitaGrafix ***@***.***>
Cc: Haasman0 ***@***.***>; Author ***@***.***>
Subject: Re: [Electry/VitaGrafix] [Request] How do I make my own patch? (Issue #256)
Hey, for resolution it's about the same. But you'll have to search a bit differently. For example, you could do a search > scalar search > 960 (or whatever the resolution is) and check all the results. It's usually in a MOV function.
It's hard to explain, it's really quite a lot of effort to explain by text.
—
Reply to this email directly, view it on GitHub<#256 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBFXVFFMJTUKF6MTBGLH7GLXYNXY7ANCNFSM6AAAAAA35KF264>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It's a difficult one. You would have to look for functions that implement vsync for example and nop those out. For example, this function: sceDisplayWaitVblankStart or equivalent functions. If that doesn't get used, then it's a bit more difficult. You would have to look for a function that implements some kind of timing. I can't help much if this is the case. You would have to find the main loop and looks how it syncs up with the refresh rate. |
Ok thanks:)
…________________________________
From: Kutsuya Yuki - 久津屋 雪 ***@***.***>
Sent: Sunday, September 3, 2023 6:25 PM
To: Electry/VitaGrafix ***@***.***>
Cc: Haasman0 ***@***.***>; Author ***@***.***>
Subject: Re: [Electry/VitaGrafix] [Request] How do I make my own patch? (Issue #256)
It's a difficult one. You would have to look for functions that implement vsync for example and nop those out. For example, this function: sceDisplayWaitVblankStart<https://docs.vitasdk.org/group__SceDisplayUser.html#gab0dbd41679e2aab2325ceac6a41cc052> or equivalent functions.
If that doesn't get used, then it's a bit more difficult. You would have to look for a function that implements some kind of timing. I can't help much if this is the case. You would have to find the main loop and looks how it syncs up with the refresh rate.
—
Reply to this email directly, view it on GitHub<#256 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBFXVFEQ7X2TBY7ZCXXKCJTXYSVOPANCNFSM6AAAAAA35KF264>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I am asking for a tutorial on how to make my own patch.
The text was updated successfully, but these errors were encountered: