B1ackDaemon
|
389e3bbd91
|
Merge pull request #233 from raven02/patch-3
Fix CELL_GCM_TEXTURE_B8 opengl error 0x0500
|
2014-05-17 12:22:45 +03:00 |
|
B1ackDaemon
|
a3a6a8a9e0
|
Merge pull request #232 from raven02/patch-2
Fix ternary operator
|
2014-05-17 12:22:35 +03:00 |
|
B1ackDaemon
|
36d5cf1a7f
|
Merge pull request #231 from raven02/patch-1
Set default off for WriteColorBuffers / DepthBuffers
|
2014-05-17 12:22:27 +03:00 |
|
B1ackDaemon
|
a33e4c7346
|
Merge pull request #230 from raven02/master
Use GL_BGRA for glReadPixels()
|
2014-05-17 12:22:12 +03:00 |
|
raven02
|
0d9de89a26
|
Implement CELL_GCM_TEXTURE_A1R5G5B5 & CELL_GCM_TEXTURE_A4R4G4B4
|
2014-05-17 17:00:25 +08:00 |
|
raven02
|
ddfdaa270e
|
Set default on for Ignore RW errors
This seems to be making couples of games at least not booting without the option ticking.
|
2014-05-17 10:03:21 +08:00 |
|
raven02
|
e7a4eac676
|
Typo fix
|
2014-05-17 01:44:13 +08:00 |
|
raven02
|
ca7c4e119e
|
Fix CELL_GCM_TEXTURE_B8 opengl error 0x0500
|
2014-05-17 01:27:55 +08:00 |
|
raven02
|
86ca4819ee
|
Fix ternary operator
|
2014-05-16 22:43:32 +08:00 |
|
raven02
|
8278c8f5c4
|
Set default off for WriteColorBuffers / DepthBuffers
|
2014-05-16 21:29:34 +08:00 |
|
raven02
|
20af7c4981
|
Log lvl -> Log Level
|
2014-05-16 21:27:14 +08:00 |
|
raven02
|
f5e1d9eab1
|
Use GL_BGRA for glReadPixels()
|
2014-05-16 15:13:34 +08:00 |
|
Alexandro Sánchez Bach
|
68b0f800ff
|
Merge pull request #228 from raven02/patch-1
Add few more texture formats and comments
|
2014-05-15 18:15:37 +02:00 |
|
raven02
|
42434adfaf
|
Add few more texture formats and comments
|
2014-05-15 22:29:55 +08:00 |
|
Alexandro Sánchez Bach
|
315f1e62ad
|
Merge pull request #227 from raven02/master
Implement CELL_GCM_TEXTURE_R5G5B5A1/R5G6B5
|
2014-05-15 11:01:41 +02:00 |
|
raven02
|
f3c3bebd6e
|
Implement CELL_GCM_TEXTURE_R5G5B5A1/R5G6B5
|
2014-05-15 16:11:29 +08:00 |
|
Alexandro Sánchez Bach
|
5b252a8bad
|
Merge pull request #226 from O1L/master
Fixed issue #221.
|
2014-05-14 14:49:49 +02:00 |
|
Oil
|
5833d22fe0
|
Fixed issue #221, and other minor changes.
|
2014-05-13 22:45:24 +04:00 |
|
Alexandro Sánchez Bach
|
38bd40891d
|
Fixed issue with RSX Reports
Reports consist of 16 bytes (64-bit timestamp, 32-bit value and 32-bit
zero padding). This was found by @nohbdy some time ago.
|
2014-05-12 21:31:01 +02:00 |
|
Alexandro Sánchez Bach
|
4aefd5cbc4
|
Merge pull request #225 from Bigpet/master
Some light formatting and hotkeys for main frame restored.
|
2014-05-11 00:54:42 +02:00 |
|
Peter Tissen
|
ca64054505
|
some light formatting and hotkeys for main frame restored
|
2014-05-10 16:00:34 +02:00 |
|
Peter Tissen
|
4c5b5f709f
|
match project dependencies for wxStuff from their *.sln
|
2014-05-09 11:16:31 +02:00 |
|
Alexandro Sánchez Bach
|
8d5599d3dc
|
Merge pull request #220 from unknownbrackets/opcodes
Add a few missing opcodes, fix SRAWI
|
2014-05-09 06:23:20 +02:00 |
|
Alexandro Sánchez Bach
|
93cb2a0af9
|
Merge pull request #219 from jarveson/cellPad_fixes
Cell pad fixes
|
2014-05-09 06:20:36 +02:00 |
|
Jake
|
6045c9a890
|
Removed unneccessary commented analog stick code
|
2014-05-08 17:20:16 -05:00 |
|
Unknown W. Brackets
|
ff89e06fd6
|
Add missing ICBI instruction.
|
2014-05-07 23:53:19 -07:00 |
|
Unknown W. Brackets
|
9290453d2e
|
Add missing STFSUX/STFDUX instructions.
|
2014-05-07 23:48:27 -07:00 |
|
Unknown W. Brackets
|
592e13b6a0
|
Add missing LSWX and STSWX instructions.
|
2014-05-07 23:39:45 -07:00 |
|
Unknown W. Brackets
|
a5c18b2a09
|
Add missing TD instruction.
|
2014-05-07 23:36:13 -07:00 |
|
Unknown W. Brackets
|
d54237b0a3
|
Fix SRAWI instruction decoding.
It's SH, not sh. Lowercase combines bits from two fields.
|
2014-05-07 23:23:23 -07:00 |
|
Unknown W. Brackets
|
134e891068
|
Fix operand order in DSTST instruction.
No functional change. Also, switch SC to use a u32 for more typesafe
opcode decoding - also no functional change.
|
2014-05-07 23:22:03 -07:00 |
|
Unknown W. Brackets
|
cf86056ba9
|
Update wxWidgets to fix recompile thing in MSVC.
|
2014-05-07 23:21:45 -07:00 |
|
Jake
|
5deedb1524
|
Fix pad handler for digital buttons
|
2014-05-07 18:08:16 -05:00 |
|
Jake
|
4d28d2e75d
|
Revert comment out of cellPadGetCapabilityInfo in funcList
|
2014-05-07 01:45:18 -05:00 |
|
Jake
|
0e933439dc
|
Initial cellPadClearBuf functionality
|
2014-05-06 23:09:10 -05:00 |
|
Jake
|
387eac4d08
|
Added pressure support for keys, redid analog 'key' stick support
|
2014-05-06 23:04:47 -05:00 |
|
Jake
|
0d4e950769
|
Implemented more cellPad functions, fixed some cellpad error returns
|
2014-05-06 22:54:41 -05:00 |
|
Jake
|
604eecf5d4
|
Add in cellPadGetCapabilityInfo function
|
2014-05-06 22:48:55 -05:00 |
|
Jake
|
199845a9d1
|
Fixed 'Assign_changes' usage for cellpad / padhandler
|
2014-05-05 21:58:49 -05:00 |
|
Jake
|
29cd11ad06
|
Added in some more error codes to Cellpad functions
|
2014-05-05 20:49:20 -05:00 |
|
Alexandro Sánchez Bach
|
5b0ebacc40
|
Merge pull request #217 from Bigpet/master
fix msvc opengl includes
|
2014-05-01 21:07:40 +02:00 |
|
Peter Tissen
|
4de24cb436
|
more compact precompiler checking
|
2014-05-01 19:32:16 +02:00 |
|
Peter Tissen
|
0aa8a9f372
|
fix OpenGL includes for Win32
|
2014-05-01 19:29:28 +02:00 |
|
Alexandro Sánchez Bach
|
4c9444b958
|
Merge pull request #214 from kaazoo/master
Add compilation support for Mac OSX
|
2014-05-01 16:50:43 +02:00 |
|
Andreas Schroeder
|
11ca131607
|
detect Mac OSX and Windows, fall back to Linux
|
2014-04-30 00:58:57 +02:00 |
|
Andreas Schroeder
|
ebe20a0825
|
move clock_gettime() into GNU.cpp
|
2014-04-29 22:46:43 +02:00 |
|
Andreas Schroeder
|
22a90a0907
|
add info for Mac OSX
|
2014-04-29 22:46:43 +02:00 |
|
Andreas Schroeder
|
e7f0efa56d
|
Mac OSX: use __thread for thread-local storage
|
2014-04-29 22:46:42 +02:00 |
|
Andreas Schroeder
|
64cfab5b46
|
Mac OSX: fix includes & add missing functionality
|
2014-04-29 22:46:42 +02:00 |
|
Alexandro Sánchez Bach
|
f908a3ca78
|
Merge pull request #213 from Bigpet/master
Compile fix for VS (doesn't like implicit `u64 *` to `unsigned long*`)
|
2014-04-28 23:15:52 +02:00 |
|