Unknown W. Brackets
fc3d6ff04a
Disable reporting for some thread funcs.
...
We know they are misused and it's not giving us extra information.
2015-03-28 14:32:32 -07:00
Unknown W. Brackets
03bd1b9b69
Initialize a few sas values earlier.
...
This just makes things a little safer, none of these ought to be used
without Start or similar.
2015-03-28 13:06:57 -07:00
Unknown W. Brackets
0aaabcaac9
Clear old registered action types on reset.
2015-03-28 13:01:49 -07:00
Unknown W. Brackets
c642f92bfb
Initialize a few display state values on init.
2015-03-28 13:01:30 -07:00
Unknown W. Brackets
27e27f11ad
Shutdown a couple dialogs more correctly.
...
This brings them back to none instead of shutdown.
2015-03-28 13:01:10 -07:00
Unknown W. Brackets
ae4811d0d1
Still fudge seek positions for low level.
...
Since in this case we're tricking it into reading the same buffer area.
2015-03-26 22:34:45 -07:00
Unknown W. Brackets
425eed7bea
Keep separate track of ffmpeg pos and decode pos.
...
FFmpeg buffers, so forcing the pos only makes FFmpeg read in garbage
because it doesn't know that you seeked in the bytestream on it.
2015-03-26 20:23:37 -07:00
Henrik Rydgård
62e621f8a1
Merge pull request #6976 from unknownbrackets/atrac-minor
...
When seeking to atrac positions, force alignment and start from zero
2015-03-26 00:29:51 +01:00
Unknown W. Brackets
c2153ff976
Add new logging in sceKernelCreateThread().
2015-03-22 21:22:40 -07:00
Unknown W. Brackets
74c6f2696d
Add log formatting for 64-bit arg types + stack.
2015-03-22 21:15:13 -07:00
Unknown W. Brackets
110cc119ce
Change some logging in the last Callback func.
2015-03-22 20:51:56 -07:00
Unknown W. Brackets
52a37c1330
Actually use the table's arg and ret masks.
2015-03-22 20:51:56 -07:00
Unknown W. Brackets
fcf0518223
Update all the HLE tables with arg and ret info.
2015-03-22 20:51:55 -07:00
Unknown W. Brackets
1b2b5f41a9
Fix a typo.
2015-03-22 20:49:43 -07:00
Unknown W. Brackets
2c8199ec73
Make gcc happy when there are no var args.
2015-03-22 20:49:42 -07:00
Unknown W. Brackets
41631eb2b1
Try a different format of HLE logging.
2015-03-22 20:49:42 -07:00
Henrik Rydgård
cac05197ed
Merge pull request #7623 from sum2012/Atrac-minor-
...
Add a logging in sceAtracGetRemainFrame
2015-03-22 00:32:47 +01:00
sum2012
35c04e1187
Fix tab
2015-03-22 06:35:49 +08:00
sum2012
2c89d78f9d
Add a logging in sceAtracGetRemainFrame
2015-03-22 06:16:28 +08:00
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