Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotekina committed Dec 14, 2013
2 parents eed6a7f + e2de06d commit 01a274a
Show file tree
Hide file tree
Showing 7 changed files with 1,411 additions and 1,004 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,13 @@
/bin/VertexProgram.txt
/bin/BreakPoints.dat
/bin/textures
/bin/data/
rpcs3/git-version.h

# Copyrighted files
/bin/data/
/bin/dev_flash/data/font

# Ignore installed games except test homebrews
!/bin/dev_hdd0/game/
/bin/dev_hdd0/game/*
!/bin/dev_hdd0/game/TEST12345/
2 changes: 1 addition & 1 deletion rpcs3/Emu/SysCalls/Modules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static const g_module_list[] =
{0x0017, "sys_io"},
{0x0018, "cellPngDec"},
{0x0019, "cellFont"},
{0x001a, "cellFontFt"},
{0x001a, "cellFontFT"},
{0x001b, "cellFreetype"},
{0x001c, "cellUsbd"},
{0x001d, "cellSail"},
Expand Down

0 comments on commit 01a274a

Please sign in to comment.