jackun / USBqemu-wheel

PCSX2 usb plugin for wheels and increasingly more stuff
The Unlicense
121 stars 21 forks source link

64bit version #26

Closed shadow42085 closed 4 years ago

shadow42085 commented 4 years ago

I am trying to build it as a 64bit version and it fails any ideas?

jackun commented 4 years ago

Why? Is there a 64bit PCSX2?

shadow42085 commented 4 years ago

yes there is that what I have been building out to for awhile now seams more stable for me

jackun commented 4 years ago

Where?

shadow42085 commented 4 years ago

when you build it in visual studio I have it set for 64bit release not 32bit release

jackun commented 4 years ago

You can try, set cmake -DPLUGIN_BUILD_64BIT=ON to force it to not insert -m32 everywhere.

shadow42085 commented 4 years ago

I am building with visual studio or should I use mingw?

shadow42085 commented 4 years ago

ok visual studio is spewing these errors

jackun commented 4 years ago

Did you pull latest master? It should have std::minfix there. But if there's more then just cast every ::size() etc call with size_t type to uint32_t, probably.

shadow42085 commented 4 years ago

that must have did the trick by pulling directly from GitHub must have bypass a problem with VS and loading folders directly and dropped the dll into plugins folder of my 64bit build and it shows up no errors

shadow42085 commented 4 years ago

and with that do you want me to send the warnings that VS gave?

jackun commented 4 years ago

No need. Most can be ignored for now hopefully.