Themaister / parallel-rdp

A low-level Vulkan compute emulation of the N64 RDP
MIT License
151 stars 15 forks source link

how to compile this for pj64 #58

Open Benman2785 opened 5 months ago

Benman2785 commented 5 months ago

Hey,

how can i compile this for PJ64.

Also: does it feature fixed resolutions and upscaling? Like can i play in 1920x1080 with 2x or 4x N64 internal render resolution.

so far i use https://github.com/ariahiro64/pj64-parallelrdp - but it crops wrong - like i have black bars on left, right and bottom. so its not "fullscreen":

this is how fullscreen looks image

this is how i use it currently image

mudl0rd commented 5 months ago

This repo cannot be used with PJ64 in its current state. It needs that port I did to work. You use MSYS2 to compile.

Widescreen support iirc is not supported.

Benman2785 commented 5 months ago

thank you - so far i can live with what i got :)