mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
windows: move logs to log dir
This commit is contained in:
parent
451e953d26
commit
a7edfa221e
6 changed files with 50 additions and 35 deletions
|
|
@ -157,7 +157,7 @@ log_frame::log_frame(std::shared_ptr<gui_settings> _gui_settings, QWidget* paren
|
|||
setWidget(m_tabWidget);
|
||||
|
||||
// Open or create TTY.log
|
||||
m_tty_file.open(fs::get_cache_dir() + "TTY.log", fs::read + fs::create);
|
||||
m_tty_file.open(fs::get_log_dir() + "TTY.log", fs::read + fs::create);
|
||||
|
||||
CreateAndConnectActions();
|
||||
LoadSettings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue