-
Notifications
You must be signed in to change notification settings - Fork 50
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
fbneo and pgen don't work without vulkan #262
Comments
Hi, I guess this is on windows platform ? Here I do not have this problem on my windows 10 development platform (with Nvidia). If you can paste the output of the console it could help too. I guess the problem is related to the SDL2 package. |
Yes, it's Windows, I use an AMD Radeon: AMD Radeon HD 5450 (It's understandable for someone who uses NVIDIA to forget that AMD exists haha, but thanks for answering me) |
I guess this is the same problem as seen here: ppy/osu-framework#5702 |
Here it is, if you have the time to test it (copy the file to the emulator directory). |
Vulkan is distributed with AMD graphics card drivers. |
I see, thanks for the clarification. I just submitted a "fix" which copy the dll to the installation folder, but after thinking at it I think it's a bad way of fixing that. |
This Vulkan dll worked perfectly on emulators (they are opening correctly here), but this version of pgen is not recognizing the CHD files that I have, it is correctly reading the CUE/BIN games that are in the same folder as my CHD games , however, did not identify the prototype of Sonic CD and Shining Force (which are in the CHD format), along with the CUE/BIN games that are in the same folder. I tested two keyboards on the emulator, and I saw that even switching between them, none of them can make the space key (44) interact like the A button, to select the game it is necessary to use the key corresponding to the A button, but as do this on Windows if the emulator ignores it? I use a joystick to save the emulator settings, because I can't do this using any keyboard I use (even changing the select and start keys on the emulator, I still can't close it using the keyboard, because even opening the MENU and going to "quit", no key that I set to work as the "A" confirmation key, closes the emulator, the space key works as the "A" key only within the game and not in the game's initial menu, so I have to use a joystick to open and confirm (with A) that I will enter the game, as well as use the same to close the emulator) I believe it would be positive (if possible) to have the option to choose where the rom folders are located directly in the emulator, like those in FBA and MAME, instead of having to manually edit the config, but congratulations on your work! It's the best project we have to contemplate! English isn't really my strong point, but if you ever want to translate the emulator into other languages, you can count on me. I will make a point of helping this project! |
The previous version did not require vulkan, the current one says that a vulkan dll is missing (I do not have vulkan on my video card, and I believe that many use this emulator because it does not require it, having or not vulkan should be optional)
The text was updated successfully, but these errors were encountered: