mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Untangle GUI and input includes
This commit is contained in:
parent
7b49249f5f
commit
f7666f44da
126 changed files with 702 additions and 666 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "stdafx.h"
|
||||
#include "update_manager.h"
|
||||
#include "progress_dialog.h"
|
||||
#include "rpcs3_version.h"
|
||||
#include "Utilities/StrUtil.h"
|
||||
#include "Crypto/sha256.h"
|
||||
|
@ -26,7 +27,7 @@
|
|||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
LOG_CHANNEL(update_log);
|
||||
LOG_CHANNEL(update_log, "UPDATER");
|
||||
|
||||
update_manager::update_manager()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue