Haiku port of duckstation libretro core (#716)

* Haiku build 1st attempt

* fix load on Haiku

* Removed debugging flags

* Added a couple ifndef
This commit is contained in:
kwyxz
2020-08-21 20:20:37 -07:00
committed by GitHub
parent 8151594d60
commit 31695c4ff7
11 changed files with 44 additions and 16 deletions

View File

@ -5,8 +5,8 @@
* For license terms, see the file COPYING in this distribution.
*/
#ifndef TIME_H
#define TIME_H
#ifndef CUETIME_H
#define CUETIME_H
long time_msf_to_frame(int m, int s, int f);
void time_frame_to_msf(long frame, int *m, int *s, int *f);