Releases: MechaDragonX/Bheithir
v0.8.1 - Remove Unused Interface
The code was changed after the last release to remove the unused interface (7fddd6b
). Since I changed the code to use a base class instead of an interface, there's no need to keep it after all. Please see v0.8
for more information on what this major revision added and basic instructions for how to run it. Further instructions can be found in the readme.
v0.8 - Now With Support for VBA-M!
New Features
- Support for VBA-M, and emulator for the Nintendo Game Boy, Game Boy Color, and Game Boy Advance.
Archive Information
Available in a standard zip archive.
Running Instructions
Builds are only available for Windows! This is not cross-platform!
You can run the executable either by double-clicking it, or navigating to it via Command Prompt or PowerShell, and executing it.
Example Console Output
What emulator are you using?
vbam
Successfully connected to client!
Presence successfully set!
Example Status
v0.7 - Now with Fusion Support!
New Features
- Switched to .NET 5. In order to run this and all further versions of Bheithir, you must install .NET 5. Please see the readme for instructions.
- Support for Fusion, and emulator for SEGA 8 and 16-bit consoles, such as the Master System / Mark III and Genesis / Mega Drive
Archive Information
Available in a standard zip archive.
Running Instructions
Builds are only available for Windows! This is not cross-platform!
You can run the executable either by double-clicking it, or navigating to it via Command Prompt or PowerShell, and executing it.
Example Console Output
What emulator are you using?
fusion
Successfully connected to client!
Presence successfully set!
Example Status
v0.6 - Now with Snes9x support
v0.5 - FCEUX Support~!
v0.4 - Modular Design Implemented
Implemented modular design to facilitate support of other emulators.
v0.3 - Add Idle Status
v0.2 - Images in Presence
v0.1.1 - Some Error Checking so it Doesn't Crash!
I forgot to properly include error handling to prevent crashing when the DOSBox process isn't open!