mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
rfile_t renamed
This commit is contained in:
parent
b449545ae0
commit
74b3580b69
36 changed files with 287 additions and 293 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <iostream>
|
||||
#include <cinttypes>
|
||||
#include "Thread.h"
|
||||
#include "rFile.h"
|
||||
#include "File.h"
|
||||
|
||||
using namespace Log;
|
||||
|
||||
|
@ -90,7 +90,7 @@ struct CoutListener : LogListener
|
|||
|
||||
struct FileListener : LogListener
|
||||
{
|
||||
rfile_t mFile;
|
||||
fs::file mFile;
|
||||
bool mPrependChannelName;
|
||||
|
||||
FileListener(const std::string& name = _PRGNAME_, bool prependChannel = true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue