movie.playing()
| 3315 | |
| 3316 | // movie.playing() |
| 3317 | int movie_isplaying (lua_State *L) { |
| 3318 | |
| 3319 | lua_pushboolean(L, FCEUMOV_IsPlaying()); |
| 3320 | return 1; |
| 3321 | } |
| 3322 | |
| 3323 | //movie.rerecordcount() |
| 3324 | // |
nothing calls this directly
no test coverage detected