BizHawk icon indicating copy to clipboard operation
BizHawk copied to clipboard

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all...

Results 282 BizHawk issues
Sort by recently updated
recently updated
newest added

Current code: https://github.com/TASVideos/BizHawk/blob/master/src/BizHawk.Client.Common/Api/Classes/MemoryApi.cs#L246-L256 when a readbyterange is used every frame for large amounts, this can greatly reduce performance (60fps to 2fps). This is partially due to the memory allocation every...

Enhancement
App: EmuHawk
re: APIHawk
Meta

Unthrottling the speed and then pausing the emulator seems to burn cpu by having one thread continuously looping through some code and never being throttled. Interestingly, this even works in...

App: EmuHawk
Repro: Regression from 2.7
Repro: Affects 2.9 dev

Natt's responses to the recent NES mapper issue have led to me having to field a very frustrating complaint about his behaviour. I shouldn't have to do this. Over the...

Meta

Reminded about this by natt and feos joking about crash reports in IRC. I'd briefly discussed it with adelikat a while back and came across [[1]](https://www.meziantou.net/use-application-insights-in-a-desktop-application.htm), which looks promising technically...

Enhancement
Question/Support
Meta
Open to design proposals only

This is a proof-of-concept for creating an abstraction over WinForms, which we could later implement using another UI framework without needing to rewrite EmuHawk. It doesn't work with the Designer,...

Title. Might be better implemented as a frontend feature. edit: Making this the frontend's responsibility would enable multi-source output on Linux (maybe Windows too).

Enhancement
Core: GBHawk
Open to design proposals only

![image](https://user-images.githubusercontent.com/22375320/178144108-851c5ee5-b8a3-4b18-a40f-2c7480d81abe.png) The name of the option "Desired frame length" is confusing. First off, what does it even mean to have a frame length of 300, and what about it is...

Enhancement
App: EmuHawk

Under Sound Channels is a slider for a setting called "APU Channels". This affects the overall volume of all five standard channels of the NES APU. However, it does not...

Enhancement
Core: NesHawk

I've looked around but haven't been able to find an answer. Can I import .sav files into BizHawk to load save files, and if so, how?

Question/Support