mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
add launcher
This commit is contained in:
@@ -39,7 +39,6 @@ target_include_directories(emulator_obj PRIVATE ${inc_headers})
|
||||
list(APPEND check_headers
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
${CMAKE_SOURCE_DIR}/include
|
||||
#${CMAKE_SOURCE_DIR}/3rdparty/affinity/include
|
||||
)
|
||||
|
||||
clang_tidy_check(emulator_obj "" "${check_headers}" "${inc_headers}")
|
||||
|
||||
@@ -486,6 +486,8 @@ bool FlipQueue::Flip(uint32_t micros)
|
||||
|
||||
printf("Flip done: %d\n", r.index);
|
||||
|
||||
// m_mutex.Lock();
|
||||
|
||||
m_requests.Remove(first);
|
||||
m_done_cond_var.Signal();
|
||||
|
||||
@@ -526,14 +528,14 @@ void VideoOutBeginVblank()
|
||||
{
|
||||
EXIT_IF(g_video_out_context == nullptr);
|
||||
|
||||
g_video_out_context->VblankBegin();
|
||||
// g_video_out_context->VblankBegin();
|
||||
}
|
||||
|
||||
void VideoOutEndVblank()
|
||||
{
|
||||
EXIT_IF(g_video_out_context == nullptr);
|
||||
|
||||
g_video_out_context->VblankEnd();
|
||||
// g_video_out_context->VblankEnd();
|
||||
}
|
||||
|
||||
KYTY_SYSV_ABI int VideoOutOpen(int user_id, int bus_type, int index, const void* param)
|
||||
|
||||
Reference in New Issue
Block a user