Skip to content

Commit

Permalink
Minor readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
libertyernie committed Oct 11, 2015
1 parent c4f4910 commit 5ff03d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.txt
Expand Up @@ -3,7 +3,7 @@ http://github.com/libertyernie/tgbdual_L

Based on TGB Dual Kai from http://blog.gameboymania.com/2014/03/tgbdualkaiv1141.html

TGB Dual (originally written by Hii in 20002004) is an open-source Game Boy
TGB Dual (originally written by Hii in 20002004) is an open-source Game Boy
Color emulator with link cable support.

TGB Dual makes it possible to emulate two Game Boy consoles at once (Slot 1
Expand All @@ -16,15 +16,15 @@ libretro has removed the Win32 code from its repository, and because TGB Dual
Kai has Win32-specific features, it makes more sense to use this as the base.

New features (compared to TGB Dual Kai):
* All dialogs/menus (except for the debugging features) have been translated
to English at the source code level ("english" branch in git.)
* TGB Dual can now load ROMs built with Goomba and Goomba Color (GB emulators
for the GBA), and can read and write to those emulators' save files. This
is helpful if you want to share your save data between PC and GBA, because
the ROMs run faster in a GB emulator than they would in a GBA emulator
trying to run Goomba. (Also, you can use link cable emulation for games
like Pok�mon.) See goomba.txt for more information.
like Pokémon.) See goomba.txt for more information.
* Supported file extensions added: .gba (for Goomba/Goomba Color) and .sgb.
* All dialogs/menus have been translated to English at the source code level
("english" branch in git.)
* Along with the ROM and SRAM folders, users can now specify the SRAM file
extensions used for Slot1 and Slot2 (the defaults are still .sav and .sa2.)
* The options for showing the FPS meter are now Off, Slot1, Slot2, and Both.
Expand All @@ -38,7 +38,7 @@ Important code changes:
been changed to UTF-8 for storage in the Git repository, and is converted to
UTF-16 when it is compiled, then back to UTF-8 when using Clean in Visual
Studio.
* This automatic conversion is *only* set up in Visual Studio 2013
(TGB_Dual (VS2013).sln), and it uses the endian_conv.exe helper app.
* This automatic conversion is set up in the Visual Studio 2013 project file
(TGB_Dual (VS2013).vcxproj), and it uses the endian_conv.exe helper app.
* The VS2013 project also defines the preprocessor macro TGBDUAL_USE_DINPUT8,
so dx_renderer.h and settings.cpp will use dinput8.lib (DirectInput 8).

0 comments on commit 5ff03d2

Please sign in to comment.