Use cpu_orig.c in release builds for now - apparently grouping all
these case ranges made fps slower, not faster. Keep working on cpu.c to attain a smaller interpreter core so we can eventually make this a lot more efficient
This commit is contained in:
		
							parent
							
								
									72573712d3
								
							
						
					
					
						commit
						9fcd576a97
					
				
					 2 changed files with 4091 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@ ifeq ($(HAVE_GRIFFIN), 1)
 | 
			
		|||
SOURCES_C := $(CORE_DIR)/gpsp_griffin.c
 | 
			
		||||
else
 | 
			
		||||
SOURCES_C := $(CORE_DIR)/main.c \
 | 
			
		||||
				 $(CORE_DIR)/cpu.c \
 | 
			
		||||
				 $(CORE_DIR)/cpu_orig.c \
 | 
			
		||||
				 $(CORE_DIR)/gba_memory.c \
 | 
			
		||||
				 $(CORE_DIR)/video.c \
 | 
			
		||||
				 $(CORE_DIR)/input.c \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4090
									
								
								cpu_orig.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4090
									
								
								cpu_orig.c
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
	Add table
		
		Reference in a new issue