Windows fixes as reported by magumagu.

This commit is contained in:
Tyler Stachecki 2014-12-07 10:38:47 -05:00
parent 8b363895d1
commit 369d33c2d1
3 changed files with 1 additions and 5 deletions

View file

@ -179,7 +179,7 @@ int destroy_gl_window(struct gl_window *window) {
winapi_window->h_instance = NULL;
}
DeleteCriticalSection(&gl_window->event_lock);
DeleteCriticalSection(&winapi_window->event_lock);
free(winapi_window);
window->window = NULL;

View file

@ -15,9 +15,6 @@
struct vr4300;
struct vr4300_cp1 {
};
int VR4300_BC1(struct vr4300 *vr4300, uint32_t iw, uint64_t fs, uint64_t ft);
int VR4300_CFC1(struct vr4300 *vr4300, uint32_t iw, uint64_t rs, uint64_t rt);
int VR4300_CTC1(struct vr4300 *vr4300, uint32_t iw, uint64_t rs, uint64_t rt);

View file

@ -97,7 +97,6 @@ struct vr4300 {
//uint8_t padding_for_tlb[(16 - (sizeof(struct vr4300_pipeline) % 16)) % 16];
uint8_t padding_for_tlb[16 - (sizeof(struct vr4300_pipeline) % 16)];
struct vr4300_cp0 cp0;
struct vr4300_cp1 cp1;
struct bus_controller *bus;
unsigned signals;