When will>shefix>heremulator edition?http://emulation.gametechwiki.com/index.php/Main_PageRead the General problems FAQ before asking questions. If you still need help, post your specs (speccy screenshot), OS, emulator version number and details of what's wrong.Please contribute to the wiki if you discover any inaccuracies or have relevant information to append.READ THE WIKI BEFORE ASKING QUESTIONS LIKE:>Where do I get gamesOR>What is the best emulator for...Check out the wiki for the emulator you're using if you run into trouble, there may be a solution there too, often including recommendations for optimal game settings.Check out our new wiki for vidya recommendationshttps://vsrecommendedgames.gametechwiki.com/index.php/Main_PagePrevious thread: >>575717887
>page 7
>>576977790I'll vibecode a nasty hack soon, I swear!
>>576979372Ganbatte, anon-kun.
>>576980050Thanks! I'll do my best to make sure both Loonix and Winblows cores are made, not sure about Mac though since that requires a highly specific toolchain on Mac itself. (At least from what I hear.)
The emus aren't biting today, huh?
emu
True friendship is based.
>>576992828Strange things are happening to Mega Man.
>>577001897Do you mean his colors? It's just an armor he gets when he fuses with Rush (the dog).
I have no idea why, but I came home and booted up RA, all the cores were gone, and redownloading the pc88 core magically fucking made everything workthanks anon, now where do I put that translator you linked?
>>577003241Close, I was making a Toy Story joke.
>>577003262You install it following the instructions from Github, then you just run it and point it to the Retroarch session as its running.
>>577003405I got it, ciggy. I got it.
>>577004303
>>577004505If you're unwilling to elevate it you could just try LunaTranslate. It doesn't have the handy dynamic overlay though.
>>576990798gen
Sorry if it seems like I'm putting off that VB hack for those prototypes, my weekly tokens ran out and I'm waiting until it finally resets, (Thankfully it will be by tomorrow.)
Too slow
>>576967318I tried a couple different colors. Same result for me, still getting heeadaches very quickly.Jack Bros is pretty good, I'll play it later, but on a flat screen.
Exactly
Guten Tag, Emu-Bros.Stay healthy and strong.
>>577003405Sorry, bro. I was slow on the take. :(
so how powerful of a PC do you actually need to emulate up to, say, sixth gen? I've got an old Intel 1150 system that just needs some storage and the idea was a dedicated "Old Games" box. it's currently got my old 1070 Ti and 4690k in it, but only 8GB of RAM. could up that to 32 pretty cheap.
>>577028187I can run PS2, GameCube and Wii games on my dev computer, specs:Intel i5-7600T (5% faster than a 4790K)16GB DDR-2400nvidia GTX 1650 (a 1070 Ti is 80% faster)I haven't tested WiiU and PS3 games
>>576977790What's the go to site (torrents are fine) for PS4 roms nowadays?Everywhere I look just recommends the roms megathread which refuses to link any and bans discussion on anything past the PS3.I wanna play Gravity Rush.
why do people use frontends like emudeck?
How come 3ds emulation managed to mostly recover from citra getting killed, but switch emulation is basically no better than 3 years ago?
>>577039416Because as much as fun it is to shit on pablo, he can still do stuff.Ryujinx forks can't fix stuttering and yuzu forks can't keep adding hacks every week to fix the problems like the original dev.
>>577039416>Azahar that is just Citra with Artic Base bolted on top of it.You call that recovered?Also, Nintendo actively hunted down Switch emu and the people who made them. Citra was just a collateral damage.
>>577029242Oh, yeah, you've never told us if you're liking the Quest or not. What are your impressions? Is it immersive enough? Good battery life? Worth all around or just gimmicky for the price?
>>>/vr/12747412
>>577023882Bound High is kino too.
>>577044752>After pitching this idea to /emugen/ and getting told that it would be impossible to do
>>577044752So how are the subtitle being linked to what's happening in-game? Is it waiting for the cutscene to trigger through some flag? Fetching lines at the right time from a series of flags? Seems like this could be used to nigger-rig translations in a lot of games, really.
https://github.com/libretro/beetle-vb-libretro/issues/92Will Jean Claude van Danny roundhouse kick this issue?
>>577059883I just know he and Claude will. Saves me the work I was originally going to do.
>>577061901Nah definitely still do it if you can. I dunno if any of the Claude-arch fixes have been in core emulation. Just stapling on features and such.
>>577064307My tokens reset tomorrow at 8 AM, so I'll have to keep bumping the thread in the meantime.
Would you look at that, a Xenia fork for jeetdroid you don't have to pay money for on the Jewgle Pay store.https://github.com/rfandango/XenDroid
>>577059028gen
>>577044752Cool! Seems like it'd be great for that recently-dumped Splatterhouse RPG for the NES.
>>576977790why the fuck does PPSSPP have so much inputlag on android man?all the retroarch cores run fucking flawlessly even with vsync on with the run ahead options
>>577079487Already has a translation patch.
>>577080467Awesome, I'll look into it one of these days!
>>577028187"Up to sixth gen" is hard to say.Because some PS2 games run on a potato, but some need a NASA super computer to get a stable frame rate.
>>577054945>So how are the subtitle being linked to what's happening in-game?My Mednafen fork intercepts all commands issued to the CD drive that say something like "jump to the sector at logical block address xxxx on the CD and read it" and checks if there is a subtitle associated with that address.Let's say we have an entry like this:$12345@2000 SUPER SPOOKY CASTLE IV: NOSFERATU'S REVENGE+3000 The last vampire bat is in captivity.+1500 Transylvania is at peace.When the game issues the command "jump to and read sector 12345 from the CD," mednafen will see that I've attached a subtitle to that address, start a countdown that lasts 2,000 milliseconds, then show the title message.3,000 milliseconds after that message, it'll show the message "The last vampire bat is in captivity."1,500 ms after THAT message, it'll show the message "Transylvania is at peace."I haven't implemented this for cartridge-based games, but it could probably work there too, at least for old ones like SNES and so on.Note that the only actually emulation-related part of mednafen I had to touch was the CD drive emulation, which is why it automatically runs in all the CD-ROM-based consoles it supports, and I did not have to go into the weeds of how each console's processor etc. functions internally.The way I designed the syntax, where the first letter of a line determines the line's function, also makes it possible to write extremely efficient parsers for this in a few lines of assembly, using a jump table.That's why I'm so optimistic that it could even be implemented in physical consoles with hardware mods:Intercept the messages that go to the CD, have a tiny microcontroller process them and read subtitles from a bit of flash memory, then patch the console's output signal to show text messages.Also, it doesn't have to be just subtitles. I envisioned this format having different tiers, where in upper tiers you could also program it to send rumble events, show pics etc.
>>577084775nta, but thank you, anon! It's always great to see good solutions coming around.
>>577041531I bought this thing for 120 bucks, at that price it would've been a good purchase even if it could only play Walkabout Minigolf and Thrill of the Fight.Haven't had this much fun in quite a while, it kind of rekindled my love for vidya.I slightly regret that I didn't get a Pico 4 for just a little bit more.>Good battery life? no, it's atrocious. I had to buy a battery pack which I now carry around with me during multiplayer sessions, which works fine for minigolf but not for action games.
asking it again because I got no answer on the past thread, but now is a different question: where do I get ique player roms? I'm trying to run some roms that I got from the internet archive but they don't run on gopher64
>>576977790what is this obsession with trannies lmao
>>577091545What's with them massively over-representing and stinking up nerd spaces? Why is HRT decimating white nerds like crack? How about you answer me those questions, dipshit.
>>577092019idk im not exactly a nerd myself nor the ceo of hrt lolololololol nothingburger chud
>>577083436>but some need a NASA super computer to get a stable frame rate.Examples? Not doubting you, I've just yet to run into a game my main PC couldn't run upscaled at least 4x (1080 equivalent). Then again, my main PC is a Ryzen 9 5900x, so I might be a tad biased. My GFX card isn't much better, though (2060 Super).
>>577092696Haven't ran it in ages but IIRC ZOE2 had some really heavy parts. Perhaps it's more optimized these days and/or CPUs are just better. Unrelated to PCSX2 but if you wanna see some truly awful performance, check out Rogue Squadron 3 in Dolphin, especially the Revenge of the Empire stage.
What's the verdict on fantasy console emulators/emulating hardware upgrades?
>>577095546I think they're really cool, but it'd be even cooler if there was a way to make a workable Loonix binary out of M2's Mark V emulator.
>>576958317This phone has a ~450dpi display and is absolutely god tier for emulation.I figured out the issue, there's a setting that changes the shaders to act on a per frame basis, it's called sub frame sometingThere's a 2nd option for rolling scanline but that breaks everything.Then CRT Guest comes in and the result is flawless and beyond beautiful. Gameboy and NES especially look amazing.
>>577091209please emubros help me on this one (the wiki doesn't clarify about that)
>>577099537Chinese websites? May also need a VPN to torrent
>Vulkan ubershaders no longer seem broken in DolphinThought I'd never see the day.
>>577099871Now if only Dolphin would work with Steam Remote play, I can't get it to detect the streamed in controller inputs at all, even if I do the trick of hooking up 2 controllers to my PC first and swapping in the new 3rd one. Also not sure if my friend was only seeing a black screen, it's been a while.Too bad there's no retro arch core really.
>>577095546Aftermarket hardware upgrades and custom chips for dead console are gay in general, just like new games are. Let them rest in peace.
>>577099838>May also need a VPN to torrentUsing a VPN for torrenting is a thing of the past now that Tribler exists.
>>577091209I ran something under mupen. Just make sure you get the decrypted no-intro set.
>>577107597gen
>>577092019I'm not answering anything without my lawyer present.
>>577091209>they don't run on gopher64There's your problem, have you tried Ares?
You need a bullet in the head you weird little fucking obstructionist freak
>>577092019you know why
Yesterday I was fighting Yunalesca in LRPS2 and she was facing wrong direction because of inaccurate EE float calculationsI sufferReliquary doesn't work because I'm on 5070To this day, you can't properly emulate FFX
It's over. The end of the last Mega Man game. Rock kills Wily and the former is arrested for ableism. There's a huge robot scare and the government bans all machines, except for politicians and millionaires. No more games were man. A fitting modern ending for this classic series.
>>577130912Is this still your vibe-coded pr for PCSX2?
>>577143898You can still use regular ass GSDX with reliquary. Use it for that fight... Unless the saves are not compatible between standalone and shart, it wouldn't surprise me.Also, I'm pretty all those problems are caused by the crt update from PGS. Since LRPS2 never bothered to implement that because of RA extensive sharder support, that may be the reason why you don't have problem with it.
>>577150010>you can still use regular ass GSDX with reliquaryit can't scale 2d sprites properly
do you really expect me to go from this
>>577150082Did you read my whole message? Use it for that fight, also, FFX is mostly a 3D games.
to this? looks bootleg af>>577150426You don't really NEED it for the fight, it's just a cosmetic nuisance
>>577150583Between a slighty too sharp UI and a boss facing me backward, I'll go with the UI.
>>577150920I reckon soft float options will be coming to LRPS2 sooner than that dude fixes his fork for 5000 gpus
>>577151481He can't fix it because it's a PGS problem that steam for the CRT update. I don't have crash but that weird speed limiter bug and it happen even with a stand alone build.
>>577151976developers running ayymd shit gpus is always a headache for final usersluckily Danny has a 5090 iirc
>>577152175Next time you suck Jensen's cock, ask him to make better Linux drivers, that'll solve everyone's problems
Sell that piece of shit card or fix your shit already. I wish I had the same card so I could WOMM you. Reliquary's fine, schizo, it's your setup that sucks.
Lemu Emu (and Doug).
hello, /emugen/? I'd like some remasters please!
>>577162627
resulation nation reedem the rom saar and lets play hanky panky okie, bloody you?
>>577153182everything just works on LRPS2, not the driver's problem
>>577155861>Reliquary's fineno it's not and never has been
>>577175114Go test Reliquary 1.3 specifically. If it didn't crash on you, then my theory is right and it's the CRT update the problem. If it crash, then it's the fork.
>>577175114lmfao, works on every fucking setup except your Blackedwell
what the dog doin
>>577183412
>>577145904>the last Mega Man game.You may be memeing, but the next Mega Man game's supposed to come out on his 40th anniversary next year.
>>577187295Even if he's meming dismissing MM9 is pretty unforgivable. 10 and 11 were rather sloppa though, though. I'd say RB&F as at least a proper version of 8.
>>577188309>dismissing MM9 is pretty unforgivable.IKR? I heard it was the Sonic Mania equivalent to MM.
>>577184238JOOOOOOOOJOOO
>>577188443Is the one with a 'women' robot? an aquagirl or something? I think I played it on the Wii
>>577194045>I played it on the WiiYeah, that's the one. It's also on 360/PS3's digital storefronts, but emulating those versions doesn't seem ideal as far as latency is concerned.
>>577194045>but emulating those versions doesn't seem ideal as far as latency is concerned.I might try it on Dolphin just for the keke, thanks for the heads-up.
>>577145904Capcom shits out 13 megaman games every 5 months what are you on about
My tokens finally reset, so I'm now brainstorming how I should get these damn lines not to appear in Dragon Hopper. Last time I checked, VBjin and Red Viper didn't have those issues, so hopefully they serve as a good reference for a hack I'm about to implement for Beetle VB. Is Dragon Hopper the only newly-discovered game with graphical issues, or does Zero Racers have issues too?
Looks like I won't be using VBjin as a reference after all, it's actually worse than Mednafen/Beetle VB and still has those line issues.
Who would've thought some guy on the Android side of Reddit would be the most helpful for my testing endeavors? This whole DSP thing was giving me a headache, and I can't thank the dude enough.https://www.reddit.com/r/EmulationOnAndroid/comments/1jmpac6/comment/mkoc8on/
>>577205113gen
Holy fucking shit, Claude actually did it! Looks like I'll have to start building some libretro cores and upload them here.
Now everybody (except Macfags) on /emugen/ can enjoy Dragon Hopper without those nasty line artifacts.https://files.catbox.moe/4agq70.7z
>>577217926Legendary, anon.
>>577194045>>577194579>>577194274I've found the Wii version easiest to manipulate into 240p with scanlines, but it's a process no matter what. PC version has fucked scaling too. Game unironically needs one of those memecomps.
>>577219710Guess it's worth a vibecode attempt with DolRecomp, though I'm not sure how well that'll pan out.https://github.com/ExpansionPak/DolRecomp
https://github.com/bonelag/STranslator/actions/runs/30341944263This guy's LunaTranslate fork alllmost replaces Interpreter for overlaid/in-place J-to-Eng translation, but has too many bugs in practice and isn't nearly as seamless as Interpreter. It does produce better translation results, though.
Friendly reminder that recompilation is NOT preservation.
>>577230083Well yeah, it's just a hackier version of emus like PJ64.
*blocks your Switch 2 emulation*
>>577230973Wasn't there an Ampere security exploit that was discovered not too long ago?
>>577226542gen
Others bumping
>>577247486Right now I'm waiting to see if Claude van Danny also implemented the same Beetle VB fix. There's a chance he could be lurking on here.
>>577145904that's a nice crt shader
>>577230973claude will hack it in one or two updates
>https://github.com/azahar-emu/azahar/pull/2092That's one hell of a chunky pr
>>577251529It's a good thing LLMs are shit when it comes to security KEK.
>>577247582Any chance you could submit a PR or fork + release it on github?
Dreamcast FPS feels like a refined version of the N64 + MS-DOS/NT upgrades (Modem, KB/M).Certified kino.
>>577270058Sure, it'd be worth a shot! Worst case scenario, it gets unaccepted and I'd upload my own fork of the Beetle VB core.
>LLMs are... le useless [anon drops a vibefix chopdick emudevs were never going to provide]>it's le corpo and bad for the environment, nevermind that every single other computer innovation I enjoy is from corpos and resulted in ungodly wasteSo tired of life-losers politicizing everything. Die in the fucking woods.
>>577264183Are they? I wonder if some of the more recent Denuvo workarounds were the results of LLMs. Odd timing anyway.
>>577270984I believe I meant to say shit at making secure code, not cracking security. LLMs are FANTASTIC at the latter, so much so that glowies had to give Fable heavy guardrails.
>>577099167
>>577220726Wonder how many Wii games can be made to work on Gamecube. Just a thought.
>>577284908Likely quite a few, most could have waggle removed entirely.
>>577277906>>577023882>>577029242>phones are bad>if you strap the phone to your head and call it a VR headset it's suddenly okaythe fucking state of /emugen/ in the year 5786 A.M.
https://www.youtube.com/watch?v=p5tP6Ml8vfA
>>577297950A vr headset is good for vr and 3d games. Thats it.
>>577277906A phone is literally the same size or bigger in this case, than most of the mobile handhelds it's emulating lol With higher fidelity.
>>577301435>you'll think you have experienced it
>>577284908Putting aside controller differences, I think all Wii games can theoretically run on the GameCube. However, given that the former is slightly more powerful, a bit of visual downgrade could be needed, depending on the game.
>>577301435>touchscreen lag + lack of tactile feedback>droid lag>cope with the controls by putting some balldo attachment on your fucking telephone or syncing a laggy bluetooth controller to it>notifications and other phoneshit disrupting the experienceComfy maxxing in my living room w/ OLED + 5.1 or if I feel like getting really real, my CRT-TV or VGA monitor emu setup. Some day you'll have your own place... on second thought, maybe not considering how grim things are in the 3rd world and the 3rd world the west is becoming for zoomers.Such a sadness.
>>577302936No that's stupid. The wii had a lot more ram. If a game required any more than what the gamecube had then there's no way it would run.
we got psp recomps nowhttps://www.youtube.com/watch?v=GR84H2wilLEhttps://github.com/jessicanataliagta/PSPRecomp/
>>577304870Let me guess, its just running on ppsspp's runtime?
>>577305363>ppsspp's runtimeThat's what I may end up doing for the MM9 recomp for Dolphin if DolRecomp doesn't work out in a few areas. (Though, it's a 2D game, so it shouldn't be THAT hard to make a recomp of.)
>>577303628>touchscreen lagirrelevant to the games I play on phones, who cares if the cursor in Majin Tensei takes 2ms longer to move to the next tilenigga just let people decide for themselves which controls and screens they find acceptable
>>577306125>That's what I may end up doing for the MM9 recomp for Dolphin if*Dolphin's what I may end up using for the MM9 recomp if
Literally what is the point of a recomp when it's no different from running it in an emulator? Decomps sound way better to me.
>>577306259>coping
>>577307502>Decomps sound way better to me.Probably because they're WAY more involved. I'm sure LLMs could probably do those too if you pointed them to headless versions of Ghidra/IDA, but it's a lot easier to get a hacky recomp implemented.
>>577307502One nice thing about them is that they're a little easier to link to dumb broads you want to introduce old games to. Not that you can't do this with most emulators, but you could very easily make a zip file or installer with the game, recomp, batch file, and shortcut to it on the desktop. I think a lot of people freeze up at emulator setup and see it as too much work. There's also the chance they won't have the shader comp issues and bugs emulators might have even under the best circumstances. Overall, I find the pretty redundant and in the worst cases inferior to conventional emulation, but a good recomp/decomp with unique features is respectable especially if the platform it's on sucks to emulate.
Github seems to be broken, but after many F5, I managed to download SkyEmu and it seems the save for my GBA game is compatible, even if I didnt download the BIOS, I hope is going to be fine.
Is picrel still worth using if it hasn't been updated in over two years? I mostly wanna use it with Mednaffe for PC Engine and PSX since I'm sick of RetroArch's UI.
>>577319287>Is picrel still worth using if it hasn't been updated in over two years?If the lack of an upstream Dragon Hopper fix is any indication, it's probably not worth using. (At least for Virtual Boy.)
>>577319287>I'm gonna go from a baroque and bloated UX to basically no UX at all (or stapling on some clunk-ass frontend)Not sure if this is gonna go how you want. Consider Ares. It emulates those platforms too. What about Retroarch is buckbreaking you?
You could just try Brainlethawk too.
>>577319287>sick of RetroArch's UI.Use one of the other ones then. It comes with like 17 different UI's.You can completely customise them.You can make it only has like 3 options in the menu if you want, and hide everything else.
>>577319746I wasn't really considering using it for Virtual Boy emulation.>>577320380My toaster can barely run Ares, otherwise it's what I'd go with because it has a good UI and easy to use shaders.>What about Retroarch is buckbreaking you?The UI is shit and the devs refuse to give it a traditional mouse-driven UI that's worth using. When I use Mesen-CE, my current emu of choice for NES and SNES, it's a night and day difference.>>577323863>Use one of the other ones then. It comes with like 17 different UI's.In which universe? My copy (Linux Flatpak) only has Ozone, the XMB, RGUI, glui, and the Desktop Menu, none of which are ideal. Ozone is the one I tolerate the most out of all of them, because I'm somewhat used to putting up with its bullshit. The Desktop Menu is a complete joke because despite being mouse-driven, it's nothing like Mesen, Ares, Snes9x, Kega Fusion, etc.>>577320638Bizhawk is shit on Linux. Besides, I'm not interested in TASing.
>>577325931>too shitty to run AresI can believe that for the LLE N64 core it has but the others too...? Defies belief.
>>577325931Why not just continue using MesenCE for PCE and Duckstation for PS1 then? I don't think you're sigarettenstank, so don't tell me that Poundland Skiing (PAL) cutting a second of audio off is stopping you.
>>577319287>Is picrel still worth using if it hasn't been updated in over two years?Does it lack any features you need?Are there games you want to play that it doesn't support?If not, then yes it's worth using.
>>577328815His main gripe is UX, which Mednafen nearly completely lacks unless you use a front end which doesn't gracefully allow you to change settings mid session like an emulator with a properly integrated UX does.
Spergoids like ryphecha and richard42g refusing to add GUIs to mednafen and mupenplus respectively was my gateway into Retroarch in the first fucking place. GG assclowns. Probably half the reason RA's as big as it is today.
>>577329167I've thought about making an AI sloppa fork that DearImGUIs everything, but that doesn't seem all that soulful.
Armsx2 biggest update to date with floating point plus armsx3 toohttps://github.com/ARMSX2/ARMSX2/releases/tag/2.6.6.6https://github.com/ARMSX2/ARMSX3/releases/tag/0.6Looked like Xenosaga episode 1 graphics mostly fixed on android
>>577328189>Poundland Skiing (PAL) cutting a second of audio off is stopping you.I'm surprised he hasn't given in and took the Claude route himself. Maybe he'd chill out if he were able to fix all these obscure yurojank bugs himself.
>>577305363>>577306125it isn't, dev even open sourced it faster because people were claiming it was
>>577307502Decomps take a lot of time. With recomps you get 90% of the benefits of actual ports. Just look at Majora's Mask recomp, it has mod support, the usual graphics enhancements, higher fps, etcBut sure having the source code is better, but you just won't get that kind of autistic dedication for every game.
>>577336310gen