Commit graph

12550 commits

Author SHA1 Message Date
raven02
485b5df7cf Remove (AVFormatContext**) 2014-04-06 17:32:28 +08:00
raven02
5b19f1d53c Cleanup /* ... */ 2014-04-05 23:25:49 +08:00
raven02
4a35c726b3 Log channel/samplerate/bitrate 2014-04-05 21:57:26 +08:00
raven02
3b793a55e2 Remove some obsolete unused code 2014-04-05 20:29:00 +08:00
raven02
b6ccd650ff sceMp3 : use bswap32 for swapping endian 2014-04-05 15:26:22 +08:00
Henrik Rydgård
d8df88bc1f Update lang with Norwegian 2014-04-03 22:44:18 +02:00
Henrik Rydgård
6c406823c0 Enable the better looking vertical mode for the homescreen in portrait mode 2014-04-03 22:44:18 +02:00
Henrik Rydgård
5ffdcc24c8 Merge pull request #5791 from Felix-Dev/master
PSP error code 0x80000023 name update.
2014-04-03 22:15:06 +02:00
Felix-Dev
38c40be590 Another line indentation fix. 2014-04-03 21:47:45 +02:00
Felix-Dev
3f98fda8ed Changed comment characters from /* */ to // . 2014-04-03 21:38:58 +02:00
Felix-Dev
f904554020 Fixed line indentation. 2014-04-03 21:37:18 +02:00
Felix-Dev
d434435340 Core/HLE/sceKernel.h: Added name for PSP error code 0x80000023 and replaced the used if its error number with its error code name. 2014-04-03 18:42:10 +02:00
Felix-Dev
5fe0783593 Added name for PSP error code 0x80000023 and replaced the various uses of that error code number with its error code name. 2014-04-03 18:12:22 +02:00
Henrik Rydgård
19000c7a37 Merge pull request #5790 from sum2012/scedmac
Further illegal size check in sceDmacMemcpy
2014-04-03 17:16:39 +02:00
sum2012
93aa37c0ca Further illegal size check in sceDmacMemcpy
Thanks @Felix-Dev
2014-04-03 23:09:43 +08:00
Unknown W. Brackets
f05f8c7b12 Fix alpha channel in 565 morph on x86.
Shuffling is annoying, just do it on the other side.  Fixes #5784.
2014-04-02 10:10:42 -07:00
Henrik Rydgård
09c794837d Merge pull request #5786 from sum2012/scemac
More illegal size check in sceDmacMemcpy
2014-04-02 16:26:46 +02:00
sum2012
786b3a7dd5 More illegal size check in sceDmacMemcpy
Find in #5782
2014-04-02 22:17:37 +08:00
Henrik Rydgård
89cf9230a1 Indentation fix 2014-04-02 10:28:03 +02:00
Unknown W. Brackets
91323ebe92 Clear m_sws_ctx when freeing it.
Oops.  May help #5781.
2014-04-01 21:25:03 -07:00
Henrik Rydgard
d83a5da6bd Fix glTextureStorage2D issue by scaling w/h. Fixes #5625 2014-04-02 00:15:41 +02:00
Unknown W. Brackets
ef0174bbe4 Merge pull request #5778 from sum2012/log
Small fix for DebugLog.bat
2014-04-01 07:43:03 -07:00
sum2012
75c31ebe4d Small fix for DebugLog.bat 2014-04-01 22:16:44 +08:00
Unknown W. Brackets
7c70d8b04e Oops, remove some duplicate code.
Moved this to the inlined SetRenderFrameBuffer().
2014-04-01 02:09:21 -07:00
Henrik Rydgard
47145745dc Fix GL context creation on Windows. Was creating 3.1 contexts on new nVidia drivers. 2014-04-01 11:03:36 +02:00
Henrik Rydgård
51fb157a15 Merge pull request #5777 from thedax/win32DebugLog
Win32: Implement "-d" command-line switch, and update the DebugLog batch file accordingly.
2014-04-01 10:10:46 +02:00
Henrik Rydgård
8964ede559 Merge pull request #5768 from sum2012/sceUtilityScreenshot
imp sceUtilityScreenshotContStart
2014-04-01 10:09:15 +02:00
Henrik Rydgård
4b52d6c0db Merge pull request #5770 from unknownbrackets/perf
Minor perf improvements for ARM
2014-04-01 10:08:16 +02:00
Unknown W. Brackets
e527ef8ad0 Correct old savestate compat.
When there was a pending GE sync.
2014-03-31 22:36:36 -07:00
The Dax
abbceb095b Update the DebugLog batch file so it works with the new command-line option. 2014-03-31 22:49:21 -04:00
The Dax
3259b61cf2 Win32: Implement "-d" command-line switch. It didn't do anything, previously.
Also added a helper func to set all log levels at once. Should be handy if we clean up the logging channels screen.
2014-03-31 22:44:05 -04:00
Henrik Rydgård
e6b2c66640 Merge pull request #5775 from kaienfr/patch-1
Update sceMpeg.cpp
2014-03-31 18:07:42 +02:00
kaienfr
c7cfa7d061 Update sceMpeg.cpp
change to right macro
2014-03-31 17:59:11 +02:00
Henrik Rydgård
656f5bf9dd Merge pull request #5774 from Kingcom/StatusBarLabels
Display label name in status bar
2014-03-31 17:14:51 +02:00
Kingcom
6256f64507 Display label name in status bar 2014-03-31 17:00:48 +02:00
Unknown W. Brackets
943bc7ee78 Oops, close the dir after listing it in ms0:/.
This was affecting some savedata modes, and showed up on tests.  Not sure
how it might've affected games, probably not much.
2014-03-30 19:34:19 -07:00
Unknown W. Brackets
6677d96a38 Fix memory leak in memory arenas on x64. 2014-03-30 17:30:11 -07:00
Henrik Rydgård
4f6072332c Merge pull request #5771 from unknownbrackets/leaks
Stick a cork in some memory leaks
2014-03-30 19:03:15 -04:00
Unknown W. Brackets
aea26f666c Clean up some atrac/mp3 potential leaks. 2014-03-30 15:08:38 -07:00
Unknown W. Brackets
0ba0dba63d Correctly free a few FFmpeg resources. 2014-03-30 13:44:32 -07:00
Unknown W. Brackets
c6f52db194 Fix some scePsmf leaks. 2014-03-30 13:14:17 -07:00
Unknown W. Brackets
ea9a6c1b58 Fix leaks in sceMpeg demuxing. 2014-03-30 13:06:42 -07:00
Unknown W. Brackets
917af7b571 Fix some memory leaks in sceFont.
Which were highlighted quite well by tests.
2014-03-30 12:55:40 -07:00
sum2012
16368c98a2 Revent back status = SCE_UTILITY_STATUS_FINISHED
break Project Divx extand and Kenka Banchou Bros when take screenshot
2014-03-30 18:48:31 +08:00
Unknown W. Brackets
e7639f666c Ensure stuff run on every prim are inlined.
These both get a ton of calls and show up on profiles.
2014-03-30 00:42:26 -07:00
Unknown W. Brackets
466a5418d2 Cut time in EstimatePerVertexCost().
From profling, this cuts 4% time while lighting is enabled, and 14% while
disabled (on ARM.)  But maybe should just inline this...
2014-03-30 00:42:26 -07:00
Unknown W. Brackets
3001866d18 Skip flushing FPU/VFPU regs if none were allocated.
They're not used as often, so this usually saves time.  About 1% during
tests.
2014-03-30 00:42:25 -07:00
sum2012
11311b2b69 Imp sceUtilityScreenshotContStart 2014-03-30 14:42:29 +08:00
sum2012
d6de42df93 Fix sceUtilityScreenshotInitStart parameter 2014-03-30 13:57:06 +08:00
Unknown W. Brackets
f55c81f096 Add some basic bounds checking for power freq sets. 2014-03-29 19:56:49 -07:00