Alexandro Sánchez Bach
ef108ae4d6
Merge pull request #194 from Dante38490/patch-1
...
Restore the "# Visual Studio 2013" comment in rpcs3.sln
2014-04-18 00:17:25 +02:00
Dante38490
9900b36f07
return back
...
restore correct version
2014-04-17 23:38:07 +02:00
Alexandro Sánchez Bach
bad20ab9df
Merge pull request #193 from nohbdy/pull_apr172014
...
RSX Bugfixes and plugging memory leaks
2014-04-17 23:18:20 +02:00
nohbdy
d136adc73f
RSX Bugfixes and plugging memory leaks
...
BUGFIX: Add break after NV4097_SET_TEXTURE_BORDER_COLOR in RSXThread.cpp
BUGFIX: Fix parameters passed to RSXTexture::SetControl3 (they were being
passed in reverse order)
BUGFIX: Remove invalid, non-sensical call to glPixelStorei in GLGSRender.h
BUGFIX: Fix signed/unsigned comparison compiler warnings in GLGSRender.h
CHANGE: Make GLFragmentProgram::Decompiler synchronous by default
CHANGE: Update wxWidgets submodule to latest commit
BUGFIX: Fix several memory leaks
ADDED: Created a new MSVC debug configuration to output locations
of allocations that end up leaking after the program
is closed.
BUGFIX: Fix the stupid PadHandler crash due to the lack of a virtual d'tor
2014-04-17 15:15:43 -05:00
B1ackDaemon
34729e2687
Merge pull request #191 from Bigpet/master
...
Fix for video playback
2014-04-15 17:12:15 +03:00
Peter Tissen
f073f1ca4b
yeah, that happened
2014-04-15 14:48:21 +02:00
Alexandro Sánchez Bach
aa8e854be2
Merge pull request #187 from Bigpet/master
...
range-check and more explicit ownership with vector<ptr>
2014-04-15 00:55:07 +02:00
Peter Tissen
8ef9414406
try to reign in the vector<ptr> madness
2014-04-14 10:55:43 +02:00
Peter Tissen
552b71a378
fix not range-checked vector access
2014-04-14 09:01:31 +02:00
Alexandro Sánchez Bach
5dc9be649d
Merge pull request #184 from daniel-dressler/master
...
Add Linux build instructions for Debian & Ubuntu
2014-04-13 07:38:55 +02:00
danieru
b87aa55351
Fix run instruction hitting CWD bug
...
PCS3 assumes current working directory is bin folder.
So running it like ./bin/pcs3 stops it from finding
dev_hdd0 and related.
2014-04-12 21:15:09 -06:00
danieru
57a9b557e9
Add Linux build instructions for Debian & Ubuntu
2014-04-12 19:19:48 -06:00
B1ackDaemon
0d7397a636
Merge pull request #183 from Bigpet/cmakefix
...
quote guard CMake variables
2014-04-12 22:54:43 +03:00
B1ackDaemon
a059297bf4
Merge pull request #182 from Bigpet/array_remove
...
Replace Array with std::vector
2014-04-12 22:54:34 +03:00
Bigpet
a14c61802e
quote guard CMake variables
2014-04-12 21:36:34 +02:00
Peter Tissen
cdaca2d308
fix accidental wxWidgets version change
2014-04-12 12:09:48 +02:00
Bigpet
25c3aa8e19
fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed
...
later)
Eradicate the Array almost everywhere, some usages like Stack still
remains
2014-04-12 12:06:52 +02:00
Peter Tissen
d65968b41d
unify line endings to shut up VS
2014-04-12 11:42:20 +02:00
Alexandro Sánchez Bach
c8d8428275
Merge pull request #179 from O1L/master
...
Minor fix in GUI an other changes.
2014-04-09 23:59:29 +02:00
Oil
0763e429b8
I just forgot to do it...
2014-04-10 00:42:50 +04:00
Oil
770ebaf271
Implemented small tool for generating id of HLE-Function. Fixed small issue in PADManager dialog.
2014-04-09 23:57:26 +04:00
Alexandro Sánchez Bach
8183ee4d56
cellSaveData* improvements
...
* cellSaveDataFixedSave2 and cellSaveDataFixedLoad2 implemented. Still a
little buggy.
* Small fix the cellSaveDataList(Save|Load)2 problem in Disgaea D2 and
other games.
NOTE: cellSysutil_SaveData.cpp is a total mess: some blocks of code
appear in all the syscalls. I just want to wait until most of the
SaveData functions are implemented and working to do some serious
refactoring.
2014-04-09 18:23:14 +02:00
Alexandro Sánchez Bach
930d507d43
Merge pull request #178 from Bigpet/master
...
Remove GCC specific variadic macro syntax
2014-04-08 21:59:25 +02:00
Peter Tissen
10ca726752
Remove GCC specific variadic macro syntax
2014-04-08 21:47:02 +02:00
Alexandro Sánchez Bach
e89ecd192b
Merge pull request #177 from Bigpet/minifix
...
Various warning fixes and devirtualization
2014-04-08 20:06:20 +02:00
Alexandro Sánchez Bach
ce1b6039ac
Merge pull request #175 from eriksson/nx-fixes
...
*nix fixes
2014-04-08 20:05:55 +02:00
Peter Tissen
4066950975
Various warning fixes and devirtualization
...
* Remove ArrayString
* devirtualize GetCount and SetCount, they're no longer needed
* set storage duration of fmt::placeholder to extern to be consistent
* make length unsigned and the return value of sprintf signed
* remove dead code "s.Close()" is never reached
* devirtualize WrteToLog()
* devirtualize Ini functions
2014-04-08 19:41:47 +02:00
Eriksson Monteiro
3cb18ac5a9
fix trailing comma in array
2014-04-08 00:41:09 +01:00
Alexandro Sánchez Bach
1975b7e139
Merge pull request #176 from lioncash/ppu-typo
...
Fix a typo in SUBFZE for the PPUInterpreter.
2014-04-07 21:21:38 +02:00
Lioncash
f019bd995a
Fix typo in SUBFZE for the PPUInterpreter.
2014-04-07 11:48:30 -04:00
Alexandro Sánchez Bach
9e40247af0
Fixed error in SC_Pad.cpp and Readme.md updated
2014-04-07 14:40:50 +02:00
Alexandro Sánchez Bach
f45223563c
Merge pull request #150 from lioncash/unique-ptr
...
Misc cleanup of the Io stuff.
2014-04-07 09:49:09 +02:00
Lioncash
d36da21d6f
Fix stupid mistake I made with rebasing.
...
Accidentally overwrote the Pad handler stuff for windows. Should be fixed now.
2014-04-06 23:47:00 -04:00
Lioncash
3c5e3fa853
Move the mouse/keyboard/pad handlers over to using unique_ptr as the underlying base.
2014-04-06 23:46:59 -04:00
lioncash
c5a7946a24
Move Keyboard/Mouse/Pad handlers over to using vector.
2014-04-06 23:46:59 -04:00
lioncash
26e80a18b4
Disallow inheriting of the null and windows mouse/keyboard/pad handlers. These aren't intended to be further extended.
2014-04-06 23:46:58 -04:00
Eriksson Monteiro
e65d1a3dd9
replace CLK_TCK for CLOCKS_PER_SEC
2014-04-06 22:51:36 +01:00
Eriksson Monteiro
5a5edf17fd
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3 into nx-dbgoutput
2014-04-06 22:35:36 +01:00
Alexandro Sánchez Bach
8798b05e1f
Merge pull request #161 from lioncash/vs
...
Reorganize the VS project.
2014-04-06 22:59:05 +02:00
Alexandro Sánchez Bach
b6cda331c0
Merge pull request #174 from Nmzik/master
...
Added 2 new functions
2014-04-06 21:58:58 +02:00
Nmzik
f9e6230ead
added 2 functions
2014-04-06 23:47:21 +04:00
Hykem
d0b249fbca
Merge pull request #172 from O1L/master
...
GUI: Pad Settings dialog reworked.
2014-04-06 16:17:07 +01:00
Hykem
f76e1630b4
Merge pull request #171 from Nmzik/master
...
Minor improvement
2014-04-06 16:08:07 +01:00
Eriksson Monteiro
d7dc938653
remove trailing commas in arrays
2014-04-06 14:25:53 +01:00
Alexandro Sánchez Bach
039dd480da
Merge pull request #173 from lioncash/misc
...
Fix two parameter sanity checks in sceRtc.
2014-04-06 15:00:26 +02:00
Lioncash
842a6fe1d4
Fix two parameter sanity checks in sceRtc.
2014-04-05 15:46:56 -04:00
O1L
bbbe2f8916
GUI: Pad Settings dialog reworked.
2014-04-05 18:26:45 +04:00
Nmzik
3243c4c0c8
Test
2014-04-05 14:17:32 +04:00
Alexandro Sánchez Bach
3bcf5d1557
Merge pull request #170 from Nekotekina/master
...
Audio fixes
2014-04-04 17:55:09 +02:00
Nekotekina
82edd111e9
asmjit submodule added
2014-04-04 19:36:53 +04:00