Skip to content

Commit

Permalink
refs ignore SNESAPU.DLL
Browse files Browse the repository at this point in the history
* DSP_ALIGN のコメント修正
  • Loading branch information
dgrfactory committed Sep 16, 2024
1 parent a9417f3 commit a37e3ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion snesapu.dll/SNESAPU.inc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
;Align Adjustment ----------------------
; Note: Please refer to the map file output during build and adjust the numbers,
; so that the lower 8-bits of the start address of '_mix' are '00'.
; If it is not, the output audio will be noisy because occurred memory-leak.
; If it is not, the output audio will be noisy because occurred memory-leak and
; buffer-overflow.
; The value specified here is 0, 64, 128, or 192.
DSP_ALIGN EQU 0 ;DSP Object Locate Alignment
7 changes: 6 additions & 1 deletion snesapu.dll/thirdparty/SNESAPU.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@
;Equates

;Align Adjustment ----------------------
DSP_ALIGN EQU 64 ;DSP Object Locate Alignment
; Note: Please refer to the map file output during build and adjust the numbers,
; so that the lower 8-bits of the start address of '_mix' are '00'.
; If it is not, the output audio will be noisy because occurred memory-leak and
; buffer-overflow.
; The value specified here is 0, 64, 128, or 192.
DSP_ALIGN EQU 0 ;DSP Object Locate Alignment

0 comments on commit a37e3ed

Please sign in to comment.