Commit graph

57 commits

Author SHA1 Message Date
Wally4000
15e3e2a1d0 Update to the Bazel Directory Structure.. 2020-08-22 18:42:41 +10:00
=
1511baa25e Fix up paths in headers 2020-05-27 19:20:52 +10:00
joey
afea726b77 Revert "Update Async audio code"
This reverts commit df857580a6.
2020-05-16 21:18:12 +10:00
joey
df857580a6 Update Async audio code 2020-05-01 14:55:39 -04:00
z2442
e3f3b598f0 check for zero 2019-10-17 19:36:57 -04:00
z2442
016fe385cc more documentation 2019-10-05 10:56:02 -04:00
z2442
dd95ab0f7d Added a speed hack / revert async to faster version 2019-10-05 10:47:58 -04:00
z2442
9a7552956a Fix Debug build
Correct Async Audio
2019-09-24 20:16:41 -04:00
z2442
e8064336a2 Clean up job man remove extra While loop 2019-05-27 20:51:28 -04:00
Ben Slater
a751be2906 Replace memcpy with memmove in audio
Increase size of jobmanager buffer and replace memcpy with memmove
2019-05-09 12:08:46 +10:00
z2442
0314cb963c change job man to uncahced 2019-05-08 17:25:24 -04:00
z2442
bd5a5dd822 make me buffer uncached 2019-05-07 23:05:27 -04:00
z2442
64253ea96d set back to null 2019-05-06 20:04:28 -04:00
z2442
95ff312b65 update to use nullptr in jobman 2019-05-03 19:57:26 -04:00
Ben Slater
6a725bf99e Removed a bunch of asserts / debug options from release build, stabs a bunch of compiler warnings 2019-05-03 17:43:44 +10:00
Ben Slater
eb134c1262 Moved some more asserts and profiling stuff out of the way to stop the compiler whinging.
Start restructuring audio plugin.. (Needs a diagram now)
2019-05-02 20:46:56 +10:00
z2442
fd50a05e9a more job man changes to keep inline with audio plugin work 2019-04-13 19:58:31 -04:00
z2442
1ca5b43fdd Even More job manager changes: allow the main cpu todo work while waiting on the me. 2019-04-06 20:27:09 -04:00
z2442
74c6836e2d More Me Clean up 2019-04-06 18:39:50 -04:00
z2442
8be2f0c18e clean up job manager 2019-04-05 22:35:29 -04:00
z2442
1b36ab5d27 notes 2019-03-23 19:07:45 -04:00
z2442
48f158df0e Add another cache clear before checking the me. 2019-03-23 19:07:29 -04:00
z2442
02620c7b16 Update to C11 Variables for Job Manager 2019-03-21 20:04:59 -04:00
z2442
e8695d8336 Clean up & document ME code. 2019-03-20 16:20:07 -04:00
z2442
c99caa2939 Regression: Does not fix Gex sound. 2019-03-19 17:25:07 -04:00
z2442
04b033a7b2 Fix Sound on Gex 2019-03-17 12:36:12 -04:00
z2442
e616797ee7 Me killed on exit 2019-03-16 21:06:53 -04:00
z2442
d4ece09633 Handle: No Jobs in jobmanager / more cleanup 2019-03-16 18:27:46 -04:00
z2442
485df6baa9 More Cleanup 2019-03-16 17:55:16 -04:00
z2442
545620bc7b cleaned up code and set buffer size to orignal 2019-03-12 21:48:34 -04:00
z2442
2e85a84878 Enable fast memcopys where we can 2019-03-11 21:24:46 -04:00
z2442
984406d962 fix weird double sound 2019-03-11 18:55:17 -04:00
z2442
a3ac0e6c7a hybrid me change 2019-03-11 16:44:28 -04:00
z2442
f5e6331410 changes to kill then restart me each time. 2019-03-11 13:13:49 -04:00
Ben Slater
c562b76641 *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
z2442
b9be221d9b Revert back to Older ME prx as the new on causes static... 2019-02-21 20:58:20 -05:00
z2442
bdf769a2d2 Enable more Fast mem copies 2019-02-19 22:45:55 -05:00
z2442
d6107de159 New ME prx Barrowed from https://github.com/esmjanus/. Some minor fixes to get it working. 2019-02-15 21:48:20 -05:00
z2442
371ea87feb Remove change made to jobmanager 2019-02-07 21:32:35 -05:00
Wally
e5b43a61ca Add a few more things without debug routines
Fix build_daedalus.sh so it removes old directory and adds some more folders
2019-01-22 10:09:47 +11:00
Wally
02e6e49890 Fix a few path errors 2019-01-16 15:16:16 +11:00
z2442
bc755c5f9e
Update JobManager.cpp 2018-10-26 22:04:47 -04:00
z2442
0af8bbfbe6
Update JobManager.cpp 2018-10-03 22:01:48 -04:00
z2442
3859a1ac6c
Update JobManager.cpp
fixed vita detection
2018-10-03 21:51:55 -04:00
z2442
c6eca00af6
Update JobManager.cpp 2018-10-03 21:41:56 -04:00
z2442
1791d929a1
Update JobManager.cpp 2018-10-03 21:37:17 -04:00
z2442
ef988e775c
Update JobManager.cpp
Remove Vita test It works but does not belong here
2018-10-03 14:51:54 -04:00
z2442
ce1e89f8a2
Update JobManager.cpp
Added check for vita cfw
2018-09-16 21:12:42 -04:00
strmnnrmn
ffcbe649b1 [~] stdafx cleanup: Include stdio.h and stdlib.h where needed
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1703 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-05-19 08:53:29 +00:00
strmnnrmn
16cb89183a [~] stdafx cleanup: Include string.h where needed
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1701 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-05-19 08:52:47 +00:00