oops, sorry (forgot remove one extern)
This commit is contained in:
parent
7c9a646e52
commit
13101b934c
|
@ -20,7 +20,7 @@
|
||||||
- Change SPU to run two spus in parallel. SPU_core is the official one. SPU_user produces output.
|
- Change SPU to run two spus in parallel. SPU_core is the official one. SPU_user produces output.
|
||||||
This lets us do inaccurate things with SPU_user which might sound better while being more accurate with SPU_core. [zeromus]
|
This lets us do inaccurate things with SPU_user which might sound better while being more accurate with SPU_core. [zeromus]
|
||||||
- Add RTC implementations (not fully) [CrazyMax]
|
- Add RTC implementations (not fully) [CrazyMax]
|
||||||
- Rewrite VRAM mapping control and render [CrazyMax]
|
- Rewrite VRAM mapping control and render (old save states broken) [CrazyMax]
|
||||||
Mac OS X port:
|
Mac OS X port:
|
||||||
- Fixed: Filenames and paths with unicode characters now work. [Jeff]
|
- Fixed: Filenames and paths with unicode characters now work. [Jeff]
|
||||||
- Fixed: Load state from file button works again. [Jeff]
|
- Fixed: Load state from file button works again. [Jeff]
|
||||||
|
|
|
@ -2055,8 +2055,6 @@ static void calc_bright_colors() {
|
||||||
#undef FORMULA_LESS
|
#undef FORMULA_LESS
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
extern u16 NDS_3D_GetPixel(int line, int offset);
|
|
||||||
|
|
||||||
static INLINE void GPU_ligne_layer(NDS_Screen * screen, u16 l)
|
static INLINE void GPU_ligne_layer(NDS_Screen * screen, u16 l)
|
||||||
{
|
{
|
||||||
GPU * gpu = screen->gpu;
|
GPU * gpu = screen->gpu;
|
||||||
|
|
Loading…
Reference in New Issue