mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fixed some portability issues
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@336 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d4ca252d92
commit
dca310c413
8 changed files with 24 additions and 13 deletions
|
@ -1085,7 +1085,7 @@ static void chan_render_loop(chan_rend_context *ct, int *buffer, int length)
|
|||
void chan_render_loop(chan_rend_context *ct, int *buffer, unsigned short length);
|
||||
#endif
|
||||
|
||||
static chan_rend_context __attribute__((aligned(64))) crct;
|
||||
static chan_rend_context crct;
|
||||
|
||||
static int chan_render(int *buffer, int length, int c, UINT32 flags) // flags: stereo, ?, disabled, ?, pan_r, pan_l
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue