mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
dont do this NEVER
This commit is contained in:
parent
11a5de6079
commit
0a9a487b8b
5 changed files with 3 additions and 4 deletions
|
|
@ -267,7 +267,6 @@ set(BINDING_HEADERS
|
|||
binding-mri/flashable-binding.h
|
||||
binding-mri/keybindings-binding.h
|
||||
binding-mri/signalconnection-binding.h
|
||||
binding-mri/sunshine-binding.h
|
||||
)
|
||||
set(BINDING_SOURCE
|
||||
binding-mri/binding-mri.cpp
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#include "ruby/internal/intern/class.h"
|
||||
#include "security.h"
|
||||
#include "eventthread.h"
|
||||
#include "sunshine-binding.h"
|
||||
#include "sunshine.h"
|
||||
bool is_privacy_crashdump_enabled = false;
|
||||
|
||||
static VALUE sunshine_get_crash_privacy(VALUE self) {
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
extern bool is_privacy_crashdump_enabled;
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
#include <SDL3/SDL_system.h>
|
||||
#include <boost/stacktrace.hpp>
|
||||
#include <SDL3/SDL_cpuinfo.h>
|
||||
#include "sunshine-binding.h"
|
||||
#include "sunshine.h"
|
||||
#ifdef __LINUX__
|
||||
#include <gtk/gtk.h>
|
||||
#include "xdg-user-dir-lookup.h"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
//помойка ебаная
|
||||
inline boost::chrono::high_resolution_clock::time_point startTime;
|
||||
|
||||
extern bool is_privacy_crashdump_enabled;
|
||||
class Sunshine{
|
||||
public:
|
||||
Sunshine();
|
||||
|
|
|
|||
Loading…
Reference in a new issue