-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve syncing of signals from video to audio clock domain
Implement more synchronisation flipflops for the signals flowing from the video to the audio clock domain and re-enable the corresponding timing ignore constraint. This avoids a few non-met timing constraints for the Wii builds and hopefully does not cause audio issues on Dual-GC again.
- Loading branch information
Showing
3 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ fi | |
|
||
VERSION=`make printversion` | ||
|
||
mkdir binaries | ||
mkdir -p binaries | ||
|
||
build p2xh-gc | ||
build p2xh-wii | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters