Commit Graph
11573 Commits
Author SHA1 Message Date
Unknown W. Brackets a779645152 Wrap sceKernelGetThreadExitStatus().
So it's usable internally too.
2013-05-26 10:17:59 -07:00
Henrik Rydgård 3febd632b4 Merge pull request #1933 from Motaz-Alnuweiri/patch-2
Update PPSSPP.pro
2013-05-26 09:51:47 -07:00
raven02 83cb0869f4 Add NOTICE_LOG to indicate the filter load successfully 2013-05-26 23:55:54 +08:00
Motaz Alnuweiri 48ce6169a5 Update PPSSPP.pro
Hi, you can use "VERSION" Variable
----------------------------------
VERSION
This variable contains the version number of the application or library if either the app TEMPLATE or the lib TEMPLATE is specified.
2013-05-26 17:44:12 +03:00
Jacky TSUI a578fcdc0d Should be safe to remove those manual register/unregister 2013-05-26 22:34:29 +08:00
Henrik Rydgård 2624423cde Merge pull request #1929 from Motaz-Alnuweiri/patch-1
Update PPSSPP.pro
2013-05-26 05:04:37 -07:00
Henrik Rydgard cdef31f9fc Turn off the use of uniform arrays in shaders as some devices don't like them, and the speedup seems to be very small if any. 2013-05-26 14:03:02 +02:00
Motaz Alnuweiri 0391709912 Update PPSSPP.pro
Hello, I changed PPSSPPQt version for Symbian from 0.7.5 to 0.7.6
2013-05-26 14:59:33 +03:00
Henrik Rydgård 138c3fb835 Merge pull request #1927 from unknownbrackets/scheduling2
Implement suspend/resume HLE for threads
2013-05-26 03:06:42 -07:00
Henrik Rydgård 49d9af1176 Merge pull request #1924 from unknownbrackets/scheduling
Fix sceKernelWakeupThread
2013-05-26 03:05:01 -07:00
Henrik Rydgård 4658b8ac7f Merge pull request #1923 from unknownbrackets/rtc-fix
Implement the sceRtc*Win32FileTime() funcs
2013-05-26 03:03:38 -07:00
Henrik Rydgård 0f38192cf9 Merge pull request #1911 from aquanull/language
Make more menu screen items translatable, and...
2013-05-26 03:01:49 -07:00
Unknown W. Brackets 2c4254d0c8 Disallow suspend/resume on current thread.
Might be some extra subtle things with callbacks/interrupts here...
2013-05-26 02:25:53 -07:00
Unknown W. Brackets e6795b1a41 Initial attempt at a suspend/resume thread impl. 2013-05-26 01:01:29 -07:00
Unknown W. Brackets 690e52bc34 Make sure we keep the suspend state around.
I assume it sticks around in this case.
2013-05-25 23:57:04 -07:00
Unknown W. Brackets 2f69378bf6 Return the moduleId in sceKernelUnloadModule().
Final Fantasy 4 very clearly requires this.
2013-05-25 21:07:41 -07:00
Daniel Dressler 6eb9db7ac9 Merge branch 'master' of github.com:hrydgard/ppsspp 2013-05-25 21:03:44 -07:00
Unknown W. Brackets ac7bfcb6ef Report unfinished code in sceKernelAllocateTls(). 2013-05-25 20:43:47 -07:00
Unknown W. Brackets 084ad5aa53 Wrap the sleep/wakeup HLE funcs. 2013-05-25 20:43:19 -07:00
Daniel Dressler a9d6916cde Fix key map resolution only checking user settings
Alone the way a few other bugs got squashed
2013-05-25 20:29:52 -07:00
Unknown W. Brackets 8adf1e9ede Properly return success in sceKernelWakeupThread().
Fixes #1596, fixes #1796, possibly others.  I can't believe how long
I stared at this code and debugged it without noticing such a simple
thing...
2013-05-25 20:28:22 -07:00
Unknown W. Brackets 50c085401a Remove UNIMPL from FileTime funcs, they work now. 2013-05-25 19:15:15 -07:00
Unknown W. Brackets f24b4ef7de Implement the sceRtc*Win32FileTime() funcs. 2013-05-25 17:27:34 -07:00
Henrik Rydgård b6b915bf77 Merge pull request #1918 from raven02/patch-1
Add Memory::IsValidAddress(curFileInfoAddr) to GetFilesList()
2013-05-25 15:26:29 -07:00
Henrik Rydgård 134ae8bf6c Merge pull request #1920 from unknownbrackets/elf-fix
Make sure not to use invalid module start params
2013-05-25 15:25:27 -07:00
Unknown W. Brackets 2304e9253e Make sure not to use invalid module start params.
If there's a 0, those parameters are not likely valid.
2013-05-25 15:15:29 -07:00
raven02 646f2e07e5 Add Memory::IsValidAddress(curFileInfoAddr) to GetFilesList() 2013-05-25 23:57:59 +08:00
Henrik Rydgard 2ef4a05a49 Disable auto-loading the directshow filter by default as it's unstable. Add new INI setting [Sound] AutoLoadDShow to turn it back on. 2013-05-25 17:01:18 +02:00
Henrik Rydgård b128ebd554 Merge pull request #1913 from aquanull/patch-2
Add "All files(*.*)" filter to BrowseAndBoot()
2013-05-25 01:10:12 -07:00
Henrik Rydgård 31ec76621a Merge pull request #1915 from unknownbrackets/windows-abi
Save XMM regs as required by the Windows x64 ABI
2013-05-25 01:10:01 -07:00
Unknown W. Brackets d1b7b9ac63 Save XMM regs as required by the Windows x64 ABI.
Fixes jitter in analog in recent builds, possibly other bugs.
2013-05-25 00:34:19 -07:00
aquanull ef5ba28a0e Add "All files(*.*)" filter to BrowseAndBoot() 2013-05-25 13:45:28 +08:00
aquanull 88d83e3a74 Make it possible to translate error screens. 2013-05-25 13:37:43 +08:00
Sacha 260cc305f5 Fix Linux/Harmattan builds. 2013-05-25 14:38:34 +10:00
aquanull 4ba40fcd2f Tweak some menu screen items. 2013-05-25 12:34:43 +08:00
aquanull 87f398b1af Make more menu screen items translatable.
Update font atlas files.
2013-05-25 11:23:14 +08:00
Henrik Rydgård c439796c8e Merge pull request #1896 from raven02/patch-29
Fix save loading for God Eater Burst and Gundam VS Gundam NP
2013-05-24 11:20:20 -07:00
Henrik Rydgard 5c416d80c7 Fix PSP_UMD_TYPE_GAME... 2013-05-24 19:52:46 +02:00
Henrik Rydgård f8ec423286 Merge pull request #1908 from mgaver/patch-5
Update WndMainWindow.cpp
2013-05-24 10:36:51 -07:00
mgaver 6667bed5ab Update WndMainWindow.cpp 2013-05-25 01:46:20 +09:00
Henrik Rydgård 9926a86912 Merge pull request #1907 from raven02/patch-32
Fix crash when low level decode hits atrac3 audio
2013-05-24 08:28:19 -07:00
raven02 84ccfde2ef Fix crash when low level decode hits atrac3 audio 2013-05-24 23:20:14 +08:00
Henrik Rydgård 0fc087ffac Merge pull request #1906 from raven02/patch-31
Add WARN_LOG for atrac3+ mono audio
2013-05-24 07:56:37 -07:00
raven02 95cbd3c50c Add (low level) to distinguish with high level decode 2013-05-24 22:43:10 +08:00
raven02 104c20d787 Add atrac3+ mono audio WARN_LOG when atrac->atracChannels == 1 2013-05-24 23:33:22 +09:00
Henrik Rydgård b9c21d32f0 Merge pull request #1894 from CPkmn/kernel
Improve sceKernelStartModule handling
2013-05-24 07:16:12 -07:00
CPkmn b9a72b99e2 Update sceKernelModule.cpp 2013-05-24 08:06:31 -06:00
Henrik Rydgård f6acdabc59 Merge pull request #1874 from oioitff/atrac3plus
Use filter directly without register.
2013-05-24 06:44:05 -07:00
Henrik Rydgård 287daf6f11 Merge pull request #1905 from raven02/patch-30
Integrate atrac3+ low level decoding from oioitff media branch
2013-05-24 06:19:52 -07:00
raven02 bc1c83afc6 Integrate atrac3+ low level decoding from oioitff media branch 2013-05-24 21:15:51 +08:00