1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-28 23:44:10 +02:00

Added new fs-uae version, fs-uae launcher and last snapshot of portage tvtime

This commit is contained in:
root
2013-04-21 20:23:58 +02:00
parent 422c69bae3
commit 296b77499e
16 changed files with 748 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
--- tvtime/src/cpu_accel.c
+++ tvtime/src/cpu_accel.c
@@ -35,7 +35,7 @@
int AMD;
uint32_t caps;
-#ifndef PIC
+#if !defined(__PIC__) || defined(__x86_64__)
#define cpuid(op,eax,ebx,ecx,edx) \
__asm__ ("cpuid" \
: "=a" (eax), \