GB / GBC模擬器 binjgb 發布新版,更新如下 :
2021年8月22日 星期日
2021年8月21日 星期六
Cemu 1.25.2
Wii U模擬器 Cemu 發布新版,更新如下 :
syshid: Various tweaks and fixes to the emulated HID driver (#545)
Fixes USB portal device randomly disconnecting in Skylanders Swap Force
Fixes high latency (up to half a minute) on some portal devices
Vulkan: Ignore invalid mips for MSAA textures
Fixes Snoopy's Grand Adventure (US) crashing on boot (#355)
The EU version still gets stuck at the language selection screen. A workaround for this is to use a save file with the language already set
Vulkan: Added support for little-endian encoded vertex indices
Fixes broken 3D geometry in Neko entertainment games (or anything that uses NGDK2 engine)
VPAD: Corrected behavior of touch-screen coordinates when in non-touching state
Fixes unclickable buttons in Neko entertainment games
AX: Implemented API AXSetVoiceOffsetsEx
F1 Racing should no longer crash on launch
UI: When launching Cemu with the -g option skip loading and displaying the game list
UI: More descriptive error messages when launching a game fails (e.g. due to moving game files but not updating the paths)
UI: Fixed an issue where changes to graphic packs settings would not save
nsysnet: Fixed a crash in getsockopt()
Seen in Skylanders Swap Force with online mode enabled
coreinit: Implemented API FSTruncateFile/FSTruncateFileAsync
Adventure of Pip will no longer freeze when saving
coreinit: Correctly handle the mirrored affinity bits in OSThread context
Fixes Othello softlocking on the titlescreen2021年8月15日 星期日
Gearsystem 3.4.0
Sega Master System / Game Gear / SG-1000模擬器 Gearsystem 發布新版,更新如下 :
- All platforms:
- BIOS support.
- 3D glasses support (choose eye).
- Janggun mapper.
- Fix incorrect region detection.
- Many performance improvements.
- Several bug fixes.
- Windows , Linux and Mac (desktop):
- Fullscreen.
- Multi-line cheat input to add multiple cheats in batch.
- BSD support.
- Debugger: go-to address, double click in jumps, back, memory breakpoints.
- RetroArch (libretro):
- Apple TV
- macOS ARM
- OpenDingux
Gearboy 3.4.0
GB / GBC模擬器 Gearboy 發布新版,更新如下 :
- All platforms:
- GBA mode.
- Bootrom support.
- Many performance improvements.
- Several bug fixes.
- Windows , Linux and Mac (desktop):
- Fullscreen.
- Multi-line cheat input to add multiple cheats in batch.
- BSD support.
- 5 custom palettes.
- Debugger: go-to address, double click in jumps, back, memory breakpoints.
- RetroArch (libretro):
- Apple TV
- macOS ARM
- OpenDingux
2021年8月12日 星期四
2021年8月8日 星期日
Cemu 1.25.1c
Wii U模擬器 Cemu 發布新版,更新如下 :
New in 1.25.1c:
UI: Cemu will inform the user about the available Cemuhook update if an outdated Cemuhook installation is detected
New in 1.25.1b:
general: A side effect of upgrading wxWidgets was that it broke compatibility with Cemuhook
This hotfix prevents outdated Cemuhook from crashing Cemu
You can get an updated version of Cemuhook for 1.25.1 on https://cemuhook.sshnuke.net/
New in 1.25.1:
general: We now ship with Cemuhook's shared fonts as the default system fonts
Our previous placeholder font was incomplete and lacked some special characters as well as many non-latin characters
Credits go to rajkosto for creating the fonts and hand-drawing the Nintendo specific glyphs
general: Fixed an issue where Cemu would create the mlc directory at the default location before the user set a location in the 'Getting started' window
general: Improved robustness of title/update installer. It should no longer crash when encountering unexpected errors
AX: Fixed behavior of AXGetVoiceLoopCount()
Resolves an issue where animations would reset or skip ahead in Splatoon and Super Mario Maker (#15)
This change may also positively affect games that are prone to random sound corruptions (e.g. Paper Mario Color Splash)
GX2: GX2ResetGPU() will no longer softlock Cemu
Games occasionally call this API if they believe the emulated GPU is stuck (e.g. due to excessive shader compilation stutter)
Seen in Xenoblade Chronicles X, Mario Tennis and Darksiders 2
UI: Removed precompiled shaders option from UI as it had no effect on Vulkan. There was also no reason to set it to anything but the default (auto) on OpenGL
This is just a UI change, none of the actual shader caching mechanics were changed
UI: Clicking the download graphic packs button in the 'Getting started' window will correctly open and show the graphic packs window
Previously the gfx pack window would either not open at all or show up empty
misc: Upgraded wxWidgets (GUI library) to version 3.1.5
This may resolve crashes that some users have been experience when accessing any file or folder selection dialog
http://cemu.info/
2021年8月4日 星期三
ares v122
多機種模擬器 ares 發布新版,更新如下 :
ColecoVision: Clear top bit of controller port reads; fixes Defender [invertego]
Neo Geo Pocket: Allow BIOS to handle the boot process [invertego]
Neo Geo Pocket: Copy SNK logo from BIOS during fast boot; fixes Metal Slug: 2nd Mission [invertego]
Neo Geo Pocket: Fix address used to test ram initialization [invertego]
Neo Geo Pocket: Initialize Neo Geo Pocket port 1 to zero; fixes Dynamite Slugger [invertego]
Neo Geo Pocket: Many improvements to 'fast boot' [invertego]
Neo Geo Pocket: Re-enable savint ram to disk on unload [invertego]
Sega 32X: Implement FM/Framebuffer access bit; fixes Spiderman [Luke Usher]
Sega 32X: Implement RV bit [Luke Usher]
Sega 32X: Optimise SH7604 recompiler min-cycles for 32X; fixes Knuckles Choatix & Virtua Fighter [remutro]
Sega 32X: PWM DREQ and timer are different things; fixes PWM audio in many games [Luke Usher]
Sega 32X: Used cached interpreter instead of recompiler [Luke Usher]
TMS9918: Fix sprite size emulation; fixes many graphical issues in ColecoVision/MSX/SG-1000 [invertego]
TMS9918: fix interrupt behavior [invertego]
hiro: Fix browser dialog filters on macOS [Luke Usher]
hiro: Force GTK3 to use X11 backend; fixes a crash under Wayland [thrimbor]
lucia: Disable fast boot by default [Luke Usher]
lucia: Support digital presses from analog inputs [invertego]
mia: Add workaround for underdumped Delta Warp rom [Luke Usher]
mia: Improve Nintendo 64 save chip database; fixes saving in some titles [sp1187]
nall: Enable LTO by default on non-debug builds [Luke Usher]
nall: Speed up recompiler codegen [Luke Usher]
sh2: Allow cores to determine an ideal minimum recompiler block size [Luke Usher]
sh2: Optimised code-gen for the interpreter [Luke Usher]
sh2: Recompiler should invalidate single blocks, not entire pools [Luke Usher]
tlc2900h: Fix immediate mask in BIT #,r; fixes Pocket Tennis [invertego]
z80: Correct the effect of IE on the next instruction; fixes audio drop-out in Neo Geo Pocket games [invertego]
Neo Geo Pocket: Allow BIOS to handle the boot process [invertego]
Neo Geo Pocket: Copy SNK logo from BIOS during fast boot; fixes Metal Slug: 2nd Mission [invertego]
Neo Geo Pocket: Fix address used to test ram initialization [invertego]
Neo Geo Pocket: Initialize Neo Geo Pocket port 1 to zero; fixes Dynamite Slugger [invertego]
Neo Geo Pocket: Many improvements to 'fast boot' [invertego]
Neo Geo Pocket: Re-enable savint ram to disk on unload [invertego]
Sega 32X: Implement FM/Framebuffer access bit; fixes Spiderman [Luke Usher]
Sega 32X: Implement RV bit [Luke Usher]
Sega 32X: Optimise SH7604 recompiler min-cycles for 32X; fixes Knuckles Choatix & Virtua Fighter [remutro]
Sega 32X: PWM DREQ and timer are different things; fixes PWM audio in many games [Luke Usher]
Sega 32X: Used cached interpreter instead of recompiler [Luke Usher]
TMS9918: Fix sprite size emulation; fixes many graphical issues in ColecoVision/MSX/SG-1000 [invertego]
TMS9918: fix interrupt behavior [invertego]
hiro: Fix browser dialog filters on macOS [Luke Usher]
hiro: Force GTK3 to use X11 backend; fixes a crash under Wayland [thrimbor]
lucia: Disable fast boot by default [Luke Usher]
lucia: Support digital presses from analog inputs [invertego]
mia: Add workaround for underdumped Delta Warp rom [Luke Usher]
mia: Improve Nintendo 64 save chip database; fixes saving in some titles [sp1187]
nall: Enable LTO by default on non-debug builds [Luke Usher]
nall: Speed up recompiler codegen [Luke Usher]
sh2: Allow cores to determine an ideal minimum recompiler block size [Luke Usher]
sh2: Optimised code-gen for the interpreter [Luke Usher]
sh2: Recompiler should invalidate single blocks, not entire pools [Luke Usher]
tlc2900h: Fix immediate mask in BIT #,r; fixes Pocket Tennis [invertego]
z80: Correct the effect of IE on the next instruction; fixes audio drop-out in Neo Geo Pocket games [invertego]
訂閱:
文章 (Atom)