sinamas
704546fd8e
gambatte_qt/framework: add common to dependpath
...
fixes no recompilation when touching common headers
2013-02-24 16:24:09 +01:00
sinamas
991e162ea8
vsync/frametime estimation improvements
...
use frametime samples below jitter limit as indication that we are not
blocking and slightly reduce current estimate to better support fifo triple
buffering implementations that implicitly avoid blocking on swapbuffers
when having a free buffer. intel linux opengl driver do this implicitly
when full screen for double buffered opengl, probably others do too. we
need to block to get usable estimates.
use a tighter sliding jitter window and allow slightly higher difference
from nominal rate because my quirky laptop thinks 60 Hz == 62.2 Hz.
2013-02-24 10:31:30 +01:00
sinamas
445efbc7e2
gambatte_qt/qglblitter: replace smart array with std::vector
2013-02-24 10:30:19 +01:00
sinamas
fec81fa302
libgambatte/cartridge: allow mapping rom bank0 in more cases/please blargg
...
blargg seems to be of the opinion that mbc1 allows mapping bank0 via overflow
for carts with few rom banks if his tests are anything to go by. I have no way
of verifying this, but am changing it because it confuses people when his tests
loop forever after succeeding.
2013-02-24 10:23:24 +01:00
sinamas
4bfa055456
libgambatte/ppu: kill github horizontal scrollbar?
2013-02-23 10:44:31 +01:00
sinamas
b8364e055b
libgambatte/ppu: formatting/readability
2013-02-23 10:40:19 +01:00
sinamas
5b4aa5cdd2
libgambatte/ppu: fix broken indentation
...
probably introduced in 9f04bbc226d7cc3c0e64b90a4051bb2dd08eed41
2013-02-22 21:36:13 +01:00
sinamas
a78bcffac6
libgambatte/ppu: less magical lcdc constants
...
add named constants and lcdc query functions.
not everyone has lcdc specs in their heads.
2013-02-22 21:21:21 +01:00
sinamas
f01b9a47a9
libgambatte/ppu: extract loadTileDataByte query functions
...
reduce duplication.
2013-02-22 20:01:11 +01:00
sinamas
9f04bbc226
libgambatte/ppu: unindent
2013-02-22 08:04:45 +01:00
sinamas
c4b401436f
common/polyphasefir: include order
2013-02-20 21:35:21 +01:00
sinamas
b8365b4429
common/linint: include order
2013-02-20 21:35:07 +01:00
sinamas
7d778308a8
common/rateest: formatting/readability
2013-02-20 21:11:17 +01:00
sinamas
44147181c0
common/adaptiveSleep: formatting/readability
2013-02-20 21:06:03 +01:00
sinamas
2ea38aeeca
libgambatte/state_osd_elements: use smarter array
2013-02-20 20:46:29 +01:00
sinamas
05efd9f4af
libgambatte/bitmap_font: use ptrdiff_t for pitch
2013-02-20 20:28:54 +01:00
sinamas
20abdc825f
libgambatte/bitmap_font: use size_t for text width
2013-02-20 20:23:50 +01:00
sinamas
1a4b00bfb6
trailing whitespace
2013-02-20 20:05:25 +01:00
sinamas
379ef56791
common/chainresampler: include order
2013-02-20 19:43:33 +01:00
sinamas
c527c05010
common/chainresampler: formatting/readability
2013-02-20 19:43:14 +01:00
sinamas
0bfd6e8979
libgambatte/ppu: formatting/readability
2013-02-20 19:41:36 +01:00
sinamas
58f4260a00
libgambatte/video: formatting/readability
2013-02-20 19:37:00 +01:00
sinamas
54199f94db
libgambatte/state_osd_elements: formatting/readability
2013-02-20 19:34:42 +01:00
sinamas
169971960a
libgambatte/minkeeper: formatting/readability
2013-02-20 19:32:34 +01:00
sinamas
9b0a19a4c2
libgambatte/memory: formatting/readability
2013-02-20 19:31:28 +01:00
sinamas
053d9bbb28
libgambatte/mem: formatting/readability
2013-02-20 19:28:11 +01:00
sinamas
f08e81fe01
libgambatte/interruptrequester: formatting/readability
2013-02-20 19:26:38 +01:00
sinamas
9f69873555
libgambatte/gambatte: formatting/readability
2013-02-20 19:25:42 +01:00
sinamas
7b0b203409
add testrunner binary to .gitignore
2013-02-20 19:24:20 +01:00
sinamas
c67feac659
gambatte_qt: excessive parentheses
2013-02-12 18:11:03 +01:00
sinamas
18588cc717
usec: delete superflous noise
2013-02-11 20:57:59 +01:00
sinamas
11e2fd6d2e
add .gitignore
2013-02-11 20:37:20 +01:00
sinamas
42f843ccc2
gambatte_qt: more ideomatic use of sizeof
2013-02-11 20:29:00 +01:00
sinamas
d93f228f09
openalengine: delete dead code
2013-02-11 20:24:20 +01:00
sinamas
ab1a26cedb
common: more ideomatic use of sizeof
2013-02-11 20:12:41 +01:00
sinamas
3e93e8fcc4
scalebuffer: more ideomatic use of sizeof
2013-02-11 19:47:02 +01:00
sinamas
281644f575
libgambatte: more ideomatic use of sizeof
2013-02-11 19:45:16 +01:00
sinamas
42d96a88b9
bitmap_font: std::reverse exists. use it.
2013-02-11 19:27:29 +01:00
sinamas
668aabc108
statesaver: more conventional/ideomatic style
2013-02-11 18:45:39 +01:00
sinamas
182d09c65f
mediaworker: prefer deque::assign to custom loop
2013-02-10 21:56:54 +01:00
sinamas
51c9ea86af
gambatte_sdl: c++11 narrowing conversin warnings
2013-02-10 21:49:18 +01:00
sinamas
00a247e0ef
gambatte_qt: c++11 narrowing conversion warnings
2013-02-10 21:36:02 +01:00
sinamas
ee9f1c67eb
qglblitter: shut up warning
2013-02-10 21:31:00 +01:00
sinamas
c8bfd3125f
libgambatte: c++11 narrowing conversion warnings
2013-02-10 21:24:29 +01:00
sinamas
45d7dd9e6a
audioengine: remedy inexplicable lack of QMutexLocker
2013-02-10 21:24:29 +01:00
sinamas
2c2a7567c4
mediaworker: nonfunctional/readability. ws mostly.
2013-02-10 21:24:29 +01:00
sinamas
394bf20a31
mediaworker: remedy inexplicable lack of QMutexLocker
2013-02-10 21:24:29 +01:00
sinamas
efc990ca66
gambatte_qt: replace use of std::auto_ptr with scoped/transfer_ptr
2013-02-10 21:24:29 +01:00
sinamas
ba31613011
atomicvar: missing includes hidden by include order
2013-02-10 21:24:29 +01:00
sinamas
91a3853be1
gambatte_sdl: replace use of std::auto_ptr with scoped_ptr
2013-02-10 21:24:29 +01:00