mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 02:52:32 -07:00
Massive removal of unused modules
This commit is contained in:
14
src/yuzu/util/util.h
Normal file
14
src/yuzu/util/util.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2015 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QFont>
|
||||
#include <QString>
|
||||
|
||||
/// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc.
|
||||
QFont GetMonospaceFont();
|
||||
|
||||
/// Convert a size in bytes into a readable format (KiB, MiB, etc.)
|
||||
QString ReadableByteSize(qulonglong size);
|
Reference in New Issue
Block a user