mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DolphinQt: Stub Host_* functions & Resource system.
This commit is contained in:
14
Source/Core/DolphinQt/Utils/Utils.h
Normal file
14
Source/Core/DolphinQt/Utils/Utils.h
Normal file
@ -0,0 +1,14 @@
|
||||
// Copyright 2014 Dolphin Emulator Project
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
// Shorter version of QStringLiteral(str)
|
||||
#define SL(str) QStringLiteral(str)
|
||||
|
||||
QString NiceSizeFormat(s64 size);
|
Reference in New Issue
Block a user