Willkommen bei AEP Emulation Page - Emulation News

Hauptmenü
· Home / News
· News Kategorien
· News Archiv

· Mein Account
· Suche
· Forum (neu)
· Forum
· Weblinks
· Spiele Reviews
· Übersetzungen
· Impressum
· Datenschutz

Downloads
 

Forum
Mitglieder Online
>teknik 
Momentan sind 93 Gäste und 1 Mitglied online

You are an anonymous user. You can register for free by clicking here
Benutzername
Kennwort
 Angemeldet bleiben

Infos
· Museum
· Infocenter
· Das AEP Team
· Member Liste
· Top 25 Liste
· Glossar
· FAQ

Review of the moment

Sprache
Sprache auswählen:

DeutschEnglisch

News-Export
Holt Euch unsere News auf Eure Seite:
· RSS Newsfeed How-to
· RSS News-syndication Deutsch
· News-Banner (JPG)

Friends
· Emu-France
· progetto-SNAPS
· PDRoms


Willkommen auf AEP Emulation Page!

Bitte registriert Euch oder meldet Euch mit Eurem User an damit Ihr alle Vorteile nutzen könnt (Kommentare, Bewertungen, Chat, Forum u.a.).


Letzte Beitrge im Forum
TopicReplies  Views  Poster  Date  Time
goto Post Steam / Epic / etc.: Angebote und Aktionen 368  2.771.886  pYRo  27. Apr 05:41
goto Post Frohe Ostern 2025! 4  290  Q-Marine  21. Apr 21:29
goto Post Erwähnenswerte Neuerungen bei Dolphin & ... 99  221.820  Juttar  18. Apr 02:18
goto Post Seppa ist da 37  53.602  atemschutzbaer  15. Apr 08:40
goto Post Hilfe bei der Wahl der richtigen Folie für M... 1  292  Juttar  10. Apr 14:14
goto Post Gameboy: SameBoy v1.0.1 2  504  retroK  05. Apr 18:47
goto Post Arcade: MAME v0.276 1  540  retroK  01. Apr 10:27
goto Post Spectrum: Spectral v1.02 4  598  retroK  24. Mar 10:24
goto Post Amiga: Aira Force 0.9.2 1  572  retroK  21. Mar 18:47
goto Post Switch: Ryujinx v1.2.86 3  958  pYRo  16. Mar 08:22


Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
retroKOffline
Titel: Ryujinx v1.1.132  BeitragVerfasst am: 31.05.2022, 09:27 Uhr
Site Admin


Anmeldungsdatum: 04. Jul 2004
Beiträge: 13.390

Wohnort: Frankfurt a.M.
Status: Offline

Ryujinx ist ein experimenteller open source Nintendo Switch-Emulator von gdkchan. 


Ryujinx is an experimental open-source emulator for the Nintendo Switch from gdkchan. 

Zitat:
1.1.132 - 2022-05-21Fixed:
  • Don't force DPI aware on Avalonia.
    • Fixes an issue where per-monitor DPI was not working on the new UI. Does not affect the current UI.
1.1.131 - 2022-05-18Fixed:
  • Fix audio renderer error message result code base.
    • Changes how this specific error is displayed on the console. No changes to emulator functionality.
1.1.130 - 2022-05-16Fixed:
  • UI - Scale end framebuffer blit.
    • Fixes rendering when desktop scaling is over 150%.
1.1.129 - 2022-05-15Fixed:
  • Fixes the Avalonia updater.
    • Updates the auto-updater code to include the Avalonia paths.
1.1.128 - 2022-05-15Fixed:
  • Fix Amiibo image path.
    • Fixes a regression that caused crashing when an Amiibo was scanned.
1.1.127 - 2022-05-15Fixed:
  • gh-actions: Prefix Avalonia builds with test- and disable pre-release.
    • Fixes the updater downloading the wrong Ryujinx build.
1.1.126 - 2022-05-15MISC:
  • Pre-release build.
1.1.125 - 2022-05-15Added:
  • Add Avalonia builds to release.
    • Avalonia builds will now be downloadable on GitHub PR artifacts.
1.1.124 - 2022-05-15Fixed:
  • misc: Clean up of CS project after Avalonia merge.
    • No expected changes in emulator functionality.
1.1.123 - 2022-05-15Fixed:
  • sdl2: Update to Ryujinx.SDL2-CS 2.0.22.
    • Fixes G-Shark gamepads.
    • Fixes wired PowerA GameCube controllers.
    • Fixes broken motion controls on Linux.
    • Likely fixes compatibility with more unofficial controllers.
1.1.122 - 2022-05-15Added:
  • Avalonia UI: Part 1
    • Implements the foundations for the UI update to Avalonia.
    • Further parts will be merged before the UI is active.
1.1.121 - 2022-05-14Fixed:
  • Prefetch capabilities before spawning translation threads.
    • Fixes a race condition that could cause games to crash when recompiling shaders.
1.1.120 - 2022-05-12Fixed:
  • Implement Viewport Transform Disable.
    • Fixes the interface in Dragon Quest Builders.
    • Fixes the title screen in River City Girls Zero.
    • Fixes a regression that caused broken menus in Zombies Ate My Neighbors and Ghoul Patrol.
    • Fixes save slot thumbnails and screen copies in the NSO N64 emulator (Mario Kart 64 monitors), screen copies in the Citra RetroArch core, icons in RetroArch, possibly other similar bugs.
1.1.119 - 2022-05-07Added:
  • hid: Various fixes and cleanup.
    • Implements and cleans up various hid functions and services.
    • RetroArch and likely other similar homebrew are now bootable.
1.1.118 - 2022-05-05Fixed:
  • Add alternative "GL" enum values for StencilOp.
    • Fixes some broken graphics in the Citra RetroArch core, possibly fixes graphics in other homebrew applications.
1.1.117 - 2022-05-05Added:
  • Enable JIT service LLE.
    • Enables the JIT service, required by the NSO Nintendo 64 emulator and Super Mario 3D All-Stars (Super Mario 64), allowing them to run. It is not an actual service implementation, rather it runs the service on the firmware, so this is an "LLE" approach as opposed to the usual HLE approach where the service is re-implemented on the emulator.
    • Requires firmware version 10.0.0 minimum.
1.1.116 - 2022-05-05Fixed:
  • Fix shared memory leak on Windows.
    • Fixes a memory leak that would occur when stopping and restarting emulation.
1.1.115 - 2022-05-04Added:
  • infra: Warn about support drop of old Windows versions.
    • Shows a warning message to users on Windows 7, 8, 8.1 and older Windows 10 versions stating that Ryujinx support for these versions will be dropped starting June 1st, 2022.
1.1.114 - 2022-05-04Fixed:
  • Remove AddProtection count > 0 assert.
    • Small code correction. This change only affects debug builds.
1.1.113 - 2022-05-03Changed:
  • Change github build workflow to not use hardcoded versioning
    • Fixes an oversight that caused a few PR builds to display an incorrect version number.
1.1.112 - 2022-05-03Added:
  • Implement PM GetProcessInfo Atmosphere extension (partially).
    • Adds support for Skyline + ARCropolis mods. Super Smash Bros Ultimate mods that rely on ARCropolis are now usable on Ryujinx.
1.1.111 - 2022-05-02Added:
  • Implement code memory syscalls.
    • Implements code memory related syscalls, used by applications that generate and/or modify code at runtime.
    • Required by emulators that use a JIT (NSO N64) and mods that patch for function hooking game code on-the-fly (Skyline/ARCropolis). Note that neither will work with these changes alone.
1.1.110 - 2022-05-02Added:
  • Support memory aliasing.
    • Increases accuracy of fast memory manager modes, allowing for things like IPC, shared memory, transfer memory and code memory to be implemented properly.
    • Paves the way for running sysmodules with fast memory manager modes enabled, as well as running the NSO Nintendo 64 emulator and the Skyline mod manager for Super Smash Bros Ultimate in the future.
    • Fast memory manager modes will no longer work on Windows 7 and Windows 8.
1.1.109 - 2022-05-02Fixed:
  • Fix flush action from multiple threads regression.
    • Fixes graphical issues in Catherine: Full Body and Pokémon Legends: Arceus due to a regression introduced in 1.1.107.
1.1.108 - 2022-05-01Fixed:
  • Restrict cases where vertex buffer size from index buffer type is used.
    • Fixes a regression introduced in 1.1.95 that caused visual glitches on certain particle effects in Xenoblade 2 (visible for instance in Godfrey's awakening).
1.1.107 - 2022-04-29Fixed:
  • Fix various issues with texture sync.
    • Fixes a regression in Xenoblade titles where visuals would randomly flash.
    • May fix random bugs in Breath of the Wild such as "air swimming" or other texture streaming bugs.
1.1.106 - 2022-04-20Added:
  • T32: Implement load/store single (immediate).
    • No changes expected in games.
1.1.105 - 2022-04-20Fixed:
  • Fix broken motion controls when using SDL2.
    • Fixes motion controls on multiple games such as Mario Kart 8 Deluxe; The Legend Of Zelda: Breath of the Wild; Kirby And The Forgotten Land and many others when enabled using the default SDL2 option.
1.1.104 - 2022-04-15Added:
  • Implement HwOpus multistream functions.
    • Implements multistream related Opus decoding functions.
    • Required by MLB The Show 22 and potentially others.
1.1.103 - 2022-04-15Fixed:
  • ReactiveObject: Handle case when oldValue is null.
    • Fixes a possible null exception in the future Avalonia UI.
 


Related links:
[ Switch Emulatoren ]

_________________
Alderaan shot first! 
 
 
Benutzer-Profile anzeigen Private Nachricht senden
Antworten mit Zitat Nach oben
JuttarOffline
Titel:   BeitragVerfasst am: 01.10.2024, 23:11 Uhr
Retromeister


Anmeldungsdatum: 04. Okt 2009
Beiträge: 1.177


Status: Offline
Das Projekt wurde komplett eingestellt, der Download auf der offiziellen Homepage entfernt und die GitHub-Seite komplett gelöscht. Crying or Very sad
 
 
 
Benutzer-Profile anzeigen Private Nachricht senden
Antworten mit Zitat Nach oben
NoctisOffline
Titel:   BeitragVerfasst am: 01.10.2024, 23:41 Uhr
Retrohling


Anmeldungsdatum: 16. Jun 2009
Beiträge: 30


Status: Offline
Juttar hat folgendes geschrieben:
Das Projekt wurde komplett eingestellt, der Download auf der offiziellen Homepage entfernt und die GitHub-Seite komplett gelöscht. Crying or Very sad


gibt im noch Download links auf emucr
https://www.emucr.com/search/label/NintendoSwitch?&max-results=16

Mich wunder auch das auf Yuzu Emulator sogar noch das neu zelda Spielebar ist.

Habe nicht Test sondern auf YouTube gesehen.

Bin mal gespannt ober doch noch neu Switch emulator kommen.
 
 
 
Benutzer-Profile anzeigen Private Nachricht senden
Antworten mit Zitat Nach oben
JuttarOffline
Titel:   BeitragVerfasst am: 02.10.2024, 04:23 Uhr
Retromeister


Anmeldungsdatum: 04. Okt 2009
Beiträge: 1.177


Status: Offline

Link
 
 
 
Benutzer-Profile anzeigen Private Nachricht senden
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 
AEP Emulation Page 1998 - 2025