Florent Castelli
4145b60a0e
symbian: Remove!
2016-10-11 18:49:08 +02:00
Florent Castelli
373db56a16
blackberry: Remove!
2016-10-11 17:40:32 +02:00
Henrik Rydgard
d3305b88b9
Partially implement KUBridge, trying to help #8925 . However, it doesn't even call the function.... Odd.
2016-10-09 12:40:40 +02:00
Henrik Rydgård
8b5693b4d7
Merge pull request #9014 from unknownbrackets/mpeg-minor
...
Fix some mpeg issues
2016-09-29 11:17:28 +02:00
Henrik Rydgård
ff66fe7f89
Merge pull request #9011 from unknownbrackets/savestates
...
Use unordered lookups for better speed
2016-09-25 16:08:51 +02:00
Henrik Rydgård
1aa399c3f5
Merge pull request #9012 from unknownbrackets/legacy
...
Remove Symbian from Travis
2016-09-25 16:08:41 +02:00
Unknown W. Brackets
f70f05668f
Mpeg: Return errors when no audio is available.
...
Before, we were only returning an error once, in an effort to log only
once. This meant sometimes games would not realize they needed to add
packets.
Un-reverted from e866d83
. No longer breaks Patapon with other mpeg fixes.
2016-09-24 17:54:40 -07:00
Unknown W. Brackets
c9f5cc6bad
Fix a type comparison warning.
2016-09-24 14:38:11 -07:00
Unknown W. Brackets
3fe1a08cf5
Use unordered lookups for better speed.
...
These reduce the time spent on save states.
2016-09-24 14:23:17 -07:00
Unknown W. Brackets
5faa65d9a9
Compress rewind snapshots off thread.
...
This can take a chunk of time, and doesn't need to finish until next frame
anyway, so we have plenty of time to do it.
2016-09-24 10:37:30 -07:00
Henrik Rydgard
853ea02201
Minor cleanups in elfreader
2016-09-18 23:11:41 +02:00
Unknown W. Brackets
e02440b68a
Module: Don't report broken stubs from old states.
2016-09-18 09:01:27 -07:00
tywald
b3bb846759
band-aid fix for ad-hoc clear peer list
2016-09-13 17:07:45 +02:00
Henrik Rydgard
1c47778b4e
Get rid of outdated special case for gfx logs. Make some DEBUG things VERBOSE.
2016-09-10 17:16:53 +02:00
sum
d774f80bc2
oop
2016-09-06 19:51:59 +08:00
sum
94c8d6d8e4
remove space
2016-09-06 19:30:23 +08:00
sum
5d6c9701f2
Fix scePowerSetClockFrequency timing by JPCSPTrace
...
Fix #4523
2016-09-06 19:28:23 +08:00
Henrik Rydgård
3490220db0
Merge pull request #8955 from unknownbrackets/threadret
...
Correct initial thread ra and fp
2016-09-05 23:13:47 +02:00
Unknown W. Brackets
d876da1a01
Initialize fp correctly on a new thread.
2016-09-05 08:57:09 -07:00
Unknown W. Brackets
1e51a03d5a
Point ra to the correct place on a new thread.
...
Turns out some games read the ra, maybe long jmps or something?
2016-09-05 08:56:27 -07:00
Chris Burgener
7d089a0f76
Clean up various files
2016-09-03 19:23:17 -04:00
Chris Burgener
645cb4d69e
Add Audio Dumping to File
2016-09-03 14:05:38 -04:00
Henrik Rydgård
9e70a6f9d9
Merge pull request #8939 from RisingFog/frame_advance
...
Add Frame Advance
2016-08-30 16:45:54 +02:00
Chris Burgener
842a29b0ae
Add Frame Advance
2016-08-28 12:21:45 -04:00
Henrik Rydgård
ef3f369311
Merge pull request #8933 from unknownbrackets/utility-deps
...
Utility: Only require avcodec for mp4
2016-08-28 11:19:24 +02:00
Unknown W. Brackets
5a797a08f7
Io: Do not delay on file seek.
...
This doesn't seem to reschedule, must've measured wrong in #939 .
Fixes #8749 .
2016-08-27 14:18:59 -07:00
Unknown W. Brackets
ee664fdc25
Utility: Only require avcodec for mp4.
...
Test was ambiguous - testing more carefully only 300 is required. Not
sure how I got this wrong before since only 300 was required for the
others...
Should help #8926 .
2016-08-27 10:15:35 -07:00
Unknown W. Brackets
a0484dce65
Psmf: Use packets for end in all versions.
...
Turns out no version of the library looks at the pts for the end.
2016-08-15 21:00:10 -07:00
sum2012
00a379e9f0
Psmf: Ignore last timestamp with old PsmfPlayer libs
...
Until 5.50
Fix #6574
2016-08-16 03:57:36 +08:00
Unknown W. Brackets
f23391578f
Psmf: Ignore stream size with old PsmfPlayer libs.
...
Until 5.50, the stream size was not used. See #6574 .
2016-08-14 17:24:29 -07:00
Unknown W. Brackets
f0a8e931ff
Remove UTF-8 BOMs from a few files.
...
And note the only ones that do need them in editorconfig.
2016-08-07 17:59:35 -07:00
Unknown W. Brackets
9655013938
Font: Skip log on missing zh_gb.pgf.
...
Fixes #8332 .
2016-08-07 10:27:27 -07:00
Henrik Rydgård
684b123a6d
Merge pull request #8891 from unknownbrackets/mytranwars
...
Hook another VRAM modifying function in Mytran Wars
2016-08-07 12:35:11 +02:00
Unknown W. Brackets
ee3c8b6ea5
Display: Don't count a forced NEXTFRAME as a flip.
2016-08-06 16:47:33 -07:00
Unknown W. Brackets
3ca014858f
Display: Flip at least once every 10 frames.
...
If we don't do this, the FPS doesn't update, and on some platforms, we
never read input. This can basically mean that PPSSPP will hang.
2016-08-06 16:32:57 -07:00
Unknown W. Brackets
0e43f1cdff
Hook another VRAM modifying function.
...
Seems to be a copy.
2016-08-06 16:30:47 -07:00
Henrik Rydgård
eac18489e6
Merge pull request #8867 from unknownbrackets/mpeg
...
Improve mpeg parsing / corruption issues
2016-08-06 18:14:17 +02:00
Henrik Rydgård
ea6b72d4c9
Merge pull request #8888 from unknownbrackets/warnings
...
Warning fixes
2016-08-06 10:59:06 +02:00
Henrik Rydgård
0031244b1c
Merge pull request #8889 from unknownbrackets/memstick
...
Initial support for memstick insert/remove
2016-08-06 10:58:49 +02:00
Henrik Rydgård
61c63e75c4
Merge pull request #8884 from sum2012/Font-minor
...
Better support zh_gb.pgf
2016-08-06 10:58:10 +02:00
Unknown W. Brackets
980d4194c0
Io: Add a config setting for memstick status.
2016-08-05 21:27:53 -07:00
Unknown W. Brackets
bf7a020c6a
Io: Notify callbacks on memstick insert/remove.
2016-08-05 21:05:48 -07:00
Unknown W. Brackets
9e488e8be4
Io: Correct some memstick devctl accuracy issues.
...
This makes it pass the right values in a few more cases, and unregister
callbacks properly. Also handles duplicate callbacks.
2016-08-05 20:42:58 -07:00
sum2012
da8188ab7d
Add more check for safely
2016-08-06 06:52:48 +08:00
Unknown W. Brackets
2d4e75369a
Oops, fix typo.
...
Pointed out by Florin9doi - wasn't currently causing problems because the
value 1 isn't yet being used.
2016-08-05 11:34:22 -07:00
Unknown W. Brackets
fd546ff21d
Fix some type comparison warnings.
2016-08-05 10:47:45 -07:00
Unknown W. Brackets
e55198f7e7
Correct some initialization order warnings.
...
Also, another missing init with IRBlocks.
2016-08-05 10:46:11 -07:00
sum2012
390ecb3184
Better support zh_gb.pgf
2016-08-05 19:58:31 +08:00
Unknown W. Brackets
db12337b39
Add basic kernel mode file func entries.
2016-08-04 09:46:29 -07:00
Unknown W. Brackets
e78a389ecc
Move sceIo kernel tables to sceIo.
2016-08-04 09:46:29 -07:00