-
Notifications
You must be signed in to change notification settings - Fork 0
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
awesome tool, small suggestion #1
Comments
Thanks so much, I'm glad someone has found it useful. Unfortunately no, currently EmuDiscer doesn't watch for disc reinsertion because I haven't thought of such case 😅. However, I could add it. Out of curiosity, does the old Dolphin instance recognize the disc has been reinserted? I'm not able to test it at this time, but I guess it depends on the console and emulator so I could add an option to either wait or close the emu in the next release. For now, I guess you can only close the unnecessary window or configure the system to allow only one instance. |
The old dolphin don't get the chance to detect the disc as the new dolphin instance takes control over the drive. :'( |
This is a great idea and I would love to help. I had built a project 12 years ago that recognized a PC game disc when inserted and would run a macro to install and launch the game (if a macro was found in the database). With that in mind, I had the idea of being able to launch emulators for discs inserted for systems that can't read the disc. Perhaps a fork of this project or an addition to this one. Example:
This approach allows for more emulators to be supported while sparing the optical drive, as the hardware is aging and becoming increasing harder to find. In a way, the disc would act more like a key to direct the program what to do rather than read directly from it (though that could still be an optio for the player). It may likely require a database of game titles and identifiers such as serial numbers, directory structures, file sizes, etc. to identify particular titles on a console. My approach on the PC game/console hybrid could be applied here. If there is some other way I can be helpful, please let me know. This sounds like an awesome project, and I love that it is on both Windows and Linux. Thank you for the work you have put into it. |
Hi awesome tool, been searching for something like this until some guy from the dolphin Emu discord suggested it.
So I out a Wii disc in and dolphin loads up full screen, alls good bit when I ejected the disc, dolphin gives an error unable to read dvd and gives the option to ignore etc, so when in push the disk back on it instead of continuing on the current emulator, it loads up another instence of dolphin. Am I doing something wrong or is there an extra step to prevent another instant of the emulator running if there's already one running?
Thanks
The text was updated successfully, but these errors were encountered: