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 230 BizHawk issues
Sort by recently updated
recently updated
newest added

since https://github.com/TASEmulators/BizHawk/commit/d142555ec3ab643361fff9973da63d28b652fa7b I tried absolutely everything I could find on google, including https://devblogs.microsoft.com/nuget/deprecating-tls-1-0-and-1-1-on-nuget-org/ and installing ALL OS updates. I tried grabbing `microsoft.bcl.hashcode.1.1.1.nupkg` from Yoshi and extracting it to `E:\Program Files...

App: EmuHawk
Meta

- Add configuration for auto-saving state on exit - Update MainForm to auto save on close game if configured - Fix config serialization test. #1861

Waiting on user/contributor response

Tested with DevBuild 5875df4 It loads the first level and then the game freezes completely.

Core: SMSHawk
Inaccuracy
help wanted
Repro: Regression from 2.7

Would it be useful to have a standard mechanism for this, or is it enough that users can, for example, check disasm at PC for the halt instruction? My initial...

Enhancement
Question/Support
Waiting on dev consensus

a feature request, and not replace but offer as well blastem_libretro waterbox? blastem_libretro.dll feature request? ALT core?

Enhancement
Core: Future core

BizHawk does not emulate REU components. This unsuprisingly makes Sonic on C64 unplayable at all. You need to use this command to load this game: ``` LOAD"*",8,1 ``` (You will...

Enhancement
Core: C64Hawk

A somewhat alternative to https://github.com/TASEmulators/BizHawk/commit/d6ba93150c111688e1638aa57a8bbd4b4ded815c I suppose? Main idea is to get rid of 1. the thousands of audio sample callbacks per frame 2. the resampler (which is "quite inefficient"...

This changeset includes some (somewhat experimental) performance optimizations for the main run loop. Optimization was guided with instrumentation and measured with displayed FPS while unthrottled and with Rewind disabled. I...

Adde both the button and the strip menu option for editting a marker frame, using its `Move` method. - [X] I have run any relevant test suites - [X] I,...