higan
higan copied to clipboard
higan is a multi-system emulator focused on accuracy, preservation, and configurability.
When byuu gave me a backup of the contents of byuu.org, it included two articles about higan's architecture: one about the `Emulator::Interface` API that the front-ends use to talk to...
Currently there are many .cpp and .hpp files that don't have any includes because they get included in some 'main' .cpp/.hpp file. This leads to a situation where an IDE...
If the user launches Higan from the a start menu search, Higan cannot resolve relative paths. [e.g. any paths in any bml files that start with "./"]. To reproduce: 1....
I am using Higan v110 on Windows 10 x86_64. I created a new Famicom system, set up a controller, etc. When I load up my ROM, everything seems to be...
Hello, After compiling (with mingw32-make.exe on Windows), everything works except the keyboard input: in options as in games. Can you help me ? Thanks
higan's success up to this point is at least partially due to hiro and ruby; being able to provide a native-feeling UI across multiple platforms is a tremendous benefit. However,...
Currently, when higan starts up, it looks for a `paths.bml` file [beside the executable](https://github.com/higan-emu/higan/blob/ed447c1ae6a78f4b880d5c7c1fcbedb5d57abda9/higan/target-higan/higan.cpp#L35-L37). If it exists, higan [reads](https://github.com/higan-emu/higan/blob/ed447c1ae6a78f4b880d5c7c1fcbedb5d57abda9/higan/target-higan/higan.cpp#L41-L44) the path to the data and template directories from it. If...
People often get themselves into a situation where higan can't find its system templates: - they built from source but didn't `make install` - they tried to run the executable...
So I have a preliminary controller database here in line-per-entry CSV format. Each line has 4 fields. Field 2 identifies the game for db maintenance. Fields 1, 3, and 4...
User "TontonMous" on Discord reported that when playing Landstalker, the game freezes when using a transporter. The particular transporter was one in front of a green statue in Mir's Tower,...