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
|
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 |
|
raven02
|
d7d4cd4434
|
Add /dev_flash and sub-directories
|
2014-06-01 16:21:14 +08:00 |
|
raven02
|
ceeff8ae81
|
Fragment decompiler change to async mode
|
2014-06-01 14:54:56 +08:00 |
|
B1ackDaemon
|
da2c5bbda0
|
Merge pull request #294 from raven02/patch-31
Opcode : Add DP2A and temporarily disable KIL instruction
|
2014-06-01 04:52:57 +03:00 |
|
raven02
|
1bff3ad6ff
|
Opcodo : Add DP2A and temporarily disable KIL
|
2014-06-01 07:12:31 +08:00 |
|
Alexandro Sánchez Bach
|
c01b5fb0db
|
Added cellSaveDataAuto* functions
Implemented:
- cellSaveDataAutoSave2
- cellSaveDataAutoLoad2
|
2014-05-31 23:41:12 +02:00 |
|
Alexandro Sánchez Bach
|
1efa137f8f
|
Merge pull request #291 from O1L/master
Fixed issue #276.
|
2014-05-31 18:03:11 +02:00 |
|
Oil
|
1705c5afb6
|
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
|
2014-05-31 19:19:54 +04:00 |
|
Hykem
|
d300a50630
|
Merge pull request #278 from Dante38490/master
Correct name soft_oal.dll and fix sln
|
2014-05-31 16:12:56 +01:00 |
|
Hykem
|
ecd87aa2b5
|
Merge pull request #279 from Dante38490/patch-1
Update README.md
|
2014-05-31 16:12:29 +01:00 |
|
Hykem
|
1affafe5ea
|
Merge pull request #277 from aniruddh22/patch-1
Add 1024x768 native resolution support
|
2014-05-31 16:11:15 +01:00 |
|
Oil
|
14fae9a401
|
Add a option for converting audio to 16 bit. Issue #276 fixed with using this option?
|
2014-05-31 18:21:47 +04:00 |
|
Blaypeg
|
0d3b8c0808
|
Add Menu and INI option to autostart emulation
|
2014-05-31 11:40:37 +01:00 |
|
Alexandro Sánchez Bach
|
834f5dc9a9
|
Merge pull request #288 from raven02/patch-29
Implement cellSpursAttributeSetMemoryContainerForSpuThread
|
2014-05-31 10:53:39 +02:00 |
|
Alexandro Sánchez Bach
|
802a1fee7c
|
Merge pull request #289 from raven02/patch-30
Compact duplicate draw objects routine
|
2014-05-31 10:52:02 +02:00 |
|
raven02
|
08c7ae64e3
|
Compact duplicate draw objects routine
|
2014-05-31 15:48:23 +08:00 |
|
raven02
|
41d0163781
|
cellSpursAttributeSetMemoryContainerForSpuThread()
|
2014-05-31 10:31:43 +08:00 |
|
Alexandro Sánchez Bach
|
d3cb97d4e9
|
Merge pull request #287 from raven02/patch-28
Use be_t<u32>/<64> in struct
|
2014-05-31 01:40:51 +02:00 |
|
raven02
|
97561ff52b
|
Use be_t<u32>/<64>
|
2014-05-31 06:49:19 +08:00 |
|
Alexandro Sánchez Bach
|
a0cc3a0fb0
|
Merge pull request #286 from Nekotekina/master
Some bugs fixed
|
2014-05-31 00:20:39 +02:00 |
|
B1ackDaemon
|
46e61efefb
|
Merge pull request #284 from raven02/patch-27
Fix typo for #283
|
2014-05-30 22:36:00 +03:00 |
|
raven02
|
57d4d72f60
|
Fix typo for #283
|
2014-05-31 03:28:16 +08:00 |
|
B1ackDaemon
|
f09a358ea5
|
Merge pull request #283 from raven02/patch-26
Implement cellPngDecCreate/Destroy()
|
2014-05-30 21:17:33 +03:00 |
|
Blaypeg
|
d455c21db5
|
Merge pull request #2 from DHrpcs3/master
update
|
2014-05-30 18:56:31 +01:00 |
|
raven02
|
eb61c2a960
|
Add struct CellPngDecMainHandle
|
2014-05-31 01:45:45 +08:00 |
|