WII_IPC_HLE: Clean up variable naming

It doesn't make much sense to prefix g_ to static variables and for
some to be completely unprefixed.

Also renames a lot of other variables for the new conventions
This commit is contained in:
Léo Lam
2016-10-03 23:13:10 +02:00
parent 8912bb3ff4
commit 6ff06ed41d
2 changed files with 144 additions and 146 deletions
File diff suppressed because it is too large Load Diff
-1
View File
@@ -67,7 +67,6 @@ std::shared_ptr<IWII_IPC_HLE_Device> CreateFileIO(u32 _DeviceID, const std::stri
std::shared_ptr<IWII_IPC_HLE_Device> GetDeviceByName(const std::string& _rDeviceName);
std::shared_ptr<IWII_IPC_HLE_Device> AccessDeviceByID(u32 _ID);
int getFreeDeviceId();
// Update
void Update();