mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Some typos (#7908)
* sys_lwcond: replace writer lock with reader lock * sys_rsx: Typo fix * sys_net: Fixup for buffer reading
This commit is contained in:
parent
29be815302
commit
fdd7f0645d
3 changed files with 12 additions and 3 deletions
|
|
@ -186,7 +186,7 @@ error_code sys_rsx_context_allocate(vm::ptr<u32> context_id, vm::ptr<u64> lpar_d
|
|||
dmaControl.put = 0;
|
||||
dmaControl.ref = 0; // Set later to -1 by cellGcmSys
|
||||
|
||||
if ((true/*system_mode & something*/ || g_cfg.video.decr_memory_layout)
|
||||
if ((false/*system_mode & something*/ || g_cfg.video.decr_memory_layout)
|
||||
&& g_cfg.core.debug_console_mode)
|
||||
rsx::get_current_renderer()->main_mem_size = 0x20000000; //512MB
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue