Skip to content

Commit ebf9374

Browse files
silvioletelad335
authored andcommitted
Fixed typos in rpcs3/System.cpp
- changed string containing a typo buyes -> bytes - capitalized ps2/ps3 to PS2/PS3
1 parent 43b2ce6 commit ebf9374

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rpcs3/Emu/System.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ void init_fxo_for_exec(utils::serial* ar, bool full = false)
252252
// Reserved area
253253
if (!load_and_check_reserved(*ar, advance))
254254
{
255-
sys_log.error("Potential failure to load savestate: padding buyes are not 0. %s", *ar);
255+
sys_log.error("Potential failure to load savestate: padding bytes are not 0. %s", *ar);
256256
}
257257
}
258258
}
@@ -310,7 +310,7 @@ static void fixup_settings(const psf::registry* _psf)
310310

311311
if (g_cfg.net.net_active == np_internet_status::disabled && g_cfg.net.psn_status != np_psn_status::disabled)
312312
{
313-
sys_log.warning("Net status was set to disconnected so psn status was disabled");
313+
sys_log.warning("Net status was set to disconnected so PSN status was disabled.");
314314
g_cfg.net.psn_status.set(np_psn_status::disabled);
315315
}
316316
}
@@ -4642,7 +4642,7 @@ game_boot_result Emulator::InsertDisc(const std::string& path)
46424642
else
46434643
{
46444644
// TODO: find out where other discs are mounted
4645-
sys_log.todo("Mounting non-ps2/ps3 disc in dev_bdvd. Is this correct? (path='%s')", disc_root);
4645+
sys_log.todo("Mounting non-PS2/PS3 disc in dev_bdvd. Is this correct? (path='%s')", disc_root);
46464646
ensure(vfs::mount("/dev_bdvd", disc_root));
46474647
}
46484648

0 commit comments

Comments
 (0)