Displaying 4 results from an estimated 4 matches for "nvapi".
Did you mean:
  napi
  
2014 Aug 31
0
[PATCH envytools] nva: Add nvaforcetemp to git ignore and sort it for better update
---
 nva/.gitignore | 53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)
diff --git a/nva/.gitignore b/nva/.gitignore
index 5c9184b..72de056 100644
--- a/nva/.gitignore
+++ b/nva/.gitignore
@@ -1,39 +1,40 @@
+evotiming
+libnva.a
+libnva.so
+nv01dump
+nv01post
+nvacounter
+nvadownload
+nvaevo
+nvafakebios
 nvafill
+nvaforcetemp
+nvafucstart
2014 Aug 31
6
[PATCH envytools] nvbios: Add missing null byte to string read from file.
---
 nvbios/nvbios.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/nvbios/nvbios.c b/nvbios/nvbios.c
index f7aafe3..28e62ad 100644
--- a/nvbios/nvbios.c
+++ b/nvbios/nvbios.c
@@ -774,11 +774,12 @@ int set_strap_from_string(const char* strap_s)
 int set_strap_from_file(const char *path)
 {
 	FILE *strapfile = NULL;
-	char tmp[21];
+	char tmp[22];
 
 	strapfile =
2012 Feb 06
1
Re: S.T.A.L.K.E.R. - Call of Pripyat on Wine 1.1.38
Hello and sorry for necro posting xD this is the only thread I found about stalker. I really want this game to run. I've tried to run it under ubuntu but when I boot it ti makes xengine to crash... I've tried to follow the guide posted but i've got none of the packages from the line #yum install etc... how can I fix it? plz
2010 Jun 26
1
Trying to get tropico 3 to run
...5.1.2600 Service Pack 3
MyDocs folder: 	C:\users\john\My Documents
AppData folder:	C:\users\john\Application Data
*** Debug::Init()
Time           	930 milliseconds
Language: English
Boot::Mount Localization Data: 0.24000 ms
bootInit_FileSystems: 28.31000 ms
Version: 1.13.348
[Debug Error] nvapi failed to initialize: 8UH
[Console Error] AutoRenderConfig - matching GPU: NVIDIA GeForce 9500 GT
[Console Error]     matched: geforce.+9[56]00
[Console Error]     level: Medium
[Console Error] AutoRenderConfig - GPU class: Medium
*** Engine info
	Sizes:
		GameObject: 72
		GameObjectEx: 216
		IRend...