v0.0.27
版本发布时间: 2023-03-02 05:56:23
RPCS3/rpcs3最新发布版本:v0.0.33(2024-09-01 03:47:15)
Please note that our version increases are landmarks and not stable builds Always download the latest build from https://rpcs3.net/download
Note: These are NOT stable builds. RPCS3 is a rolling release software without stable builds. These are random tags we do from time to time. Do NOT use the branch from these tags to package RPCS3.
What's Changed
- AppImage: Do not bundle libgmodule-2.0 and libglib-2.0 by @AniLeo in https://github.com/RPCS3/rpcs3/pull/13187
- VSH Improvements by @elad335 in https://github.com/RPCS3/rpcs3/pull/13172
- Update RSXThread.cpp by @elad335 in https://github.com/RPCS3/rpcs3/pull/13198
- Ignore ESC to exit fullscreen if shortcuts are disabled by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13186
- Pine: fix some warnings and simplify some stuff by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13178
- macOS: Set LSApplicationCategoryType to games by @UltraHDR in https://github.com/RPCS3/rpcs3/pull/13200
- Qt: add shortcut manager by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13189
- USIO: Emulation Performance Optimization by @brian218 in https://github.com/RPCS3/rpcs3/pull/13174
- Road to Qt6: preparations by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13202
- Road to Qt6: move progress indication to own handler by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13208
- USIO: Backup file fixup by @brian218 in https://github.com/RPCS3/rpcs3/pull/13206
- rsx: Optimizations and refactoring by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13201
- Package installation fixes by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13205
- PRX/savestates/VSH: Associate PRX with library, fix VSH browser by @elad335 in https://github.com/RPCS3/rpcs3/pull/13221
- rsx: Fix some pipe state signal propagation routines by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13236
- Add output scaling filtering options by @xperia64 in https://github.com/RPCS3/rpcs3/pull/13217
- Qt: add (very basic) system command utility by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13232
- rsx: More regression fixes by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13240
- input: fix ds4 led/rumble in pad settings by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13242
- input: move config getters to base class by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13243
- Fix stuff by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13249
- USB: Added VFS USB mass storage devices to the USB device list by @brian218 in https://github.com/RPCS3/rpcs3/pull/13214
- Thread: silence -Wsign-compare on FreeBSD aarch64 by @jbeich in https://github.com/RPCS3/rpcs3/pull/13257
- Fix BUILDING.md Vulkan SDK Version by @mayotte203 in https://github.com/RPCS3/rpcs3/pull/13256
- Fix emucore.vcxproj.filters by @brian218 in https://github.com/RPCS3/rpcs3/pull/13261
- overlays/osk: improvements by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13255
- Overlays: Add rudimentary home menu by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13226
- macOS CI: move to AArch64 VM (x64 builds) by @nastys in https://github.com/RPCS3/rpcs3/pull/13155
- Deprecate HDD0/disc, make RPCS3/games movable by @elad335 in https://github.com/RPCS3/rpcs3/pull/13265
- sys_usbd: fix usb handler deinitialization by @mayotte203 in https://github.com/RPCS3/rpcs3/pull/13281
- Whitelist EA Active 2 accessories by @MSuih in https://github.com/RPCS3/rpcs3/pull/13278
- Allow unbinding pad buttons by right clicking by @DungeonMaster47 in https://github.com/RPCS3/rpcs3/pull/13283
- rsx: Minor refactoring by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13290
- sys_game: Implemented sys_game_get_rtc_status() & Updated sys_game_board_storage_read() by @brian218 in https://github.com/RPCS3/rpcs3/pull/13268
- Qt: fix vfs dialog usb tab cast by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13295
- perfoverlay: fix minimal graph min/max calculation by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13298
- SPU LLVM: Minor SUMB AVX-512 path optimization by @Whatcookie in https://github.com/RPCS3/rpcs3/pull/13266
- Fix SDL CMake warnings by @RipleyTom in https://github.com/RPCS3/rpcs3/pull/13300
- Unbreak build with Vulkan-Headers >= 1.3.240 by @jbeich in https://github.com/RPCS3/rpcs3/pull/13302
- [3rd Party] Update MoltenVK to 1.2.2 (VK 1.3.239) by @shinra-electric in https://github.com/RPCS3/rpcs3/pull/13303
- evdev_gun: enable libudev on FreeBSD by @jbeich in https://github.com/RPCS3/rpcs3/pull/13305
- readme: Remove Azure, rename Cirrus CI badges by @AniLeo in https://github.com/RPCS3/rpcs3/pull/13307
- Print LV2 Syscall Usage only if increased since last print by @elad335 in https://github.com/RPCS3/rpcs3/pull/13304
- rsx: Relax face culling config checks by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13309
- Overlays/OSK: separate windows improvements by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13264
- overlays/osk: fix y offset direction by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13313
- System.cpp: Do not create VFS directories outside of RPCS3 dir by @elad335 in https://github.com/RPCS3/rpcs3/pull/13311
- rsx/overlays: Reimplement message queue by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13333
- Remove obsolete shader compilation hint settings by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13335
- SDL: Fix button presses by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13338
- Game list: Use the latest game icon instead of 1.00's by @elad335 in https://github.com/RPCS3/rpcs3/pull/13340
- GUI: Remove ANSI color code from TTY by @illusion0001 in https://github.com/RPCS3/rpcs3/pull/13343
- rsx/overlays/message-queue: Do not fade albedo, only alpha by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13346
- guns fixes by @nadenislamarre in https://github.com/RPCS3/rpcs3/pull/13347
- Update Dependencies by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13345
- rsx/overlays: Re-export spinner by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13349
- Add more disconnected limitations in sys_net by @RipleyTom in https://github.com/RPCS3/rpcs3/pull/13341
- sys_prx: Fix PRX module filename reading by @elad335 in https://github.com/RPCS3/rpcs3/pull/13339
- sys_game: Implemented sys_game_board_storage_write() & Made it modifiable by @brian218 in https://github.com/RPCS3/rpcs3/pull/13320
- rsx/overlays: Misc Improvements by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13355
- Fix package installation by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13329
- CLI: add option to boot rsx capture by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13330
- cellVdec: Fix AU decode count on callback by @elad335 in https://github.com/RPCS3/rpcs3/pull/13342
- Qt: add copy context menu entry to log viewer by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13362
- FAudio maintenance by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13363
- FAudio cmake fix by @RipleyTom in https://github.com/RPCS3/rpcs3/pull/13369
- rsx: Don't accept garbage shader input by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13361
- Fix OpenGl overlay colors by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13367
- cellGameDataCheckCreate: Truncate excess of characters in TITLE_ID by @elad335 in https://github.com/RPCS3/rpcs3/pull/13348
- CLI: Add fullscreen and pad profile options by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13370
- rsx_debugger: replace malloc with buffer cache by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13372
- evdev: fix sony guitar hero button assignment by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13377
- Overlays: Add a selection of dynamic settings to the home menu by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13368
- Update input dependencies by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13379
- Fix displaying of audio device when it's disconnected by @Vestrel in https://github.com/RPCS3/rpcs3/pull/13378
- VSH/cellPad improvements by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13380
- Debugger: Print error codes stored in GPR by @elad335 in https://github.com/RPCS3/rpcs3/pull/13388
- Fix C00 boot from external HG games by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13392
- CLI: add game-screen parameter, save last game window screen in no-gui mode by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13397
- Remove whitespace by @Margen67 in https://github.com/RPCS3/rpcs3/pull/13396
- Create TEST12345/USRDIR for test elfs by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13402
- fix order of static initialization by @oltolm in https://github.com/RPCS3/rpcs3/pull/13386
- PINE: fix error format function by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13406
- cellVdec: fix au_count race condition by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13412
- cellVdec: fix pitch of RGBA/ARGB images by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13413
- PINE: Fix crash on exit by @elad335 in https://github.com/RPCS3/rpcs3/pull/13409
- Fix boot by RPCS3_GAMEID constants by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13419
- Signaling improvements & UPNP implementation by @RipleyTom in https://github.com/RPCS3/rpcs3/pull/13374
- sys_game: LV2 board storage minor fixups by @brian218 in https://github.com/RPCS3/rpcs3/pull/13424
- overlays: Make message dialog texts thread safe by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13418
- Fix Visual studio dependency by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13429
- patch_manager: add ability to add configurable patches by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13415
- fixed_typemap.hpp: static allocation for m_init by @Nekotekina in https://github.com/RPCS3/rpcs3/pull/13427
- fix some warnings by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13431
- rsx/overlays: Unified overlay input by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13398
- Forces local IP to bind address if set by @RipleyTom in https://github.com/RPCS3/rpcs3/pull/13446
- Qt: try to fix locale nonsense on linux by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13442
- Fix Visual Studio 17.5.0 compilation by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13434
- rsx/overlays: Fix emu close by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13451
- Fix for Windows ENOTCONN on connecting socket by @RipleyTom in https://github.com/RPCS3/rpcs3/pull/13444
- Misc. asan fixes by @oltolm in https://github.com/RPCS3/rpcs3/pull/13439
- input: disable ldd home menu for now by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13455
- cellSaveData: get rid of g_last_user_response by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13456
- cellMsgDialog: hotfix for return_code lifetime by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13460
- cellMsgDialog: fix use-after-free by @elad335 in https://github.com/RPCS3/rpcs3/pull/13461
- Debugger: show CIA in register view by @illusion0001 in https://github.com/RPCS3/rpcs3/pull/13462
- rsx: Minor memory optimizations by @kd-11 in https://github.com/RPCS3/rpcs3/pull/13467
- cellRtc: fix out of bounds write by @Megamouse in https://github.com/RPCS3/rpcs3/pull/13459
- [3rdparty] update cubeb by @oltolm in https://github.com/RPCS3/rpcs3/pull/13470
- Update FW 4.90 Latest Version by @Joaozin-tech in https://github.com/RPCS3/rpcs3/pull/13468
- rpcs3_version: Bump to 0.0.27 by @AniLeo in https://github.com/RPCS3/rpcs3/pull/13474
Full Changelog: https://github.com/RPCS3/rpcs3/compare/v0.0.26...v0.0.27