mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 22:22:32 -07:00
Show game compatibility within yuzu
This commit is contained in:
@@ -12,3 +12,10 @@ QFont GetMonospaceFont();
|
||||
|
||||
/// Convert a size in bytes into a readable format (KiB, MiB, etc.)
|
||||
QString ReadableByteSize(qulonglong size);
|
||||
|
||||
/**
|
||||
* Creates a circle pixmap from a specified color
|
||||
* @param color The color the pixmap shall have
|
||||
* @return QPixmap circle pixmap
|
||||
*/
|
||||
QPixmap CreateCirclePixmapFromColor(const QColor& color);
|
||||
|
Reference in New Issue
Block a user