mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Ensure all log messages are displayed
This commit is contained in:
parent
c7c0139788
commit
a68983b551
3 changed files with 81 additions and 16 deletions
|
@ -13,8 +13,15 @@
|
|||
|
||||
inline std::string sstr(const QString& _in) { return _in.toUtf8().toStdString(); }
|
||||
|
||||
namespace logs
|
||||
{
|
||||
void set_init();
|
||||
}
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
logs::set_init();
|
||||
|
||||
#ifdef _WIN32
|
||||
SetProcessDPIAware();
|
||||
WSADATA wsa_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue