mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
id386 -> USE_INTEL_ASM conversion
better HAVE_SYM_PREFIX_UNDERSCORE checking
This commit is contained in:
parent
b493557f7f
commit
c83cb15ede
46 changed files with 249 additions and 193 deletions
|
@ -46,7 +46,7 @@ short *snd_out;
|
|||
|
||||
void Snd_WriteLinearBlastStereo16 (void);
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
void Snd_WriteLinearBlastStereo16 (void)
|
||||
{
|
||||
int i;
|
||||
|
@ -356,7 +356,7 @@ void SND_InitScaletable (void)
|
|||
}
|
||||
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
|
||||
void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count)
|
||||
{
|
||||
|
@ -384,7 +384,7 @@ void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count)
|
|||
ch->pos += count;
|
||||
}
|
||||
|
||||
#endif // !id386
|
||||
#endif // !USE_INTEL_ASM
|
||||
|
||||
|
||||
void SND_PaintChannelFrom16 (channel_t *ch, sfxcache_t *sc, int count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue