PCSX2 / pcsx2

PCSX2 - The Playstation 2 Emulator
https://pcsx2.net
GNU General Public License v3.0
11.85k stars 1.63k forks source link

[Feature Request]: Setup Implement Plugin Library #11762

Closed mame-rr-player001 closed 2 months ago

mame-rr-player001 commented 2 months ago

Description

It seems that there're no Plugin Library Setup Function in PCSX2 since v2.0.0. I want to implement and QEmu plugin. Please implement this function as v1.6.0. Thanks

Reason

I want to implement and QEmu plugin.

Examples

PCSX2 v1.6.0

F0bes commented 2 months ago

The entire plugin subsystem has been removed, and will not be returning. If you want to implement additional features, you need to add them to pcsx2 directly.

mame-rr-player001 commented 2 months ago

Thanks for you to reply. I see as you say. I use PCSX2 v1.6.0 to play in implement some Plugins.

TheLastRar commented 2 months ago

What are you wanting to implement?

mame-rr-player001 commented 2 months ago

USBqemu-wheel https://github.com/jackun/USBqemu-wheel http://www.tocaedit.com/2013/12/pcsx2-diwheel-mod.html

Nuvee https://www.sindenwiki.org/wiki/PCSX2

TheLastRar commented 2 months ago

USB devices can be setup in Settings->Controllers->USB Port 1/2 Support for both wheels and GunCon 2 can be found there.

If you need help setting up those devices, feel free to ask in our discord. If you are wanting a device that is still unsupported, see this tracking issue https://github.com/PCSX2/pcsx2/issues/4763

mame-rr-player001 commented 2 months ago

Thanks I can setup GunCon 2 as you say. I'll try to setup wheel too later...

And..., ah..., I hava a question. How can I setup Forcefeedback in wheels setup?

TheLastRar commented 2 months ago

And..., ah..., I hava question. How can I setup Forcefeedback in wheels setup?

I'm unsure as I don't have a wheel, You may want to ask in our discord for help on that https://pcsx2.net/discord

mame-rr-player001 commented 2 months ago

Thanks for your reply. I'll do as it is. And then I hope it will implement correct forcefeedback setup.