Real-time translation for console games: capture card (Switch, PS5) or emulator (RPCS3, PPSSPP, PCSX2, RetroArch)

Real-time translation for console games: capture card (Switch, PS5) or emulator (RPCS3, PPSSPP, PCSX2, RetroArch)

10 min read

A reader asked whether Playto works with RPCS3, because there is a mecha action game from the PS3 era that never got an English release and they would like to read every menu in it. The short answer is yes, and the longer answer is that there are two ways to read a Japanese-only console game in English while you play, one of which does not involve an emulator at all. This guide covers both, what each needs, and the settings that decide whether the text actually gets read.

Before the how-to, the line this guide stays behind. Playto reads the pixels of a window on your PC. It does not modify games, saves, firmware or consoles, and it does not care where the window comes from. Use it with games you own, on hardware and software you are entitled to run. Emulators are legal software; downloading game files you do not own is not, and Playto takes no responsibility for how games are obtained or for use that breaks the law in your country. Nothing below explains how to get game files, and we will not answer that question in support either.

The two routes

A capture card puts the real console on your PC screen. The console outputs video as normal, the card passes it through to the TV and also sends it to the PC, and a preview window (OBS, or the viewer that came with the card) shows the game. A screen translator reads that window like any other. The console is untouched, the controls have no added lag because you keep playing off the TV, and the translation appears on the PC monitor beside it. This is the route for a Switch, Switch 2, PS5 or any console you own, and it is the only route for current-generation systems.

An emulator puts an older console’s game in a window on the PC directly. The window is the game, so the translator reads it in place and the overlay sits on top of the dialogue, exactly as it would on a PC game. This is the route for the PS2, PSP, PS3, GameCube and Wii libraries, which hold most of the text-heavy games that never left Japan.

Both routes end at the same place, a window on your PC, which is why one tool covers both. How the overlay itself behaves on that window is described in the in-game translation overlay.

Capture cardEmulator
ForSwitch, Switch 2, PS5, any console you ownPS1, PS2, PSP, PS3, GameCube, Wii libraries
What you needConsole, capture card with HDMI pass-through, OBS or the card’s viewer, PlaytoEmulator, the game you own, Playto
Where the translation appearsOn the PC monitor, beside the TVOn the game window itself
Input lagNone (you play off the TV)None (native PC window)
Console or game modifiedNoNo
Main accuracy factorPreview window at 1080p or moreInternal resolution scale 2–3× native
GotchasPS5 needs HDCP off; preview has the card’s own delayWindowed or borderless mode, not exclusive fullscreen

Route 1: capture card

What you need: the console, a capture card with HDMI pass-through (any mainstream card is fine; 1080p capture is enough for readable text), OBS or the card’s viewer app, and Playto on the PC.

  1. Connect console to card, card to TV through the pass-through port, and card to PC by USB.
  2. Open the preview window and size it so the game is at least 1080p on your PC screen. The text has to be readable to a human at that size before OCR can read it.
  3. In Playto, pick that window as the game. Fixed-region capture on the dialogue box is the steady choice for story games; window mode reads the whole preview in the background if you prefer to bring the overlay up only when you want it.
  4. Play on the TV. Read on the PC.

Two things to know. The Switch does not apply HDCP to game video, so the picture comes through; the PS5 does, and you switch it off in the console’s system settings before the card will see anything. And the preview window has the card’s own delay, typically a few dozen milliseconds, which does not matter when you play off the TV but is noticeable if you try to play off the preview instead.

Where this route shines is the games that only exist on console and only in Japanese. Otome titles and visual novels keep shipping on the Switch as Japan-only releases, and until now the choice was to wait years for a fan translation that usually never came or to play with a phone dictionary in one hand. A capture card and a screen translator read them the day they come out.

Route 2: emulator

What you need: the emulator for the system, the game you own, and Playto. Emulators that mainstream coverage names without hesitation and that we see used with Playto include RPCS3 (PS3), PPSSPP (PSP), PCSX2 (PS2), Dolphin (GameCube and Wii), DuckStation (PS1) and RetroArch as a front end for several of those. We do not cover Switch emulators here.

  1. Raise the internal resolution scale before anything else. A PSP renders at 272 lines and a PS2 at 480; at native size the fonts are a handful of pixels tall and OCR misreads them. Two to three times native is usually where text becomes reliable, and every emulator above has the setting. This single change matters more than any translator setting.
  2. Run the emulator windowed or borderless, not exclusive fullscreen. Exclusive fullscreen bypasses the compositor and some capture methods see a black window. One screen-translation tool released this year reports working with RPCS3 only in windowed mode, and the reason is the same.
  3. Pick the emulator window in Playto and choose how to read it: fixed-region on the message window for RPGs and adventure games, cursor-follow over menus and item lists, window mode when you want everything in the background.
  4. If a game paints its text into textures or uses a heavily stylized font, expect misreads on those screens specifically. That is a font problem, not an emulator problem, and it is where switching Playto’s reading mode to the image-based one helps.

Where the setting lives, and what to aim for:

EmulatorSystemSettingAim for
RPCS3PS3GPU → Resolution Scale150–200% (PS3 text is already 720p; windowed mode matters more)
PPSSPPPSPGraphics → Rendering resolution3×–4× (native is 272 lines)
PCSX2PS2Graphics → Internal Resolution3× native or higher
DolphinGameCube / WiiGraphics → Internal Resolution2×–3× native
DuckStationPS1Rendering → Internal Resolution Scale3× or higher
RetroArchseveralCore options → internal resolution (per core)As above for the core in use

Playto Lite is free, so the fastest check is to open the game’s first text-heavy screen and see whether the overlay reads it:

How this compares with the other options

There are three ways to get text out of an emulated game, and they suit different situations.

Text hooker (Agent, LunaTranslator)RetroArch AI ServiceScreen overlay (Playto)
Works onTitles with a hook scriptGames run inside RetroArchAny window: any emulator, capture card, PC game
How it readsExact string from memorySnapshot of the screen on a hotkeyContinuous OCR of the window
Follows moving dialogueYesNo (one snapshot per press)Yes
OfflineDepends on the translator you attachNo, unless you host your own serviceYes, local model
Setup per gameA script must existNoneNone
Learning featuresNo (pairs with Anki tools)NoWord book, review, Anki export

Text hookers such as Agent and LunaTranslator attach to the emulator process and pull the exact string before it is drawn. When a script exists for your game the text is perfect and instant. Agent’s script library covers several emulators, and LunaTranslator lists Switch, PSP, Vita and PS2 emulation. The catch is the word “script”: each game needs one, most games do not have one, and a hook that is missing gives you nothing. The sentence-mining toolkit covers these tools in detail.

RetroArch’s AI Service is built into RetroArch and translates a snapshot of the screen each time you press its hotkey, through an online service or a translation server you set up yourself. For an occasional menu it is convenient and needs no extra software. It does not follow moving dialogue, it does not run offline out of the box, and it only exists inside RetroArch.

A screen-reading overlay reads the window continuously, does not depend on the title, and works the same in every emulator and on a capture card. With Playto the translation runs on a local model, so nothing leaves the PC and there is no per-use cost, and the words you look up go into a word book for review afterwards. The trade is that OCR reads what is drawn, so resolution and font decide accuracy, which is why the settings above come first.

If your game has a hook script, use it. If you press a hotkey once in a while, RetroArch’s service is enough. For everything else, and for anything on a real console, the overlay is the route.

What you would actually be reading

Which library is worth the setup depends on where the untranslated games are. The PS2 has the deepest catalog of Japan-only releases, with whole genres of RPGs and adventure games that never shipped in English. The PSP and DS catalogs come next, and the PS3 has a smaller but well-known set of exclusives, the mecha action series that prompted this guide among them. Search interest follows the same order, and a lot of it is people asking, system by system, how to play these games in English at all.

SystemJapan-only, text-heavy libraryRouteNotes
PS2Deepest: whole genres of RPGs and adventure games never left JapanEmulatorInternal resolution 3×+; many games use small bitmap fonts
PSPLarge, especially RPGs and visual novelsEmulatorNative 272 lines, so 3×–4× is not optional
PS3Smaller, well-known exclusives (the mecha action series above among them)EmulatorText is already 720p; windowed mode is the main fix
DS / 3DSVery largeNot covered hereDual screens and the platform holder’s stance keep it out of this guide
Switch, Switch 2Japan-only otome games and visual novels still ship every monthCapture cardThe one route for current hardware; no HDCP on game video
PS5Occasional Japan-first releasesCapture cardHDCP off in system settings

Menus and item screens are the accessible part. Story text is where the difficulty lives, and the gap between the two is the same on console as it is on PC. If you are reading to learn rather than just to play, how to learn Japanese with video games covers the read-keep-review loop, and the JLPT breakdown of games we have measured shows how that gap looks in numbers.

Getting started

For a console you own: capture card, preview window at 1080p, Playto pointed at the window. For an emulated game you own: internal resolution up, windowed mode, Playto pointed at the window. Playto Lite is free on Steam, and the quickest way to know whether your game’s font reads cleanly is to try it on the exact screen that stopped you. Cursor-follow reading and resident mode, the two features that matter most for menu-heavy console games, are in the Standard edition. And once more, because it matters: this works with games you own, and how you obtain them is your responsibility, not something Playto helps with or answers for.

Share: X
← All posts