diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-25 21:01:20 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-25 21:01:20 +0000 |
| commit | bb76f2cc84b65674114110ea32e40e8f13e1ce91 (patch) | |
| tree | e09a62389ca8dc82c44a12c1aa47db5abbb8bfa9 /plugins/dfsound | |
| parent | 13bb318eb2eb2bac20a60cd51e340b0d07d7de11 (diff) | |
| download | pcsxr-bb76f2cc84b65674114110ea32e40e8f13e1ce91.tar.gz | |
CdromId fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86908 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound')
| -rwxr-xr-x | plugins/dfsound/openal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/openal.c b/plugins/dfsound/openal.c index b283bfca..c1fa42cb 100755 --- a/plugins/dfsound/openal.c +++ b/plugins/dfsound/openal.c @@ -36,7 +36,7 @@ */ #define BUFFER_SIZE_TOTAL (32768) -#define BUFFER_SIZE (2048) +#define BUFFER_SIZE (1024) #define BUFFER_QUANTITY (BUFFER_SIZE_TOTAL / BUFFER_SIZE) /******************************************************************************/ |
