twinaphex
a93986610b
(movie.c) Style nits
2015-04-01 18:32:40 +02:00
twinaphex
e6f0d366cb
Go through global_get_ptr
2015-03-21 04:43:18 +01:00
twinaphex
8cfdd30ca0
movie.c - move variable declarations to top of function
2015-01-10 06:43:56 +01:00
twinaphex
453321c50b
Start updating headers
2015-01-07 17:46:50 +01:00
twinaphex
46b6b112b8
Cleanups - C-style comments, 80-char limit
2014-09-03 06:14:13 +02:00
twinaphex
3060d0757c
Cleanups, 80-char limit
2014-09-02 16:13:42 +02:00
twinaphex
2675cd2f76
Rename cart_crc
2014-08-12 03:19:02 +02:00
twinaphex
0a15a17d44
Update years on all license headers
2014-01-01 01:50:59 +01:00
Lioncash
fac2783a09
Optimize some struct sizes.
...
This is the list of reduced sizes:
file: dsound.c - struct dsound_t reduced from 56 bytes to 52 bytes.
file: shader_parse.h - struct gfx_fbo_scale reduced from 32 bytes to 28 bytes.
file: thread_wrapper.c - struct texture reduced from 28 bytes to 24 bytes.
file: libretro.h - struct retro_hw_render_callback reduced from 40 bytes to 36 bytes.
file: movie.c - struct bsv_movie reduced from 36 bytes to 32 bytes.
file: netplay.c - struct delta_frame reduced from 16 bytes to 12 bytes.
file: performance.h - struct rarch_perf_counter_t reduced from 40 bytes to 32 bytes.
2013-11-03 23:57:41 -05:00
Themaister
0b4cf2d053
Update license headers to 2013.
2013-01-01 01:41:15 +01:00
Themaister
ce740f8948
More fixups.
2012-04-21 23:31:57 +02:00
Themaister
aab8fb6151
ssnes_* => rarch_*.
2012-04-21 23:25:32 +02:00
Themaister
9ab51ad23a
SSNES => RetroArch.
2012-04-21 23:17:43 +02:00
Themaister
e3a71a8c5b
Fixup headers.
2012-04-09 22:05:26 +02:00
Themaister
5d51942f69
libretro fixups.
2012-04-09 22:04:43 +02:00
Themaister
62c96ea937
Change license header.
2012-04-09 22:03:57 +02:00
Themaister
9698cd7dbd
Change headers.
2012-04-09 22:03:57 +02:00
Themaister
ba0e7d5f2a
Style nit.
2012-03-30 21:18:15 +02:00
AlexFolland
a2013276d5
instead of stopping, warn about checksum mismatch on bsv playback
2012-03-30 15:13:26 -04:00
Themaister
b273de1e99
Move netplay related bsv code to netplay.
2012-03-26 00:06:25 +02:00
Themaister
d73ec9b645
Move hashing code to hash.o.
2012-03-25 23:29:39 +02:00
Themaister
0726204505
If HAVE_ZLIB is set, use zlib internal crc32.
2012-03-25 22:21:08 +02:00
Themaister
f78df09c38
Do not fail hard if serializer doesn't match.
2012-03-10 18:10:54 +01:00
Themaister
9c861f13be
Fix additional exclamation marks.
2012-02-11 21:16:01 +01:00
Themaister
7082561e21
Nicknames for regular connection.
2012-01-21 18:12:42 +01:00
Themaister
abf34c06c1
Attempt to always return from ssnes_main_init() when errors occur.
2012-01-14 16:08:54 +01:00
Themaister
4beec3870f
Spectator mode.
2012-01-11 19:22:18 +01:00
Themaister
d00257382a
Always dump 16-bit little endian values for movie record.
2012-01-11 00:55:50 +01:00
Themaister
b4248038fb
Update license headers.
2012-01-08 01:12:05 +01:00
Themaister
672102d377
Change asserts to ssnes_assert().
2011-12-25 12:47:47 +01:00
Themaister
d5fca50a2f
Can build for C++.
2011-12-24 15:26:01 +01:00
Themaister
08a1496501
Use big-endian BSV1 magic.
...
Keep compatibility with old implementation.
Documentation was suggesting little-endian, but this was not correct.
2011-11-28 02:11:33 +01:00
Themaister
b8064f5d42
New semantics for BSV movie recording.
2011-11-20 20:19:05 +01:00
Themaister
c5c60c6f53
Add --bsvrecord.
2011-11-18 18:03:24 +01:00
Themaister
ddfeacbd83
Minor fixes and cleanups to BSV.
2011-11-11 00:55:35 +01:00
Themaister
f48247a18b
Style nits ...
2011-10-15 12:56:48 +02:00
Themaister
f3cdb95b04
Fix endian issues in OSS driver.
2011-07-26 00:53:24 +02:00
Themaister
8ef54de812
Start adding UPS support.
2011-03-23 12:18:24 +01:00
Themaister
60b0afce95
Is this it? :D
2011-02-26 01:13:52 +01:00
Themaister
f24653768f
It does work, somewhat! :D
2011-02-26 00:59:17 +01:00
Themaister
f135972a6b
Arghh... This is so goddamn annoying :(
2011-02-26 00:31:13 +01:00
Themaister
42c68e21a2
Movie rewind still very broken :(
2011-02-25 12:37:05 +01:00
Themaister
e8865060ca
A start on movie rewind.
2011-02-25 11:47:27 +01:00
Themaister
1b5adde885
Hrm.
2011-02-02 20:15:00 +01:00
Themaister
5f8993cb83
Movie playback seems to work! :D
2011-02-02 12:45:56 +01:00
Themaister
b97c45df78
Initial code for movie playback.
2011-02-02 11:47:05 +01:00