mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-30 18:03:33 +02:00
Added FS-UAE package, additiona ebuild fixes for x86_64 arch
This commit is contained in:
11
app-emulation/fs-uae/files/fs-uae-2.0.1-remove_fadeout.patch
Normal file
11
app-emulation/fs-uae/files/fs-uae-2.0.1-remove_fadeout.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- fs-uae-2.0.1_orig/libfsemu/src/emu/render.c 2012-10-26 18:28:39.000000000 +0200
|
||||
+++ fs-uae-2.0.1/libfsemu/src/emu/render.c 2012-12-13 22:21:49.109558006 +0100
|
||||
@@ -1063,7 +1063,7 @@
|
||||
* This function is called at the end of the frame rendering function
|
||||
*/
|
||||
static void handle_quit_sequence() {
|
||||
- int fade_time = 750 * 1000;
|
||||
+ int fade_time = 0;
|
||||
|
||||
int64_t dt = fs_emu_monotonic_time() - g_fs_emu_quit_time;
|
||||
if (dt > fade_time && g_fs_emu_emulation_thread_stopped) {
|
||||
Reference in New Issue
Block a user