Skip to content

Commit 0cabbed

Browse files
chore: rename project (#9)
1 parent 31c833e commit 0cabbed

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# iw3-xenon
1+
# iw3xe

iw3-xenon.sln iw3xe.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iw3-xenon", "iw3-xenon.vcxproj", "{9B1700C7-D20C-4489-A47E-60D639F18F89}"
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iw3xe", "iw3xe.vcxproj", "{9B1700C7-D20C-4489-A47E-60D639F18F89}"
55
EndProject
66
Global
77
GlobalSection(SolutionConfigurationPlatforms) = preSolution

iw3-xenon.vcxproj iw3xe.vcxproj

File renamed without changes.

resources/xenia/plugins/415607E6/plugins.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ title_id = "415607E6"
66

77
[[plugin]]
88
author = "mo"
9-
name = "iw3-xenon"
10-
file = "iw3-xenon.xex"
9+
name = "iw3xe"
10+
file = "iw3xe.xex"
1111
hash = "B4B0A3571D5160E2" # default.xex
1212
is_enabled = true
1313

1414
[[plugin]]
1515
author = "mo"
16-
name = "iw3-xenon"
17-
file = "iw3-xenon.xex"
16+
name = "iw3xe"
17+
file = "iw3xe.xex"
1818
hash = "F5F903E4F326EB10" # default_mp.xex
1919
is_enabled = true

src/game/game.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ namespace game
1313
{
1414
if (strncmp((char *)0x82032AC4, "multiplayer", 11) == 0)
1515
{
16-
xbox::show_notification(L"iw3 xenon mp");
16+
xbox::show_notification(L"iw3xe mp");
1717
mp::init();
1818
}
1919
else if (strncmp((char *)0x82065E48, "startSingleplayer", 17) == 0)
2020
{
21-
xbox::show_notification(L"iw3 xenon sp");
21+
xbox::show_notification(L"iw3xe sp");
2222
sp::init();
2323
}
2424
else
2525
{
26-
xbox::show_notification(L"iw3 xenon unsupported executable");
26+
xbox::show_notification(L"iw3xe unsupported executable");
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)