mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Fix typo in System.cpp
Enfore -> Enforce
This commit is contained in:
parent
6aa96e5f81
commit
270a21ebae
1 changed files with 1 additions and 1 deletions
|
@ -3362,7 +3362,7 @@ void Emulator::Kill(bool allow_autoexit, bool savestate, savestate_stage* save_s
|
||||||
{
|
{
|
||||||
if (fs::file tty_read_fd{fs::get_cache_dir() + "TTY.log"})
|
if (fs::file tty_read_fd{fs::get_cache_dir() + "TTY.log"})
|
||||||
{
|
{
|
||||||
// Enfore an arbitrary limit for now to avoid OOM in case the guest code has bombarded TTY
|
// Enforce an arbitrary limit for now to avoid OOM in case the guest code has bombarded TTY
|
||||||
// 3MB, this should be enough
|
// 3MB, this should be enough
|
||||||
constexpr usz c_max_tty_spill_size = 0x30'0000;
|
constexpr usz c_max_tty_spill_size = 0x30'0000;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue