mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Minor fixes
Libmixer: additional patterns
This commit is contained in:
parent
70cc2494aa
commit
689c41ccb3
9 changed files with 316 additions and 102 deletions
|
|
@ -12,7 +12,7 @@ LogFrame* ConLogFrame;
|
|||
std::mutex g_cs_conlog;
|
||||
|
||||
static const uint max_item_count = 500;
|
||||
static const uint buffer_size = 1024 * 64;
|
||||
static const uint buffer_size = 1024 * 64 * sizeof(wxChar);
|
||||
|
||||
static const wxString g_log_colors[] =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue