1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-26 04:32:35 +01:00
Commit Graph

1009 Commits

Author SHA1 Message Date
Peter Tissen
40add8f9a2 Seperate ConLog.h and ConLogFrame.h (for now only seperate headers)
make precompiled header slimmer under Linux to increase CI and dev-machine build-times

make sure unused modules don't compile
add unused modules to the VS project to easier keep track of them
2014-06-06 02:50:22 +02:00
Alexandro Sánchez Bach
4f36ecc681 Merge pull request #312 from raven02/patch-10
cellResc : add those unimplemented and error logging
2014-06-05 19:56:41 +02:00
raven02
26fc29c1a9 cellResc : add those unimplemented and error logging 2014-06-06 00:19:23 +08:00
Alexandro Sánchez Bach
af219bb415 cellGcmSys: Report retrieval functions 2014-06-05 00:04:11 +02:00
Alexandro Sánchez Bach
53b650e88f Merge pull request #311 from raven02/patch-9
cellGcmSys : add those unimplemented and error logging
2014-06-04 23:01:30 +02:00
raven02
44d762fc60 cellGcmSys : add those unimplemented and error logging 2014-06-05 04:51:17 +08:00
Alexandro Sánchez Bach
a61c4f6bb0 Merge pull request #310 from raven02/patch-8
enum for vertex data type/antialias & cellSpurs error code fixes
2014-06-04 21:57:17 +02:00
raven02
1827b91882 Check 8-byte and 128-byte alignment for spurs 2014-06-05 02:52:30 +08:00
raven02
7c137cc482 Build fix 2014-06-05 00:53:37 +08:00
raven02
c7b26f1372 cellSpurs task error code fixes and plus bunch of new functions add 2014-06-05 00:03:31 +08:00
raven02
ba91345984 enum for vertex data type 2014-06-04 23:59:46 +08:00
Alexandro Sánchez Bach
585ac5a748 Fixed cellSaveDataAutoLoad2
Probably that's closer to what a real PS3 does. Anyway, tests are
required to be sure about that.

Issue #304 fixed.
2014-06-03 22:42:15 +02:00
B1ackDaemon
77f818fa23 Merge pull request #309 from raven02/patch-7
Fix opcodes STR/SFL for both VP and FP
2014-06-03 23:08:44 +03:00
raven02
1a37723a05 Add missing case 0x0d 2014-06-04 03:02:12 +08:00
raven02
59628960b6 Fix opcodes STR/SFL for both VP and FP 2014-06-04 02:53:06 +08:00
B1ackDaemon
650c5155df Merge pull request #303 from raven02/patch-4
Set default log level to Error
2014-06-03 16:13:52 +03:00
B1ackDaemon
4faa4d6ed9 Merge pull request #307 from raven02/patch-5
RSX: Reorganize and group revelant NV4097 functions
2014-06-03 16:13:36 +03:00
Alexandro Sánchez Bach
664d2502ca Merge pull request #308 from raven02/patch-6
Speedup write color buffers
2014-06-03 14:11:38 +02:00
raven02
8bb5da3b06 Speedup write color buffers 2014-06-03 18:32:27 +08:00
Alexandro Sánchez Bach
a382b81d56 Merge pull request #305 from DHrpcs3/remove-32bit
Remove 32-bit configuration from the project
2014-06-03 00:24:33 +02:00
raven02
aac846ff74 Add NV4097_SET_FLIP
It is custom naming
2014-06-03 06:18:33 +08:00
raven02
c4075f1592 RSX: Reorganize and group revelant NV4097 functions 2014-06-03 06:17:33 +08:00
Peter Tissen
e8efb8f9fb move inline definitions in header, wtf am I doing, Travis pls. 2014-06-02 22:00:05 +02:00
Peter Tissen
1bb140780b include cstdint type
add mulh like function for gcc

avoid multiple definitions of msvc intrinsic replacements
2014-06-02 21:12:35 +02:00
Peter Tissen
96e229abfa add primitive InterlockedOr64 implementation
use non msvc specific type for int64_t

add umul for gcc
2014-06-02 19:29:22 +02:00
Alexandro Sánchez Bach
b05bd51216 Fixed GameViewer issue
Double-clicking an entry in the sorted list caused the corresponding
element of the unsorted list to be run. This is now fixed.
2014-06-02 16:59:50 +02:00
Alexandro Sánchez Bach
82c6d8d68b Removed 32-bit related #if(n)def's 2014-06-02 14:08:32 +02:00
Alexandro Sánchez Bach
111da4d0fd Removed 32-bit config. from .SLN and CMakeLists 2014-06-02 13:59:45 +02:00
Alexandro Sánchez Bach
ab65b38d9a Merge pull request #301 from raven02/patch-2
Stub bunch of cellSpurs functions & error log null pointer
2014-06-02 10:36:28 +02:00
raven02
f7d21596a5 Set default log level to Error 2014-06-02 16:34:31 +08:00
raven02
54ede6c4e3 Fix wrong identation 2014-06-02 16:09:36 +08:00
raven02
c4522922f2 Silly typo fix 2014-06-02 15:57:34 +08:00
Alexandro Sánchez Bach
a09984d210 Merge pull request #302 from raven02/patch-3
Fix 'always start after boot' not saving
2014-06-02 09:50:42 +02:00
raven02
96bcfdac7e Fix 'always start after boot' not saving 2014-06-02 15:18:01 +08:00
raven02
05d80e4994 EventFlag_add should be always present and checked 2014-06-02 14:53:13 +08:00
raven02
5597f95aba Log as error for null pointer 2014-06-02 13:42:30 +08:00
raven02
3662c4e9bf Stub cellSpurs functions 2014-06-02 12:14:00 +08:00
Alexandro Sánchez Bach
cb3622176a Merge pull request #300 from Bigpet/iniReplace
use non wxIni implementation
2014-06-02 00:02:53 +02:00
Peter Tissen
c216c0f2e8 revert argument order again, doesn't really need to be reversed, will just cause confusion 2014-06-01 23:07:35 +02:00
Peter Tissen
2d77415cc3 use non-wx header only Ini library in preparation of the core/gui devide 2014-06-01 22:57:50 +02:00
Alexandro Sánchez Bach
a9768739eb Merge pull request #298 from Bigpet/twophasefix
help out compilers that use two phase lookup as dictated by the standard
2014-06-01 21:56:49 +02:00
Bigpet
924f117ba0 help out compilers that use two phase lookup as dictated by the standard 2014-06-01 21:28:29 +02:00
Alexandro Sánchez Bach
fe0e34cbe1 Merge pull request #290 from Blaypeg/master
Add options for autoboot
2014-06-01 21:03:01 +02:00
Blaypeg
dab71d01c1 Add Remove Game option to Gameviewer
Can right click game to remove from list and installation
2014-06-01 19:36:08 +01:00
B1ackDaemon
c6c87b66f9 Merge pull request #297 from raven02/patch-1
Change to Error logging for null cmd
2014-06-01 21:34:50 +03:00
raven02
16d909834f Change to Error logging for null cmd 2014-06-02 02:32:00 +08:00
B1ackDaemon
c231bec736 Merge pull request #296 from raven02/master
Add /dev_flash and sub-directories
2014-06-01 16:16:18 +03:00
B1ackDaemon
fea95d264f Merge pull request #295 from raven02/patch-32
Fragment decompiler changes to async mode
2014-06-01 16:16:08 +03:00
Blaypeg
934856c350 Moved autostart to HLE Section 2014-06-01 14:10:26 +01:00
DH
c00f4b6022 Improved mem_ptr_t.
Implemented mem_func_ptr_t.
2014-06-01 12:38:37 +03:00