forked from eden-emu/eden
Show game compatibility within yuzu
This commit is contained in:
parent
5c66212201
commit
f30bf4d48d
13 changed files with 196 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue