bsnes-hd |
Description |
bsnes-hd (called "HD Mode 7 mod, for bsnes" in early betas) is a fork of bsnes (great SNES emulator by byuu, currently based on version 107r3) that adds HD video features. HD Mode 7Rendering the rotated, scaled or pseudo perspective backgrounds at higher resolutions. This does not involve new custom imagery or upscaling algorithms. It is a higher resolution version of the process the SNES uses.
WidescreenExtending the scenes to the left and right, without distorting them. Works for most Mode 7 scenes, but also for some other scenes/games, after some setting tweaking.
True colorColor calculation are done at true color instead of the SNES color depth (38 instead of 35 bit). With the optional line color smoothing color "steps" turn into actual gradients (without influencing the sharpness of the artwork). Other high resolution featuresSmother color gradients and window effect, not limited by the original resolution or integer precision. plus some non-HD related featureslike the ability to disable background layers, sprites and window effects for screenshots for wallpapers or soft crop to zoom in, leaving maps or static art off the sides of the screen. more to comeFeel free to suggest features. Please remember that this fork focuses on HD and visual output. Help WantedConverting C++ Rendering Code to Shaders for OptimizationCurrently all the HD rendering is running on the CPU cores. This will have to be moved to the GPU to achieve usable performance. I'd really appreciate any help with that, even if it's just to get started. Please open an issue if you want to contribute, or contact me on Reddit. Settingsall in Settings / Emulator ScaleThe resolution Mode 7 is rendered at. Higher setting drastically increase CPU usage. "disable" uses the classic Mode 7 code, disabling some of the following features. (defaults to 2x, to show the effect with the smallest possible CPU impact) Perspective correctionWhether and how pseudo 3D perspective are optimized, avoiding limitations of SNES integer math.
MosaicHow to handle Mosaic effects on Mode 7 backgrounds.
SupersamplingAllows basing every resulting pixel on the average of multiple pixels. At 1x scale it allows using the higher precision at the original resolution, e.g. for use with CRT-shaders. At higher resolutions it is basically expensive anti-aliasing. (defaults to "none") Keep in mind that to estimate the performance impact you have to multiply(!) this value with the "scale" value. WidescreenEnables experimental widescreen functionality
Aspect ratioSpecifies the widescreen aspect ratio. The actual AR are slightly wider than the selection, use some "soft crop" "left" and "right" for the ideal fullscreen experience. "HD" at 5x scale results in a width of 1920, which (combined with "soft crop" "top" and "bottom" at 10, output/center and shader/none) results in perfect 1080p fullscreen. (defaults to 16:9) WS bgSets how the backgrounds of the widescreen areas are filled
WS markerAllows highlighting the edges of the widescreen areas in some ways.
WSM alphaSpecifies how translucent the widescreen markers are. (defaults to 1/1) BG1/BG2/BG2/BG4Settings for the background layers.
SpritesSettings for sprites/objects.
Ignore window
Fallback x-coordinateThe x-coordinate used as fallback for "ignore window". (defaults to 128 (the center)) Line color HDThe amount of neighboring lines used to smooth color gradients that are applied to the frame, e.g. to improve perspective Mode 7 effects, by fading to dark for the "far away" top. "0" disables this smoothing. The default is "4". Window HDThe amount of neighboring lines used to smooth Window effects, like iris transitions, shadows or spell effects. "0" disables smoothing and is the default. (This feature is considered a preview, as the lines at the top and bottom of effects are currently not entirely HD and it, in general, is not that well tested. Please let me know about any games/scenes/effects that work noticeable badly or well) Soft cropAllows widths at the four edges of the image to be declared uninteresting. So when sizing and placing the image, especially in fullscreen, they can overflow the screen, allowing the significant parts of the image to be larger. So to focus on the top part of "Super Mario Kart" set "bottom" to 130 and "top" to 0. Further tweaking based on your monitor AR and liking may be required.
SC Top/Bottom/Left/RightThe soft crop widths for all four edges. (defaults to 10, 10, 20, 20) |
Links |
GitHub - DerKoun/bsnes-hd: bsnes fork that adds HD video features |
Downloads |
|
Gallery |
|
Tags
bsnes-hd
|