Commit Graph

571 Commits

Author SHA1 Message Date
jacky400
53c0d3a62f small fix to sceSasSetSL 2012-12-07 00:15:48 +08:00
jacky400
8e181c4c1a Implemented sceSasSetSL and sceSasSetNoise 2012-12-06 23:05:55 +08:00
Henrik Rydgård
0bc1d4cdf3 SDL port: Turn the JIT on and off from command line 2012-12-06 20:43:01 +07:00
Henrik Rydgård
e1aa287ab7 Merge pull request #134 from jacky400/master
sceSas Full Wrap
2012-12-06 00:14:29 -08:00
jacky400
223a3b0162 Small fix to _sceSasCore and _sceSasCoreWithMix 2012-12-06 12:13:37 +08:00
jacky400
4fe971c239 Add corresponding wrap templates 2012-12-06 12:12:18 +08:00
jacky400
7e2aa90657 sceSas Wrap 2012-12-06 11:26:05 +08:00
Henrik Rydgård
e327eea732 Merge pull request #133 from tmaul/master
Fixes to time_t behaviour in sceRtc
2012-12-05 17:22:14 -08:00
TMaul
af8dfdb4e4 Make sceRtcSetTime_t test complete
(Now with fixed line endings)
2012-12-05 23:48:20 +00:00
TMaul
1a13bfe8a9 Revert "Make sceRtcSetTime_t test complete"
This reverts commit 315295af9a.
2012-12-05 23:47:39 +00:00
TMaul
315295af9a Make sceRtcSetTime_t test complete
And a few other cleanups as suggested
2012-12-05 23:40:10 +00:00
TMaul
67e52a6fa8 noticed some strange check day of week calls, we are not returning the correct value for them 2012-12-05 23:40:10 +00:00
Henrik Rydgård
d06dfc36e0 Merge pull request #129 from Yn5an3/master
Wrapped sceGe and sceIo functions
2012-12-05 15:31:27 -08:00
Yn5an3
8d5125ea8b Cleaned identation, solved bug in WrapI_UU64(). Ammended
sceIoWaitAsync and sceIoWaitAsyncCB since they can not be wrapped.
2012-12-05 22:19:14 +01:00
Henrik Rydgård
d493217826 Merge pull request #131 from jacky400/master
Implement sceSasSetADSR and sceSasSetADSRMode
2012-12-05 09:02:31 -08:00
jacky400
7d854ae858 Update Core/HLE/sceSas.cpp 2012-12-06 00:17:55 +08:00
jacky400
3992d44a97 Update Core/HLE/sceSas.cpp 2012-12-06 00:09:01 +08:00
jacky400
3763585afb Update Core/HLE/sceSas.cpp 2012-12-05 23:57:32 +08:00
jacky400
9406a1760c Update Core/HLE/FunctionWrappers.h 2012-12-05 23:53:06 +08:00
jacky400
0673217091 Update Core/HLE/sceSas.cpp 2012-12-05 23:51:10 +08:00
Álvaro Acción Montes
fb919a392b Merge branch 'master' of https://github.com/hrydgard/ppsspp 2012-12-05 15:51:07 +01:00
Yn5an3
85177ebf09 Wrapped funtions in sceIo.cpp 2012-12-05 15:49:48 +01:00
Henrik Rydgård
16a9dd62ea Merge pull request #127 from jacky400/master
Implement sceSasGetPauseFlag() in sascore.cpp
2012-12-05 05:17:49 -08:00
jacky400
595ff3b1fb Update Core/HLE/sceAudio.cpp
Too spam and change it to debug log
2012-12-05 20:22:11 +08:00
jacky400
305a87407b Update Core/HLE/sceSas.cpp
Implement sceSasGetPauseFlag() in sascore.cpp
2012-12-05 19:50:25 +08:00
Henrik Rydgård
b4c19bdd02 Merge pull request #123 from tmaul/master
Improve the sceRtcTickAddMonths method
2012-12-05 03:22:00 -08:00
Henrik Rydgård
ce297b82c1 Merge pull request #124 from jacky400/master
Implement fullscreen function partially by F12 key.
2012-12-05 03:20:57 -08:00
jacky400
8ce8400bae Update Windows/ppsspp.rc 2012-12-05 16:55:02 +08:00
jacky400
7c70a2048a Update Windows/ppsspp.rc 2012-12-05 14:40:13 +08:00
jacky400
284597582c Update Windows/WndMainWindow.h 2012-12-05 14:32:32 +08:00
jacky400
b49e053edd Update Windows/WndMainWindow.cpp 2012-12-05 14:31:41 +08:00
Henrik Rydgård
a0d8017c22 Fix for previous commit 2012-12-05 11:13:36 +07:00
Henrik Rydgård
36943db4ec Merge branch 'master' of github.com:hrydgard/ppsspp
Conflicts:
	Core/Config.h
2012-12-05 10:57:30 +07:00
Henrik Rydgård
700921deb3 Fix rendering on MacOSX (shader compiler very fussy...). Minor prep for hw transform. 2012-12-05 10:55:06 +07:00
Kevin Armstrong
e1a5bf91c3 more rtc changes, getting closer 2012-12-04 21:32:15 +00:00
Kevin Armstrong
4380995193 make addmonths work slightly more correctly 2012-12-04 21:32:15 +00:00
Henrik Rydgård
e6ab4b9fb1 Merge pull request #122 from jacky400/master
Enable/Disable Disaasembly windows in ppsspp.ini using ShowDebuggerOnLoad
2012-12-04 08:37:48 -08:00
jacky400
a072fff4d4 Update Windows/WndMainWindow.cpp 2012-12-05 00:05:36 +08:00
jacky400
0b659e20fd Update Core/Config.h 2012-12-05 00:04:55 +08:00
jacky400
582b078c23 Update Core/Config.cpp 2012-12-05 00:04:24 +08:00
Florent Castelli
ab40b2aeef Merge pull request #119 from unknownbrackets/window-title
Fix window title on Windows
2012-12-04 00:58:53 -08:00
Álvaro Acción Montes
e4b2b1706d Merge branch 'master' of https://github.com/hrydgard/ppsspp 2012-12-04 09:14:40 +01:00
Unknown W. Brackets
742da2cec8 Update tests to tip. 2012-12-03 23:03:44 -08:00
Yn5an3
21ccc60b87 Wrapped sceGe.cpp functions 2012-12-03 23:37:14 +01:00
Unknown W. Brackets
346095d5f0 SetWindowText() was doing ANSI conversion. 2012-12-03 07:57:28 -08:00
Unknown W. Brackets
ad59c7f46d Convert the title to wchars to fix non-ASCII. 2012-12-03 07:44:29 -08:00
Henrik Rydgård
20d05b8dc9 Merge pull request #118 from jacky400/master
Increase windows scheduling resolution
2012-12-03 01:07:13 -08:00
jacky400
d91314d906 Update Windows/main.cpp
Increase windows scheduling resolution
2012-12-03 16:44:37 +08:00
Henrik Rydgård
8171dfffdf Merge pull request #117 from unknownbrackets/ctrl-fixes
Make ctrl use sampling and buffers
2012-12-03 00:10:15 -08:00
Henrik Rydgård
d5afde3530 Merge pull request #115 from maximu/master
add armeabi on application.mk
2012-12-03 00:08:55 -08:00