Commit Graph

2894 Commits

Author SHA1 Message Date
Syphurith
5a6869fc5e Renamed LogSeverity Symbols, like.. LogSeveritySuccess from Succuess to avoid conflicts with macros such as those in X11 header. 2015-05-22 20:16:30 +08:00
vlj
2a7c65c019 GL: Use pipeline cache 2015-05-19 17:26:06 +02:00
vlj
145f411324 RSX: Add a template class that helps caching programs. 2015-05-19 17:26:05 +02:00
Zangetsu
46302084e7 Fixed Error rpcs3.sln after Launch compilation 2015-05-10 18:20:19 +02:00
Hykem
45e9e9c938 Merge pull request #1079 from Bigpet/master
Update WxWidgets repository
2015-05-09 13:44:06 +01:00
Hykem
2b48443b95 Merge pull request #1078 from Nekotekina/master
Some fixes
2015-05-09 13:43:06 +01:00
Nekotekina
3ae43edc3e cellFs fix 2015-05-09 01:36:15 +03:00
Peter Tissen
fe1b0e70b9 Update WxWidgets repository
This is in preparation to make it easy to compile with VS2015.

Also there's notables changes in wxWidgets that we might find very useful,
such as being able to create OpenGL debug contexts.

The change in .gitmodules might make it necessary for people to run
"git submodule sync" after pulling these changes
2015-05-08 21:25:17 +02:00
Nekotekina
8cf62e560e Compilation fix 2015-05-08 18:42:35 +03:00
Nekotekina
f92c10ef71 Minor fixes 2015-05-08 12:45:21 +03:00
Hykem
bb63ec0c83 Merge pull request #1068 from Nekotekina/master
wxDir replaced
2015-04-26 13:17:42 +01:00
Nekotekina
e676d0bdcf Bugfix 2015-04-26 02:29:53 +03:00
Nekotekina
ff359ed118 SPU Interpreter2 initialization fix 2015-04-26 01:56:58 +03:00
Nekotekina
9cfdce91a1 vfsDir usage fixed 2015-04-26 00:26:54 +03:00
Nekotekina
31a41b795e fs::dir::get_first fixed 2015-04-25 23:55:15 +03:00
Nekotekina
442cf3e937 Compilation fix 2015-04-25 23:24:45 +03:00
Nekotekina
3cab629a67 Compilation fix 2015-04-25 23:21:06 +03:00
Nekotekina
dcf3e0776e Compilation fix 2015-04-25 23:10:39 +03:00
Nekotekina
02ca97804e fs::dir implemented, bugfixes 2015-04-25 22:15:53 +03:00
Hykem
d18d19870f Merge pull request #1062 from Nekotekina/master
SPURecompiler improved
2015-04-25 19:32:47 +01:00
Nekotekina
c5737d01c6 Logging fixed
Now it displays messagebox if logging system isn't initialized.
Otherwise it could cause stack overflow.
2015-04-25 16:29:05 +03:00
Nekotekina
5d6d058965 Fix 2015-04-25 01:18:12 +03:00
Nekotekina
74b3580b69 rfile_t renamed 2015-04-25 00:38:11 +03:00
Nekotekina
b449545ae0 Compilation fix 2015-04-24 18:12:40 +03:00
Nekotekina
ed6fb7cc43 o_append implemented 2015-04-24 17:06:30 +03:00
Nekotekina
2f4d6fc2a1 Adaptive /dev_bdvd/ mounting 2015-04-24 03:35:42 +03:00
Nekotekina
fbc268e993 rFileName removed 2015-04-23 19:58:37 +03:00
Nekotekina
743421881e Some code disabled 2015-04-22 00:18:34 +03:00
Nekotekina
f4540c2793 vm::null usage 2015-04-21 23:26:21 +03:00
Nekotekina
5aa6daf58f Some code simplified 2015-04-21 22:43:40 +03:00
Nekotekina
8b0c772423 Fix unique_ptr usage 2015-04-21 22:35:11 +03:00
Nekotekina
978d578f4e Bugfix 2015-04-21 21:18:15 +03:00
Nekotekina
d05597ccdb Small fix 2015-04-21 18:16:29 +03:00
Nekotekina
56c64c8045 VFS::CreatePath fixed, bugfixes 2015-04-20 18:53:31 +03:00
Nekotekina
8c1aa3ee15 Bugfix 2015-04-20 04:54:19 +03:00
Nekotekina
935302b620 Bugfix 2015-04-20 02:49:13 +03:00
Nekotekina
3b26031692 Bugfix 2015-04-20 01:26:28 +03:00
Nekotekina
339021ac15 cellFsGetDirectoryEntries improved 2015-04-19 22:25:04 +03:00
Nekotekina
73b00b844b sys_fs_fstat fixed 2015-04-19 20:57:04 +03:00
Nekotekina
3c872ab611 sys_fs_ftruncate implemented, bugfixes
Eliminated using stat() for _WIN32 because it doesn't support unicode
correctly, use rExists() or get_file_info() instead
2015-04-19 20:14:16 +03:00
Nekotekina
93ebce4162 Bugfixes 2015-04-19 19:02:35 +03:00
Nekotekina
ab405901ee wxFile removed (rFile -> rfile_t) 2015-04-19 16:19:24 +03:00
Peter Tissen
fd34d11eec Merge branch 'p4-Bundle' 2015-04-18 20:28:30 +02:00
Nekotekina
2cafa84b75 Small changes 2015-04-18 20:18:23 +03:00
Nekotekina
f2276bb70c VFS::TruncateFile() implemented 2015-04-18 16:38:42 +03:00
Nekotekina
b1f7543436 PPU stack fixed (2) 2015-04-18 04:35:58 +03:00
Nekotekina
b7fd09740b PPU stack fixed 2015-04-18 03:25:26 +03:00
Nekotekina
8bd7823b70 Bugfix 2015-04-18 02:13:43 +03:00
Nekotekina
747d53790c Compilation fix 2015-04-17 23:43:54 +03:00
Nekotekina
8c9ef2eef4 Compilation fix 2015-04-17 23:16:55 +03:00