mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[orbis-kernel] avoid useless logs on initialization
This commit is contained in:
parent
135c63117b
commit
d29fcf1f6f
2 changed files with 3 additions and 3 deletions
|
|
@ -29,8 +29,8 @@ KernelContext::KernelContext() {
|
|||
pthread_mutex_init(&m_heap_mtx, &mtx_attr);
|
||||
pthread_mutexattr_destroy(&mtx_attr);
|
||||
|
||||
std::printf("orbis::KernelContext initialized, addr=%p\n", this);
|
||||
std::printf("TSC frequency: %lu\n", getTscFreq());
|
||||
// std::printf("orbis::KernelContext initialized, addr=%p\n", this);
|
||||
// std::printf("TSC frequency: %lu\n", getTscFreq());
|
||||
}
|
||||
KernelContext::~KernelContext() {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue