Commit Graph

7204 Commits

Author SHA1 Message Date
sum2012
09c8670730 oop 2015-03-22 06:01:06 +08:00
sum2012
38eb713794 Fix tab 2015-03-22 05:58:00 +08:00
sum2012
b26e597479 Imp sceUtilityCheckNetParam
CS Combined Assault v06 homebrew use it
2015-03-22 05:42:44 +08:00
Henrik Rydgård
87f31d0803 Merge pull request #7616 from sum2012/atrac-minor-
Add more log in sceAtrac
2015-03-20 14:40:04 +01:00
sum2012
1ce1da9e73 Remove another blank 2015-03-20 21:38:13 +08:00
sum2012
b92c0538b6 Remove blank 2015-03-20 21:36:31 +08:00
Henrik Rydgard
f7215c39ee Add missing memcheck to Replace_memcpy_jak 2015-03-19 23:09:39 +01:00
sum2012
67e847366a Add more log in sceAtrac 2015-03-19 22:34:35 +08:00
Henrik Rydgård
6b2acbae8f Merge pull request #7613 from daniel229/replace_download_frame_in_gakuenheaven
Replace download frame in Gakuen Heaven.
2015-03-18 18:11:54 +01:00
Henrik Rydgård
e272631bc4 Merge pull request #7614 from unknownbrackets/jit-minor
Correct savestate interaction with proxy blocks
2015-03-18 17:57:58 +01:00
Henrik Rydgård
fd2ff57ce8 Merge pull request #7610 from sum2012/atrac-minor-
Add remain frame information in sceAtracGetRemainFrame
2015-03-18 16:24:56 +01:00
Unknown W. Brackets
6c03fc4f01 Correct savestate interaction with proxy blocks.
At least, I think that's what's going wrong here.  Either way, this is
safer and apparently fixes #7612.
2015-03-17 23:50:20 -07:00
Unknown W. Brackets
9d52ee4e21 Fix cases where breakpoints were skipped.
After reset or savestate load.
2015-03-17 23:06:25 -07:00
daniel229
a4d8be5023 Fixes saveicon in Gakuen Heaven. 2015-03-18 11:43:31 +08:00
sum2012
86c76fc4dc Add remain frame information in sceAtracGetRemainFrame 2015-03-18 00:29:32 +08:00
Unknown W. Brackets
b8d798c3a5 Allow directories to fail to open.
This allows virtual disc files while not allowing unreadable files.
2015-03-17 08:40:57 -07:00
Henrik Rydgård
37344d1d57 Merge pull request #7586 from unknownbrackets/ui-tweaks
Act as if unreadable files don't exist
2015-03-15 17:31:47 +01:00
daniel229
88249e89a8 Report sceUtility(Un)loadUsbModule. 2015-03-15 23:33:32 +08:00
daniel229
655c25c692 Add sceUtilityLoadUsbModule() and sceUtilityUnloadUsbModule() 2015-03-15 21:08:11 +08:00
Unknown W. Brackets
3ce582f8a7 Act as if unreadable files don't exist.
This mainly affects Linux.  If a file cannot be opened for reading, we
should just return false for Exists(), since that will prevent us from
trying to read from the file later.
2015-03-12 19:58:09 -07:00
Unknown W. Brackets
dad8f5cd25 Fix a bad pointer dereference / cast. 2015-03-10 10:56:09 -07:00
sum2012
4e302df69b fix space bug 2015-03-08 20:10:10 +08:00
sum2012
c2435c1e9b Add sceNetUpnp module 2015-03-08 20:07:03 +08:00
sum2012
a464221f83 Typo in Core.vcxproj 2015-03-08 17:15:42 +08:00
sum2012
18e7e73646 Type missing in HLETable.cpp 2015-03-08 16:53:49 +08:00
sum2012
8b2712975a Forget update HLETables.cpp 2015-03-08 16:27:12 +08:00
sum2012
c9ddf8c642 Build fix 2015-03-08 13:38:47 +08:00
sum2012
039b51083c Add sceG729 module 2015-03-08 13:27:40 +08:00
sum2012
6aec7238fb Attempt to fix linux build 2015-03-08 12:40:30 +08:00
sum2012
0157f88035 Fix sceUsbCam 2015-03-08 12:37:56 +08:00
sum2012
6509468d47 Fix save status 2015-03-08 12:09:30 +08:00
sum2012
dbae0423d6 Add sceUsbCam module 2015-03-08 11:48:55 +08:00
sum2012
e5b349d33e Change to INFO log
Because this is still not test yet
2015-03-08 11:45:27 +08:00
sum2012
dae6a4e40a Fix and add 2 function 2015-03-08 11:42:48 +08:00
sum2012
7b262949aa Add sceAudioRouting
First step to fix "Invizimals" 's game
2015-03-08 10:58:12 +08:00
Henrik Rydgård
077eae6255 Merge pull request #7566 from Bigpet/vs2015
Make compilable under VS2015
2015-03-07 00:16:50 +01:00
Peter Tissen
594ed65bd3 use the timezone value for non GLIB, non MSVC platforms 2015-03-06 21:55:39 +01:00
Peter Tissen
f5795a68a7 Make compilable under VS2015 2015-03-06 21:09:45 +01:00
Unknown W. Brackets
c991dd7555 Oops, fix an important typo. 2015-03-05 08:31:59 -08:00
Henrik Rydgård
3df63fdb43 Merge pull request #7554 from sum2012/sceMpegAvcCsc-delay
Add back hleDelayResult in sceMpegAvcCsc
2015-03-05 12:36:15 +01:00
Henrik Rydgard
3d012f2679 One more stack clearing value in sceFont 2015-03-05 12:26:21 +01:00
Henrik Rydgard
2b98f15f17 Add option to auto-center the analog stick on touch within the boundaries of the stick
TODO: Should this be default? Does this make sense for d-pad too?
2015-03-05 11:01:58 +01:00
Henrik Rydgård
af4b559038 Merge pull request #7547 from hrydgard/func-stack-clear
Add ability to flag HLE functions to clear a bit of stack.
2015-03-05 10:37:28 +01:00
Henrik Rydgard
3e408047d3 Use unknown's measured stack clearing amounts in sceLibFont 2015-03-05 10:36:03 +01:00
sum2012
4c827d1b3e Add install error translatable 2015-03-04 20:59:09 +08:00
sum2012
b3bb733b0d Add back hleDelayResult in sceMpegAvcCsc
Fix #7549 Dengeki no Pilot: Tenkuu no Kizuna video flickering
But not break Bleach heat of soul 6
2015-03-04 07:21:38 +08:00
Andrey Bondrov
e898200c19 Free flipbuffer 2015-03-04 03:21:38 +10:00
Andrey Bondrov
f81ec4ce65 Keep Qt UI screenshots in RGB888 format, just convert the buffer properly 2015-03-04 02:53:33 +10:00
Andrey Bondrov
168ab06266 Fix image format for screenshots with Qt UI 2015-03-04 02:16:47 +10:00
Unknown W. Brackets
98d7afae89 Switch to #pragma once in a few places.
Doesn't really affect git history much to change these.
2015-03-02 22:34:51 -08:00