diff java/src/com/aurellem/gb/Gb.java @ 525:fa7676dbf6f2

sound recording test now works.
author Robert McIntyre <rlm@mit.edu>
date Sun, 24 Jun 2012 13:12:51 -0500
parents 7ef5c73ea8fa
children 2620d6318e8d
line wrap: on
line diff
     1.1 --- a/java/src/com/aurellem/gb/Gb.java	Sat Jun 23 23:10:31 2012 -0500
     1.2 +++ b/java/src/com/aurellem/gb/Gb.java	Sun Jun 24 13:12:51 2012 -0500
     1.3 @@ -141,4 +141,6 @@
     1.4  
     1.5      public static native void setSoundFrameWritten(int frames);
     1.6  
     1.7 +    public static native void getFrameSound2(byte[] store);
     1.8 +
     1.9  }