mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-10 19:04:56 +00:00
update package
This commit is contained in:
parent
a7590466de
commit
bf13f4d401
@ -10,6 +10,5 @@ __declspec(dllexport) void __cdecl Init();
|
||||
__declspec(dllexport) int __cdecl StartCallback(DECODE_CALLBACK callback);
|
||||
__declspec(dllexport) int __cdecl StartQueue();
|
||||
__declspec(dllexport) int __cdecl PopFromQueue(void* data,int* duration);
|
||||
__declspec(dllexport) void __cdecl DeInit();
|
||||
__declspec(dllexport) void __cdecl Wait();
|
||||
}
|
||||
@ -332,6 +332,7 @@ StartCallback(DECODE_CALLBACK callback) {
|
||||
|
||||
// Create signal handler after logging has been initialized
|
||||
mail::man->event<bool>(mail::shutdown)->view();
|
||||
DeInit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@ -294,7 +294,7 @@ namespace platf::dxgi {
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string cmd = "tools\\ddprobe.exe";
|
||||
std::string cmd = "ddprobe.exe";
|
||||
|
||||
// We start at 1 because 0 is automatic selection which can be overridden by
|
||||
// the GPU driver control panel options. Since ddprobe.exe can have different
|
||||
|
||||
@ -27,7 +27,7 @@ extern "C" {
|
||||
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
|
||||
#define SUNSHINE_SHADERS_DIR SUNSHINE_ASSETS_DIR "/shaders/directx"
|
||||
#define SUNSHINE_SHADERS_DIR "./directx"
|
||||
namespace platf {
|
||||
using namespace std::literals;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user