Commit Graph

1363 Commits

Author SHA1 Message Date
Themaister
763a5bf2c0 Style nit. 2011-12-26 16:22:34 +01:00
Themaister
8301cf8a2f Style nit. 2011-12-26 16:14:33 +01:00
Themaister
44da8a6749 :v 2011-12-26 01:32:19 +01:00
Themaister
06309ba1e0 Build some more stuff. 2011-12-26 00:06:41 +01:00
Themaister
004ca0fe89 Better formatting. 2011-12-25 21:43:00 +01:00
Themaister
40cce7c9d6 Also log compiler version normally. 2011-12-25 21:39:58 +01:00
Themaister
1c29d31859 Better formatting. 2011-12-25 21:20:07 +01:00
Themaister
d3af29fa1f Compiler logging macros. 2011-12-25 21:16:48 +01:00
Themaister
c5d1fd32d5 Deinit audio before video. 2011-12-25 19:31:05 +01:00
Themaister
a4767d3d43 Add python build. Fix ssize_t define. 2011-12-25 18:25:37 +01:00
Themaister
c26f527c20 Enable SSE for 64-bit builds. 2011-12-25 16:50:13 +01:00
Themaister
0c8d85d589 Minor fixes. 2011-12-25 16:47:03 +01:00
Themaister
0c16e1a134 x64 build. 2011-12-25 16:36:56 +01:00
Themaister
0a887395eb Remove useless global. 2011-12-25 16:11:48 +01:00
Themaister
9118976c49 Don't include general.h 2011-12-25 12:56:21 +01:00
Themaister
7f1e599186 Use modern FFmpeg defines. 2011-12-25 12:50:34 +01:00
Themaister
672102d377 Change asserts to ssnes_assert(). 2011-12-25 12:47:47 +01:00
Themaister
fe7f05e717 Style nit. 2011-12-25 12:14:26 +01:00
Themaister
0724ab2ca1 Fix assertion bugs. 2011-12-25 12:13:19 +01:00
Themaister
c272ba56ad Fix build for Release mode. 2011-12-25 11:45:27 +01:00
Themaister
381498e945 Print feature for DirectSound. 2011-12-25 01:59:30 +01:00
Themaister
70f07196ea gettimeofday() should return int. 2011-12-25 01:54:29 +01:00
Themaister
c8dee57278 Set constant macros with define. 2011-12-25 01:45:09 +01:00
Themaister
0ab305156b Fixup header. 2011-12-25 01:41:12 +01:00
Themaister
eac468ba19 MSVC compat. 2011-12-25 01:38:59 +01:00
Themaister
18f407110b Fixup compatibility. 2011-12-24 20:43:58 +01:00
Themaister
ceee10b56c Fix types. 2011-12-24 15:57:43 +01:00
Themaister
9805bcc5f9 Merge branch 'master' of github.com:Themaister/SSNES 2011-12-24 15:47:47 +01:00
Themaister
d5fca50a2f Can build for C++. 2011-12-24 15:26:01 +01:00
Themaister
4ca72bd7e6 Fix endian issues and strict aliasing. 2011-12-24 14:41:19 +01:00
Themaister
62ead00f0f Some additions, but still broken. 2011-12-24 14:41:19 +01:00
TwinAphex51224
5dc573ed38 (Libxenon) Changed texture size to 512x512 - stop libxenon development
for now - no double buffering/triple buffering available - return to
it when it's more mature
2011-12-24 14:41:19 +01:00
TwinAphex51224
fa053ffc2b (Libxenon) Fixed colors 2011-12-24 14:41:18 +01:00
TwinAphex51224
be6c7bad24 (Libxenon) Revert to Xenos driver that works - current issues - colors
are wrong (doing | XE_FMT_ARGB produces 'distorted' graphics but right colors) - no vsync (doing while Xe_IsVBlank(device) Xe_Sync(device) makes everything too
slow
2011-12-24 14:41:18 +01:00
Themaister
2680971bb3 Try some stuff. 2011-12-24 14:41:18 +01:00
Themaister
630f19f248 ... 2011-12-24 14:41:18 +01:00
Themaister
ef4bee2e4e Minor fix. 2011-12-24 14:41:18 +01:00
Themaister
f182a2ad24 Debork party. Untested. 2011-12-24 14:41:18 +01:00
Themaister
3eb98951f7 :v 2011-12-24 14:41:18 +01:00
Themaister
f9d4bbf4d3 Fix endian issues and strict aliasing. 2011-12-19 01:27:04 +01:00
Themaister
eff4fcecae Some additions, but still broken. 2011-12-18 13:27:06 +01:00
TwinAphex51224
cbfdc9cf97 (Libxenon) Changed texture size to 512x512 - stop libxenon development
for now - no double buffering/triple buffering available - return to
it when it's more mature
2011-12-16 18:54:12 +01:00
TwinAphex51224
034c7c70fb (Libxenon) Fixed colors 2011-12-16 17:22:37 +01:00
TwinAphex51224
44ad016b91 (Libxenon) Revert to Xenos driver that works - current issues - colors
are wrong (doing | XE_FMT_ARGB produces 'distorted' graphics but right colors) - no vsync (doing while Xe_IsVBlank(device) Xe_Sync(device) makes everything too
slow
2011-12-16 17:09:33 +01:00
Themaister
5ed0d00249 Try some stuff. 2011-12-16 16:38:25 +01:00
Themaister
6336fb4a1b ... 2011-12-16 16:26:44 +01:00
Themaister
99497e21cf Minor fix. 2011-12-16 16:21:58 +01:00
Themaister
0181d97cae Debork party. Untested. 2011-12-16 16:02:30 +01:00
TwinAphex51224
968c73a748 Merge branch 'master' of github.com:Themaister/SSNES 2011-12-16 15:22:56 +01:00
TwinAphex51224
13f9e94f61 (Libxenon 360) Shows video for one/two frames, then crashes 2011-12-16 15:22:25 +01:00