EmuCR Feeds
Email Us

EmuCR:bsnes Emulatorsbsnes-classic Git (2017/04/23) is complied. bsnes-classic is a SNES emulator with Qt GUI and debugger. bsnes is an emulator for the Super Famicom and SNES video game systems. The purpose of the emulator is a bit different from other emulators: it focuses on accuracy, debugging functionality, and clean code.

bsnes-classic Git Changelog:
* Merge pull request #113 from undisbeliever/update-tilemap-viewer
Updates to the Tilemap Viewer
* Fix grid pen width in ImageGridWidget for Qt5
Qt5's default pen width is 1.0 and therefore the grid line thickness
increases when zooming in.
This commit changes the grid pen width to the inverse of zoom so it is
rendered same thickness independent of the zoom setting.
* Fix drawSelectedCell for hi-dpi displays
Optiroc has mentioned that the selected tile box's position and size is
multiplied by two on his Mac. This is caused by either
`painter->combinedTransform()` returning the wrong value for hi-dpi
displays or `painter->resetTransform()` not working as expected on
hi-dpi displays.
The new code does not call `painter->resetTransform()` but instead sets
the pen width and cell adjust to the inverse of the zoom, which cancels
out the transform and should render as one pixel to the user.
* Add tile properties for selected tile in Tilemap Viewer
* Add grid cell selection to ImageGridWidget
* Add optional grid to Tilemap Viewer
* Disable TilemapViewer addr/size textboxes when in Mode 7
* Simplify code for TilemapViewer sidebar

Download: bsnes-classic Git (2017/04/23) x86
Download: bsnes-classic Git (2017/04/23) x64
Source: Here

1 Comments:

Can't post a comment? Try This!