English | Magyar
JS ki | CSS ki | Ékezetek ki | HiContrast
Lapozó:  (0 - 1424) 
<== | ==>
Ugrás a végére | Összes megjelenítése | Utolsó oldal
OpenOpera patches | Opera-SSL patches | Opera 12.15 source (Git repository) | Opera 12.15 source (Torrent) | Opera internal pages | Otter Browser Linux x64 - Qt5.15.2/QtWebKit5.602.1 (2024.04.27. 20:05)
OS for MC680x0 | OS for PPC | OS for Sparc64 | besztofbégéaefcé | CSÉNDZSLOG | WebToolz | DDG Shit Filter | Google Shit Filter | Progz | Fast CSS Box | Browser | OS | Agent | Statisztika | BBCode
Monospace font-family: Courier New | Browser default monospace
Email értesítő / Email notification ===> 
Keresés
Σ: 1 post

TCH  (statz) Főfasz
#1, Főfasz (10443)
2086 | #4a19 | ^ | Idézet | Sat, 29 Dec 2018 21:22:13 +01
94.21.*.* Linux x86 Opera Classic Hungary *.pool.digikabel.hu
@Ádám:
Még mindig annyit érnek, mint a nevük...
Sőt, még egy nullával kevesebbet. :P
Az FCEUX 2.2.3-at, ha CLang 7-tel akarja valaki buildelni, akkor a src/cheat.cpp 219. sorát
	while(fgets(linebuf,2048,fp)>0)
erre
	while(fgets(linebuf,2048,fp)!=0)
illetve a fceux-server/server.cpp 117. sorát
  while(fgets(buf, 256, fp) > 0)
erre
  while(fgets(buf, 256, fp) != 0)
kell cserélni, különben elpatkol ordered comparison between pointer and zero hibával...
Továbbá a src/utils/xstring.cpp-ben a 234-235. sort
				n<2 ? '=' : Base64Table[ ((input[1] & 0x0F) << 2) | (input[2] >> 6) ],
				n<3 ? '=' : Base64Table[ input[2] & 0x3F ]
erre
				(unsigned char)(n<2 ? '=' : Base64Table[ ((input[1] & 0x0F) << 2) | (input[2] >> 6) ]),
				(unsigned char)(n<3 ? '=' : Base64Table[ input[2] & 0x3F ])
a 299-301. sort
				(converted[0] << 2) | (converted[1] >> 4),
				(converted[1] << 4) | (converted[2] >> 2),
				(converted[2] << 6) | (converted[3])
pedig erre
				(unsigned char)((converted[0] << 2) | (converted[1] >> 4)),
				(unsigned char)((converted[1] << 4) | (converted[2] >> 2)),
				(unsigned char)((converted[2] << 6) | (converted[3]))
kell cserélni, mert beszarik non-constant-expression cannot be narrowed from type 'int' to 'unsigned char' in initializer list [-Wc++11-narrowing] hibával.
GCC-ből lefordul bárminő változtatás nélkül is. Gratulálunk annak, aki ezt a két fasságot kitalálta, meg annak is, aki a CLang-ba implementálta.

Sz*rk: Az alul megjelenő gamepad status display-t úgy lehet ki/be kapcsolni, hogy a ~/.fceux/fceux.cfg fájlban a SDL.InputDisplay property-t átállítjuk 0-ra/1-re/2-re/4-re.

Sz*rk: Most, hogy tudom minek hívják a változót, rá bírtam keresni és van hotkey is rá: a vessző. Csak éppen így nem próbáltam keresni. :P


English | Magyar
JS ki | CSS ki | Ékezetek ki | HiContrast
Lapozó:  (0 - 1424) 
<== | ==>
Ugrás a végére | Összes megjelenítése | Utolsó oldal
OpenOpera patches | Opera-SSL patches | Opera 12.15 source (Git repository) | Opera 12.15 source (Torrent) | Opera internal pages | Otter Browser Linux x64 - Qt5.15.2/QtWebKit5.602.1 (2024.04.27. 20:05)
OS for MC680x0 | OS for PPC | OS for Sparc64 | besztofbégéaefcé | CSÉNDZSLOG | WebToolz | DDG Shit Filter | Google Shit Filter | Progz | Fast CSS Box | Browser | OS | Agent | Statisztika | BBCode
Monospace font-family: Courier New | Browser default monospace
Email értesítő / Email notification ===> 
Keresés

Név: (max 255 byte)

Email: (max 255 byte) Nem kötelező!

Üzenet: (max 65536 kar.) 65536-0=65536




crap_vkn v4.34.0 by TCH
Thx to saxus for the escaped string decoder function (PHP), the realIP function (PHP) & the SQL handle layer (PHP), to thookerov for the int_divide function (PHP), to Jeff Anderson for the getSelText function (JS), to Alex King for the insertAtCursor function (JS), Flood3r for the new CSS styles, Pety for the spamprotection idea and some design and comfort ideas, MaxMind for the IP2Country database, famfamfam for the flags of countries and an unknown PHP programmer for the removeAccents function.



Kecskebaszók ide!