mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Move libretro.h to exclude from clang-format.
This commit is contained in:
parent
cdf50b9640
commit
907442608a
8 changed files with 5 additions and 5 deletions
2
.github/workflows/check-format.yaml
vendored
2
.github/workflows/check-format.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- uses: DoozyX/clang-format-lint-action@v0.11
|
- uses: DoozyX/clang-format-lint-action@v0.11
|
||||||
with:
|
with:
|
||||||
source: './Source ./tools'
|
source: './Source ./tools'
|
||||||
exclude: './Source/ui_qt/win32/Resources'
|
exclude: './Source/ui_qt/win32/Resources ./Source/ui_libretro/ext'
|
||||||
extensions: 'h,cpp,c,m,mm'
|
extensions: 'h,cpp,c,m,mm'
|
||||||
clangFormatVersion: 6
|
clangFormatVersion: 6
|
||||||
inplace: True
|
inplace: True
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "GSH_OpenGL_Libretro.h"
|
#include "GSH_OpenGL_Libretro.h"
|
||||||
|
#include "ext/libretro.h"
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
|
|
||||||
#define LOG_NAME "LIBRETRO"
|
#define LOG_NAME "LIBRETRO"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "gs/GSH_OpenGL/GSH_OpenGL.h"
|
#include "gs/GSH_OpenGL/GSH_OpenGL.h"
|
||||||
#include "libretro.h"
|
|
||||||
|
|
||||||
class CGSH_OpenGL_Libretro : public CGSH_OpenGL
|
class CGSH_OpenGL_Libretro : public CGSH_OpenGL
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "PH_Libretro_Input.h"
|
#include "PH_Libretro_Input.h"
|
||||||
|
#include "ext/libretro.h"
|
||||||
|
|
||||||
extern bool libretro_supports_bitmasks;
|
extern bool libretro_supports_bitmasks;
|
||||||
extern retro_input_poll_t g_input_poll_cb;
|
extern retro_input_poll_t g_input_poll_cb;
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include "PadHandler.h"
|
#include "PadHandler.h"
|
||||||
// #include "InputBindingManager.h"
|
// #include "InputBindingManager.h"
|
||||||
#include "libretro.h"
|
|
||||||
|
|
||||||
class CPH_Libretro_Input : public CPadHandler
|
class CPH_Libretro_Input : public CPadHandler
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "SH_LibreAudio.h"
|
#include "SH_LibreAudio.h"
|
||||||
#include "libretro.h"
|
#include "ext/libretro.h"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "libretro.h"
|
#include "ext/libretro.h"
|
||||||
|
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
#include "AppConfig.h"
|
#include "AppConfig.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue